pub const RECORD_PATH: &str = ".local/state/spec-driven-docs/skills.json";Expand description
Where the record sits, relative to the home directory.
Home-relative rather than XDG_STATE_HOME-relative on purpose: the
destinations it describes are $HOME/.agents and $HOME/.claude, which
no XDG variable moves. A record reachable under a different home than the
roots it speaks for would be worse than no record at all.