v11.0.0 — Context Manager (renamed from Memory Manager)
Renamed: memory-manager → context-manager
The memory management skill now sees the full markdown landscape of a project, not just CLAUDE.md and rules files.
What Changed
The audit now scans 4+ layers:
| Layer | Files | What it does |
|---|---|---|
| Memory | CLAUDE.md, .claude/rules/ | Audit, score, maintain (same as before) |
| Project docs | ARCHITECTURE.md, docs/**/*.md | Staleness checks, CLAUDE.md overlap detection |
| Session | SESSION.md, PROJECT_BRIEF.md | Presence reporting |
| Public | README.md, CONTRIBUTING.md | CLAUDE.md duplication detection |
New Features
- Markdown Footprint — total KB by layer, so you know how much context your project burns
- Overlap Detection — flags sections duplicated between CLAUDE.md and other docs (e.g., CLAUDE.md § Deployment ↔ README.md § Deployment at 70% overlap)
- Expanded JSON output —
project_docs,session_files,public_md,footprint,overlaps
Tested On
- l2chat-widget: 279KB across 65 files, 49 overlap warnings
- mcp-packages: 65 CLAUDE.md files across the monorepo
Install
/plugin install development@jezweb-skills
# or
/plugin install all@jezweb-skills24 skills total (unchanged). If you had memory-manager installed, reinstall to get context-manager.