pub const SHARED_ROOT: &str = ".local/state/spec-driven-docs/skills/shared";Expand description
The root holding what the skills share, relative to the home directory.
Home-relative rather than XDG_STATE_HOME-relative for the reason the
record states: the skills naming these artifacts live under
$HOME/.agents and $HOME/.claude, which no XDG variable moves, and a
shared file reachable under a different home than the skills reading it
would be worse than no shared file at all.