You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
The agent skills were invisible to the agent.record-tui-gif, publish-cover, capture-tui-diagram, and run-actop were moved from .claude/skills/ to .agents/skills/ in the 1.4.x docs reorg. Claude Code
discovers project skills only under .claude/skills/, so from that point on
none of the four were ever offered — they stayed correct, committed, and
unused, and got followed only when someone happened to grep them out of the
tree. audit-conformance stayed behind in .claude/skills/ and kept working,
which is what made the breakage hard to notice.
All four are moved back, their internal .agents/skills/... path references
rewritten, and CLAUDE.md now states the constraint so a future reorg does
not silently re-break discovery.