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
Apply the content allocation pattern (proven in realign) to autonomous-dev's own CLAUDE.md, PROJECT.md, and memory directory. Dogfood the pattern before extending the plugin to ship it for other repos.
Implementation Approach
Refactor CLAUDE.md (144 → ≤100 lines): remove Session Analytics SQL block (duplicates global CLAUDE.md), move long Commands list to docs/COMMANDS.md if not already there, keep rules + paths + pointers + canonical link to CONTENT_ALLOCATION.md.
Update MEMORY.md index entries to reflect deletes/moves; keep entries ≤150 chars.
Acceptance Criteria
CLAUDE.md ≤100 lines
.claude/PROJECT.md ≤150 lines
MEMORY.md ≤200 lines (fits load window)
docs/development/CONTENT_ALLOCATION.md exists and matches realign's pattern
Memory file count reduced; no rule duplicates of new CLAUDE.md remain
All existing autonomous-dev tests pass (pytest --tb=short -q)
git diff review: no behaviour changes, only content reorganisation
Notes
This is Stream A of the broader retrofit plan (see .claude/plans/content-allocation-retrofit.md). Stream B (plugin extension) is Issues #2-#4 and depends on this work landing first.
Summary
Apply the content allocation pattern (proven in realign) to autonomous-dev's own
CLAUDE.md,PROJECT.md, and memory directory. Dogfood the pattern before extending the plugin to ship it for other repos.Implementation Approach
CLAUDE.md(144 → ≤100 lines): remove Session Analytics SQL block (duplicates global CLAUDE.md), move long Commands list todocs/COMMANDS.mdif not already there, keep rules + paths + pointers + canonical link toCONTENT_ALLOCATION.md..claude/PROJECT.md(366 → ≤150 lines): consolidate purpose/architecture/scope; move operational content (periodic maintenance tables, batch sequences) todocs/RUNBOOK.md.<500 bytesAND not active finding → delete (stub)>3KBAND reads-like-doc → move todocs/session_*_outcomes.md>7 days old → deletedocs/development/CONTENT_ALLOCATION.mdin autonomous-dev's repo (manually authored, mirrors realign's). This becomes the canonical template in Issue Command Discoverability Broken: 21 advertised, only 8 exist #3.MEMORY.mdindex entries to reflect deletes/moves; keep entries ≤150 chars.Acceptance Criteria
CLAUDE.md≤100 lines.claude/PROJECT.md≤150 linesMEMORY.md≤200 lines (fits load window)docs/development/CONTENT_ALLOCATION.mdexists and matches realign's patternpytest --tb=short -q)git diffreview: no behaviour changes, only content reorganisationNotes
This is Stream A of the broader retrofit plan (see
.claude/plans/content-allocation-retrofit.md). Stream B (plugin extension) is Issues #2-#4 and depends on this work landing first.