pub fn stale_skill_copies() -> Vec<PathBuf>Expand description
Every managed copy of SKILL.md that is not the one this binary carries.
The copies are refreshed by ensure_integrations, which runs only while
auto-setup is on. With it off, an upgrade leaves the previous release’s instructions
sitting in the agent’s skills directory, and the agent goes on describing flags that
no longer exist — confidently, because nothing told it otherwise.