Skip to content

v0.8.0

Latest

Choose a tag to compare

@GeiserX GeiserX released this 16 Apr 14:01
· 24 commits to main since this release

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