This commit is contained in:
Rathi Harivansh 2026-01-19 17:48:34 +00:00
parent a6ef239201
commit 5a9c815ab1
6 changed files with 6 additions and 6 deletions

View file

@ -112,7 +112,7 @@ verification_spec:
# === REVIEW (before weaver execution) ===
review_spec:
type: subagent # Spawn reviewer before building
model: opus # Review uses Opus
model: claude-opus-4-5-20250514 # Review uses Opus 4.5
prompt: |
Review this spec for quality before building:

View file

@ -1,7 +1,7 @@
---
name: oracle
description: Deep planning via Oracle CLI (GPT-5.2 Codex). Use for complex tasks requiring extended thinking (10-60 minutes). Outputs plan.md for planner to transform into specs.
model: opus
model: claude-opus-4-5-20250514
---
# Oracle

View file

@ -1,7 +1,7 @@
---
name: orchestrator
description: Manages weaver execution via tmux. Reads specs, selects skills, launches weavers in parallel, tracks progress. Runs in background.
model: opus
model: claude-opus-4-5-20250514
---
# Orchestrator

View file

@ -1,7 +1,7 @@
---
name: planner
description: Interactive planning agent. Designs verification specs through Q&A with the human. Uses Oracle for complex planning. Hands off to orchestrator for execution.
model: opus
model: claude-opus-4-5-20250514
---
# Planner

View file

@ -1,7 +1,7 @@
---
name: verifier
description: Verification subagent. Runs checks from verification_spec in order. Fast-fails on first error. Reports PASS or FAIL with evidence. Does NOT modify code.
model: opus
model: claude-opus-4-5-20250514
---
# Verifier

View file

@ -1,7 +1,7 @@
---
name: weaver-base
description: Base skill for all weavers. Implements specs, spawns verifiers, loops until pass, creates PR. Tests are never committed.
model: opus
model: claude-opus-4-5-20250514
---
# Weaver Base