leo: constrain issue tags — do not invent new tags
Opus was ignoring the valid tag list and generating custom tags like schema-enrichment-slug-mismatch, which fall through to 'unknown' in disposition logic. All three prompts (domain, Leo standard, Leo deep) now explicitly say "do not invent new tags" alongside the valid tag list. Pentagon-Agent: Leo <294C3CA1-0205-4668-82FA-B984D54F48AD>
This commit is contained in:
parent
f4dc6b39ce
commit
93e6f16144
1 changed files with 7 additions and 3 deletions
10
lib/llm.py
10
lib/llm.py
|
|
@ -92,7 +92,7 @@ VERDICT RULES — read carefully:
|
|||
|
||||
{style_guide}
|
||||
|
||||
If requesting changes, tag the specific issues:
|
||||
If requesting changes, tag the specific issues using ONLY these tags (do not invent new tags):
|
||||
<!-- ISSUES: tag1, tag2 -->
|
||||
|
||||
Valid tags: broken_wiki_links, frontmatter_schema, title_overclaims, confidence_miscalibration, date_errors, factual_discrepancy, near_duplicate, scope_error
|
||||
|
|
@ -120,9 +120,11 @@ Review this PR. For EACH criterion below, write one sentence stating what you fo
|
|||
|
||||
{style_guide}
|
||||
|
||||
If requesting changes, tag the issues:
|
||||
If requesting changes, tag the specific issues using ONLY these tags (do not invent new tags):
|
||||
<!-- ISSUES: tag1, tag2 -->
|
||||
|
||||
Valid tags: broken_wiki_links, frontmatter_schema, title_overclaims, confidence_miscalibration, date_errors, factual_discrepancy, near_duplicate, scope_error
|
||||
|
||||
End your review with exactly one of:
|
||||
<!-- VERDICT:LEO:APPROVE -->
|
||||
<!-- VERDICT:LEO:REQUEST_CHANGES -->
|
||||
|
|
@ -150,9 +152,11 @@ Review this PR with MAXIMUM scrutiny. This PR may trigger belief cascades. Check
|
|||
|
||||
{style_guide}
|
||||
|
||||
If requesting changes, tag the issues:
|
||||
If requesting changes, tag the specific issues using ONLY these tags (do not invent new tags):
|
||||
<!-- ISSUES: tag1, tag2 -->
|
||||
|
||||
Valid tags: broken_wiki_links, frontmatter_schema, title_overclaims, confidence_miscalibration, date_errors, factual_discrepancy, near_duplicate, scope_error
|
||||
|
||||
End your review with exactly one of:
|
||||
<!-- VERDICT:LEO:APPROVE -->
|
||||
<!-- VERDICT:LEO:REQUEST_CHANGES -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue