Fix YAML frontmatter — quote description, replace colon with em-dash

Unquoted colon in 'calibrated confidence: will say' broke strict YAML parsing.
CC's parser is lenient but fix for robustness.
This commit is contained in:
Ralph Furman
2026-03-20 02:07:27 +00:00
parent 9720278412
commit c3f6d9e9fa

View File

@@ -1,6 +1,6 @@
---
name: math-olympiad
description: Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to "solve this IMO problem", "prove this olympiad inequality", "verify this competition proof", "find a counterexample", "is this proof correct", or for any problem with "IMO", "Putnam", "USAMO", "olympiad", or "competition math" in it. Uses pure reasoning (no tools) — then a fresh-context adversarial verifier attacks the proof using specific failure patterns, not generic "check logic". Outputs calibrated confidence: will say "no confident solution" rather than bluff. If LaTeX is available, produces a clean PDF after verification passes.
description: "Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to 'solve this IMO problem', 'prove this olympiad inequality', 'verify this competition proof', 'find a counterexample', 'is this proof correct', or for any problem with 'IMO', 'Putnam', 'USAMO', 'olympiad', or 'competition math' in it. Uses pure reasoning (no tools) — then a fresh-context adversarial verifier attacks the proof using specific failure patterns, not generic 'check logic'. Outputs calibrated confidence will say 'no confident solution' rather than bluff. If LaTeX is available, produces a clean PDF after verification passes."
version: 0.1.0
---