Releases
v0.8.0
Compare
Sorry, something went wrong.
No results found
What's New
Migration tool
cc-agents-md migrate — converts CLAUDE.md files to AGENTS.md format
Walks from CWD to git root, finds CLAUDE.md / CLAUDE.local.md / .claude/CLAUDE.md
Strips @AGENTS.md import directives (standalone lines only)
Supports --dry-run, --delete, --json flags
Mid-session reload
UserPromptSubmit hook detects AGENTS.md changes via mtime hash comparison
Re-injects updated content only when files changed (zero overhead otherwise)
Context preservation
PreCompact hook re-injects AGENTS.md before context compression
Instructions survive long sessions where context gets compacted
Setup now registers all 3 hooks
cc-agents-md setup registers SessionStart + UserPromptSubmit + PreCompact automatically
CodeRabbit fixes
Narrowed @AGENTS.md stripping to standalone directive lines only
Dry-run --delete now shows accurate planned deletion counts
JSON encoding falls back gracefully when neither node nor python3 available
You can’t perform that action at this time.