Skip to main content

RECORD_PATH

Constant RECORD_PATH 

Source
pub const RECORD_PATH: &str = ".local/state/release-kit/skills.sha256";
Expand description

Where the record sits, relative to the home directory.

Home-relative rather than XDG_STATE_HOME-relative on purpose: the destinations it speaks for are $HOME/.claude and $HOME/.agents, which no XDG variable moves. A record reachable under a different home than the roots it vouches for would be worse than no record at all.