fix(spec): pin the bugfix source name to the topic#516
Merged
Conversation
This was referenced Jul 23, 2026
Merged
Merged
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 10:58
a48ae64 to
896c4fd
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 10:58
a56a07b to
4aba6e5
Compare
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 11:05
6ddd863 to
34ca324
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 11:05
4aba6e5 to
5a17b6a
Compare
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 12:29
34ca324 to
406c42e
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 12:29
5a17b6a to
2140508
Compare
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 12:30
406c42e to
3e55947
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 12:30
2140508 to
271ca96
Compare
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 12:31
3e55947 to
628b585
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 12:31
271ca96 to
d66a6d4
Compare
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 12:32
628b585 to
7ed7508
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 12:32
d66a6d4 to
464d786
Compare
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 12:33
7ed7508 to
8cb9f14
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 12:33
464d786 to
ced01eb
Compare
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 12:33
8cb9f14 to
1b014ff
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 12:33
ced01eb to
b41ddec
Compare
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 12:34
1b014ff to
d7845b3
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 12:34
b41ddec to
225f777
Compare
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 12:35
d7845b3 to
0777542
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 12:35
225f777 to
521bbd1
Compare
leeovery
force-pushed
the
feat/promote-first-phase
branch
from
July 23, 2026 12:35
0777542 to
fff2d4a
Compare
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 12:35
521bbd1 to
037d158
Compare
No reference named the canonical {source-name} for a bugfix's
investigation source — register-time and incorporate-time each invented
one independently, and a cross-session mismatch strands a pending row
the completion gate then blocks on. The name is now pinned to {topic}
at registration, and incorporation flips the registered key rather
than deriving a name.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
leeovery
force-pushed
the
fix/pin-bugfix-source-name
branch
from
July 23, 2026 12:36
037d158 to
49d20b7
Compare
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
{source-name}for the investigation source — the model invented one at register-time and again at incorporate-time. Same-session both match; a cross-session resume can diverge, writing a secondsourcesrow and stranding the originalpendingrow thatspec-completion.mdthen blocks sign-off on.{topic}at registration (initialize-specification.md), and incorporation (spec-construction.mdE.2) now flips the registered key read from the manifest instead of deriving a name.Test plan
🤖 Generated with Claude Code
Stack