chore: cleanup proposals, plans, and reports folder structure#218
Conversation
- Move completed proposes (HINTS-STRUCTURED-LABEL) to propose/completed/ - Move stale proposes to propose/stale/ (ENHANCED-ROLE-RECOGNITION, INDEX-AUTO-MODE, TIER2-INCREMENTAL-REBUILD, RANKING-MICROSERVICE) - Move completed plans to plans/completed/ (PLAN-DESCRIBE-HINTS-STRUCTURAL, AGENT-PROMPTS-DESCRIBE-HINTS-STRUCTURAL) - Create propose/active/ and plans/active/ for future active items - Move PRODUCT-VISION.md to docs/ - Move CODEBASE_REQUIREMENTS.md to docs/ - Remove reports/ folder (call-graph-review.md, what-to-borrow-from-cmm.md, review/) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Review: broken references from moves and deletionsThe reorganization is reasonable, but this PR introduces dead links that need to be resolved before merging. Deleted files still referenced
These reviews contain actionable bug lists and design invariants that the proposals explicitly cite — deleting them breaks the paper trail. Moved files with stale links
Suggested fixEither:
At minimum, 🤖 Generated with Claude Code |
- Move reports/ to docs/reports/ to preserve technical content - Update all references to CODEBASE_REQUIREMENTS.md → docs/CODEBASE_REQUIREMENTS.md - Update all references to PRODUCT-VISION.md → docs/PRODUCT-VISION.md - Update reports/ references to docs/reports/ - Fix broken links in README.md, AGENTS.md, and 21 proposal/plan files The deleted reports contained valuable technical content: - what-to-borrow-from-cmm.md: borrowing patterns guide from Codebase-Memory MCP - call-graph-review.md: code review with bugs and design invariants - PLAN-BROWNFIELD-ROLE-OVERRIDES-design-issues.md: design issues and gaps Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Re-review: fixes appliedGood improvements since the first review — What's fixed
Remaining stale references
( VerdictAlmost there. The 3 stale 🤖 Generated with Claude Code |
The link was pointing to ./docs/CONFIGURATION.md which is incorrect from within the docs/ directory. Changed to ./CONFIGURATION.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Summary
propose/completed/propose/stale/(ENHANCED-ROLE-RECOGNITION, INDEX-AUTO-MODE, TIER2-INCREMENTAL-REBUILD, RANKING-MICROSERVICE)plans/completed/(PLAN-DESCRIBE-HINTS-STRUCTURAL, AGENT-PROMPTS-DESCRIBE-HINTS-STRUCTURAL)propose/active/andplans/active/for future active itemsPRODUCT-VISION.mdtodocs/CODEBASE_REQUIREMENTS.mdtodocs/reports/folder (call-graph-review.md, what-to-borrow-from-cmm.md, review/)Changes
docs/for better discoverabilityreports/folder🤖 Generated with Claude Code