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

class Shards::AIDocsInfo::FileEntry

Overview

Represents a single tracked file with dual checksums.

Defined in:

ai_docs_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(upstream_checksum : String, installed_checksum : String) #

[View source]

Instance Method Detail

def installed_checksum : String #

[View source]
def installed_checksum=(installed_checksum : String) #

[View source]
def upstream_checksum : String #

[View source]
def upstream_checksum=(upstream_checksum : String) #

[View source]
def user_modified? #

Returns true if the installed file differs from the upstream version, indicating the user has made local modifications.


[View source]