docs(roadmap): cross-link milestones to issue backlog and dependency waves#26
Merged
Conversation
…waves Wire ROADMAP.md milestones M1-M5 to the tracked GitHub backlog (#2-#25): - annotate each milestone bullet with its issue number(s) - surface the two M2 issues the roadmap omitted: auth split (#4) and hosted memory governance contract (#6) - add a Build Sequence & Dependencies section mirroring the native "blocked by" DAG and topological waves from tracker #25 Doc-only; no code paths touched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates ROADMAP.md to better mirror the live GitHub issue tracker by cross-linking roadmap bullets to their tracking issues and documenting the sequencing/dependency structure used to plan milestone delivery.
Changes:
- Annotated Milestone 1–5 bullets with their associated GitHub issue numbers and marked Milestone 1 as shipped (closed backfill #20–#24).
- Added two missing Milestone 2 items present in the tracker (auth split #4 and hosted memory governance contract #6).
- Added a new “Build Sequence & Dependencies” section summarizing the critical path and topological build waves from sequencing tracker #25.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+49
to
+51
| - Capture review-comment diff hunk context and structured review output. (#11) | ||
| - Add transient GitHub API retry classification. | ||
| - Add webhook fixture tests for all supported triggers. | ||
| - Implement PR, push, and commit review triggers with webhook fixtures. (#10) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Closes the gap between the GitHub tracker and the repo's canonical
ROADMAP.md. Contributors reading the repo now see the same milestone → issue → dependency structure that's live in the issue tracker.Changes (doc-only)
#2 → #4 → #10 → #13 → #19Notes
git diff --check).🤖 Generated with Claude Code