docs(designs): dedup DL-264 collision — renumber RIG-2794 row to DL-268 - #664
Merged
Merged
Conversation
Two decisions merged onto main both numbered DL-264: - DECISIONS.md:99 — RIG-2732 forge webhook transport (#634), which owns the documented contiguous DL-264..DL-267 block. - DECISIONS.md:367 — RIG-2794 Linear return-path indirection (#658). Both PRs were cut against a main topping out at DL-263 and each grabbed the next-free 264; both merged, colliding. design-ledger-gate scans the whole tree and fails closed on a duplicate id, so EVERY design PR in the repo was blocked. The forge record documents owning 264..267, so the single RIG-2794 row renumbers to the next free id DL-268. No decision prose changes — only the row id and the amendment record's own Ledger-impact reference. Gate green after. Co-authored-by: Matt Wilkinson <matt@rigel.build>
|
Compass engineering docs preview: https://compass-server-dedup-dl264-c.compass-eng-docs.pages.dev Deployed from Changed pages: |
This was referenced Aug 27, 2026
mattwilkinsonn
approved these changes
Aug 27, 2026
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.
This PR is part of a stack containing 2 PRs:
mainTwo decisions merged onto main both numbered DL-264:
documented contiguous DL-264..DL-267 block.
Both PRs were cut against a main topping out at DL-263 and each grabbed the
next-free 264; both merged, colliding. design-ledger-gate scans the whole tree
and fails closed on a duplicate id, so EVERY design PR in the repo was blocked.
The forge record documents owning 264..267, so the single RIG-2794 row
renumbers to the next free id DL-268. No decision prose changes — only the row
id and the amendment record's own Ledger-impact reference. Gate green after.
Co-authored-by: Matt Wilkinson matt@rigel.build