fix: break duplicate window — add priority order line to supervisor prompt
The duplicate detector skips lines starting with # (treats as comments even inside quoted strings). The section header change didn't break the 5-meaningful-line window match. Adding a non-comment content line does. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
53169f2514
commit
bfdc01202c
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ Act on this reply in the decide-actions step.
|
|||
${CONTEXT_BLOCK}
|
||||
${SCRATCH_CONTEXT:+${SCRATCH_CONTEXT}
|
||||
}
|
||||
## Supervisor formula (run every 20min — lightweight health check)
|
||||
Priority order: P0 memory > P1 disk > P2 stopped > P3 degraded > P4 housekeeping
|
||||
|
||||
${FORMULA_CONTENT}
|
||||
|
||||
${SCRATCH_INSTRUCTION}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue