fix(b-0545): adopt B-0498 collision renumber#3694
Merged
Merged
Conversation
Adopts the existing Otto branch fix onto current main without rewriting the Otto branch. Riven cursor-terminal keeps a breadcrumb via B-0549 while the older algebra row keeps B-0498. Regenerates docs/BACKLOG.md so the duplicate-ID gate and generated-index gate agree. Verification: - git diff --check - bun tools/hygiene/audit-backlog-items.ts --enforce-duplicate-ids - bun tools/backlog/generate-index.ts --check Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Co-Authored-By: Codex <noreply@openai.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
Adopts the existing duplicate backlog ID collision fix by renumbering the Riven cursor-terminal backlog row from B-0498 → B-0549, updating cross-references, and regenerating the generated backlog index so it matches the per-row files.
Changes:
- Updated the Riven cursor-terminal research design doc to reference B-0549 (with renumber breadcrumb).
- Updated backlog row files to reflect the renumber (frontmatter + breadcrumbs) and updated the collision-sweep row to point at the new ID.
- Regenerated
docs/BACKLOG.mdto drop the old B-0498 entry and add B-0549.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/research/2026-05-15-riven-cursor-terminal-loop-design.md | Updates the referenced backlog ID to B-0549 with renumber context. |
| docs/backlog/P2/B-0545-b0498-collision-renumber-sweep-2026-05-15.md | Records the collision/renumber sweep and links to the new B-0549 row. |
| docs/backlog/P1/B-0549-riven-cursor-terminal-background-loop-ide-native-autonomous-gate-2026-05-15.md | Renumbers the row to B-0549 and adds renumbered_from / renumbered_per breadcrumbs. |
| docs/BACKLOG.md | Regenerates the index to reflect the renumbered row. |
Comments suppressed due to low confidence (2)
docs/backlog/P2/B-0545-b0498-collision-renumber-sweep-2026-05-15.md:10
- Per
tools/backlog/README.mdthelast_updatedfrontmatter field is required and must be updated on every content edit. This row's frontmatter is missinglast_updatedentirely; add it (likely2026-05-16given this edit).
status: done
created: 2026-05-15
completed: 2026-05-16
filed_by: otto-cli
completed_by: otto-cli
docs/backlog/P2/B-0545-b0498-collision-renumber-sweep-2026-05-15.md:96
- This new “Resolution” section states the renumber target is B-0549, but earlier in the same document the “Next free ID” / “Sweep scope” sections still describe renumbering to B-0546. Please update those earlier sections (or explicitly label them as historical/estimates) to avoid leaving contradictory guidance in a single row file.
## Resolution (2026-05-16)
Renumber executed in this same PR:
- Renamed `docs/backlog/P1/B-0498-riven-cursor-terminal-*-2026-05-15.md` → `docs/backlog/P1/B-0549-riven-cursor-terminal-*-2026-05-15.md`
| title: B-0498 ID collision — renumber sweep (Riven cursor-terminal scaffold → new ID) | ||
| type: substrate-correction | ||
| status: open | ||
| status: done |
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.
Summary
Verification
Coordination
This unblocks PR #3674's factory-wide duplicate-ID gate once merged.