Skip to content

Commit 44f7a97

Browse files
author
Conduction Release Bot
committed
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

File tree

lib/Db/TaskSequenceMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function findRunning(string $anchorObjectUuid, string $templateId): ?Task
119119
*
120120
* @return TaskSequence|null The newest sequence for the template, or null when none has run.
121121
*
122-
* @spec openspec/changes/flow-approval-consolidation/specs/flow-approval-consolidation/spec.md#requirement-an-approval-is-an-ordered-task-sequence-with-o
122+
* @spec openspec/changes/flow-approval-consolidation/specs/flow-approval-consolidation/spec.md#requirement-an-approval-is-an-ordered-task-sequence-with-one-position-enabled-at-a-time
123123
*/
124124
public function findNewestForTemplate(string $templateId): ?TaskSequence {
125125
$qb = $this->db->getQueryBuilder();

0 commit comments

Comments
 (0)