docs: remove obsolete implementation tracker - #6005
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
WalkthroughThe change updates ChangesPlanning document policy
Estimated code review effort: 1 (Trivial) | ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Removes the now-obsolete root-level IMPLEMENTATION.md implementation tracker and updates agent guidance to keep GitHub Issues/PRs as the single source of truth for implementation tracking, reducing documentation churn and merge conflicts.
Changes:
- Delete the root
IMPLEMENTATION.mdtracker document. - Remove the special-case exception and maintenance requirements for that tracker from
AGENTS.md. - Keep archival historical references under
history/(no live repo references remain).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
IMPLEMENTATION.md |
Removed obsolete root implementation tracking document (historical content remains in Git history). |
AGENTS.md |
Updated agent instructions to remove the IMPLEMENTATION.md exception and related maintenance requirements. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Summary
IMPLEMENTATION.mdtrackerAGENTS.mdWhy
The root tracker duplicates project state already maintained in GitHub and caused unrelated documentation churn and merge conflicts on #5972. Removing the file and its agent instructions prevents future work from recreating that scope expansion.
Historical tracker content remains available through Git history. The existing reference under
history/is intentionally left as an archival artifact.Validation
git diff --checkIMPLEMENTATION.mdinstructions; only the archivalhistory/beta-readiness-audit.htmlreference remainsSummary by CodeRabbit