Commit 44f7a97
Conduction Release Bot
fix(spec): complete a truncated @SPEC anchor in TaskSequenceMapper
gate-46 spec-anchor-existence was failing this branch on a file it does not
touch. The anchor on line 122 stops mid-word:
#requirement-an-approval-is-an-ordered-task-sequence-with-o
Lines 26 and 62 in the same file carry the full, correct anchor
(`...-with-one-position-enabled-at-a-time`), and the heading it names exists.
So this is a truncation, not a rename, and it arrived with f3f4abc on
development -- which means development is red on this gate too, independently
of this PR.
Fixed here because it blocks this branch and is one line. After it, a full-tree
scan of lib/, tests/ and src/ reports zero unresolved @SPEC targets.1 parent 5bd3f8a commit 44f7a97
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments