diff --git a/docs/spec-schema-v2.md b/docs/spec-schema-v2.md index 8bc5ebd..0eeddf7 100644 --- a/docs/spec-schema-v2.md +++ b/docs/spec-schema-v2.md @@ -112,7 +112,7 @@ verification_spec: # === REVIEW (before weaver execution) === review_spec: type: subagent # Spawn reviewer before building - model: claude-opus-4-5-20250514 # Review uses Opus 4.5 + # Uses current session model (Opus 4.5 recommended) prompt: | Review this spec for quality before building: diff --git a/skills/oracle/SKILL.md b/skills/oracle/SKILL.md index d91cbbd..3555d46 100644 --- a/skills/oracle/SKILL.md +++ b/skills/oracle/SKILL.md @@ -1,7 +1,6 @@ --- 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: claude-opus-4-5-20250514 --- # Oracle diff --git a/skills/orchestrator/SKILL.md b/skills/orchestrator/SKILL.md index 447a6f6..685ff7d 100644 --- a/skills/orchestrator/SKILL.md +++ b/skills/orchestrator/SKILL.md @@ -1,7 +1,6 @@ --- name: orchestrator description: Manages weaver execution via tmux. Reads specs, selects skills, launches weavers in parallel, tracks progress. Runs in background. -model: claude-opus-4-5-20250514 --- # Orchestrator diff --git a/skills/planner/SKILL.md b/skills/planner/SKILL.md index 40d46e4..608334c 100644 --- a/skills/planner/SKILL.md +++ b/skills/planner/SKILL.md @@ -1,7 +1,6 @@ --- 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: claude-opus-4-5-20250514 --- # Planner diff --git a/skills/verifier/SKILL.md b/skills/verifier/SKILL.md index b4fd522..c3593f8 100644 --- a/skills/verifier/SKILL.md +++ b/skills/verifier/SKILL.md @@ -1,7 +1,6 @@ --- 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: claude-opus-4-5-20250514 --- # Verifier diff --git a/skills/weaver-base/SKILL.md b/skills/weaver-base/SKILL.md index 6381f42..827cf80 100644 --- a/skills/weaver-base/SKILL.md +++ b/skills/weaver-base/SKILL.md @@ -1,7 +1,6 @@ --- name: weaver-base description: Base skill for all weavers. Implements specs, spawns verifiers, loops until pass, creates PR. Tests are never committed. -model: claude-opus-4-5-20250514 --- # Weaver Base