fix: verdict parsing, README claims, example consistency

Fixes from adversarial code-vs-plan review (3 rounds):
- Verdict format in prompts now matches parser (bare tokens)
- Missing verdict treated as parse failure, not approval
- README: softened backend swappability to "designed for extensibility"
- Example: replaced incorrect FK scenario with valid transaction bug
- Example: aligned fixes and round-2 summary with round-1 finding

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 19:24:56 +03:00
co-authored by Claude Opus 4.6
parent b86a1778e6
commit 515820abed
3 changed files with 30 additions and 25 deletions
+4 -4
View File
@@ -32,10 +32,10 @@ This skill is a text instruction that any AI agent can interpret.
It actively fixes issues based on reviewer feedback and resubmits
for re-review. Up to 5 rounds until approved.
**Universal foundation** — the skill relies on basic agent capabilities:
run a command, read a file, edit a file. The reviewer is a swappable
component: today Codex, tomorrow Gemini CLI, next week a local model.
Switching backends = changing one launch command; prompts and workflow stay the same.
**Designed for extensibility** — the skill relies on basic agent capabilities:
run a command, read a file, edit a file. The prompts and review workflow
are model-agnostic. Currently uses OpenAI Codex as the reviewer;
adding other backends (Gemini, local models) is on the roadmap.
## How it works