chore(0153): renumber the synth task to resolve the 0145 ID collision - #171
Merged
Merged
Conversation
The ID was claimed twice. `0145_BUG_synth-not-run-on-infra-only-prs` landed on develop with PR #165 (the 0110 won't-do closure), while the unmerged PR #168 branch had already claimed 0145 for the pre-roll `argMax(close_usd, ...)` guard. The pre-roll task keeps the number: it is referenced nine times across four files, gates both the 0088 pass-2 pre-roll and 0136's 07-21 gap pre-roll, and develop's own generated index already resolves 0145 to it. This task is referenced three times and moves. 0152 is deliberately left free for the OpenAPI license task on PR #169, which collides with 0144 the same way and is not ours to renumber. Nothing about the synth work itself changed. lore/README.md is not regenerated here — it already points 0145 at the pre-roll task, and regenerating on this branch would conflict with PR #168's index.
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
Renumber
0145_BUG_synth-not-run-on-infra-only-prs→ 0153. The ID was claimed twice: this task landed ondevelopwith #165 (the 0110 won't-do closure) while the still-open #168 branch had already claimed 0145 for the pre-rollargMax(close_usd, …)guard.The pre-roll task keeps 0145 — it is referenced nine times across four files, it gates both the 0088 pass-2 pre-roll and 0136's 07-21→08-03 gap pre-roll, and
develop's generated index already resolves 0145 to it, so the tree is currently self-inconsistent. The synth task is referenced three times, so it moves.Nothing about the synth work itself changed — same title, body, ACs and options.
Changes
lore/1-tasks/backlog/0145_… → 0153_…(rename +id:+ a history entry recording why)lore/1-tasks/archive/0110_…/README.md— 4 referenceslore/3-wiki/project/ci-pipeline.md— the "Known gaps" owner linkNotes
0144_DOCS_declare-api-license-in-openapiagainst this branch's0144_BUG_be-0199-usd-read-surface-defects. That one is not resolved here.lore/README.mdis not regenerated. It already points 0145 at the pre-roll task, and regenerating on this branch would conflict with docs(0144): the BE 0199 report on the USD read surfaces — measured, answered, closed #168's index. It will pick up 0153 on the next regeneration after docs(0144): the BE 0199 report on the USD read surfaces — measured, answered, closed #168 merges.