From f98e7f39ef38c7882106ffb250155d2a72dcf0dd Mon Sep 17 00:00:00 2001 From: sechmachine <97589681+sechmachine727@users.noreply.github.com> Date: Sat, 15 Aug 2026 14:43:03 +0700 Subject: [PATCH] test: align fix branch plan contract --- scripts/verify-fix-branch-workflow.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-fix-branch-workflow.cjs b/scripts/verify-fix-branch-workflow.cjs index 933ea87..bd77a9f 100644 --- a/scripts/verify-fix-branch-workflow.cjs +++ b/scripts/verify-fix-branch-workflow.cjs @@ -28,7 +28,7 @@ const documents = [ }, { file: 'docs/superpowers/plans/2026-08-15-access-navigation-icon-intern-picker.md', - approved: '2. Add one branch rule everywhere contributors, coordinators, and requirement\n reviewers rely on it: `work/fix//` from verified `main`.\n3. State why `work//fix/` is invalid while its persistent\n `work/` ref exists.' + approved: '2. Add one branch rule to contributor guides, design records, plans, and tracked\n coordination authority: `work/fix//` from verified\n `main`.\n3. State why `work//fix/` is invalid while its persistent\n `work/` ref exists.' } ];