fix: add allowlist entry for standard lib source block in duplicate detection
The FORGE_TOKEN_OVERRIDE fix shifted line numbers in agent run scripts, causing the shared source block (env.sh, formula-session.sh, worktree.sh, guard.sh, agent-sdk.sh) to register as a new duplicate. This is intentional boilerplate shared across all formula-driven agents. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
aff9f0fcef
commit
66ba93a840
1 changed files with 2 additions and 0 deletions
|
|
@ -292,6 +292,8 @@ def main() -> int:
|
||||||
"21aec56a99d5252b23fb9a38b895e8e8": "Verification helper: check body for Decomposed from pattern",
|
"21aec56a99d5252b23fb9a38b895e8e8": "Verification helper: check body for Decomposed from pattern",
|
||||||
"60ea98b3604557d539193b2a6624e232": "Verification helper: append sub-issue number",
|
"60ea98b3604557d539193b2a6624e232": "Verification helper: append sub-issue number",
|
||||||
"9f6ae8e7811575b964279d8820494eb0": "Verification helper: for loop done pattern",
|
"9f6ae8e7811575b964279d8820494eb0": "Verification helper: for loop done pattern",
|
||||||
|
# Standard lib source block shared across formula-driven agent run scripts
|
||||||
|
"330e5809a00b95ade1a5fce2d749b94b": "Standard lib source block (env.sh, formula-session.sh, worktree.sh, guard.sh, agent-sdk.sh)",
|
||||||
}
|
}
|
||||||
|
|
||||||
if not sh_files:
|
if not sh_files:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue