Skip to main content

SHARED_ROOT

Constant SHARED_ROOT 

Source
pub const SHARED_ROOT: &str = ".local/state/release-kit/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/.claude and $HOME/.agents, 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.