Docs exports: JSON llms.txt llms-full.txt Agent Files

class Shards::ChangeLogger

Defined in:

change_logger.cr

Constant Summary

AUDIT_DIR = ".shards/audit"
LOG_FILE = "changelog.json"

Class Method Summary

Class Method Detail

def self.load(project_path : String) : Array(JSON::Any) #

[View source]
def self.record(project_path : String, action : String, old_packages : Array(Package), new_packages : Array(Package), lockfile_path : String) : Nil #

[View source]