mirror of
https://github.com/harivansh-afk/claude-code-vertical.git
synced 2026-04-15 06:04:40 +00:00
model
This commit is contained in:
parent
5a9c815ab1
commit
dc65838a73
6 changed files with 1 additions and 6 deletions
|
|
@ -112,7 +112,7 @@ verification_spec:
|
||||||
# === REVIEW (before weaver execution) ===
|
# === REVIEW (before weaver execution) ===
|
||||||
review_spec:
|
review_spec:
|
||||||
type: subagent # Spawn reviewer before building
|
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: |
|
prompt: |
|
||||||
Review this spec for quality before building:
|
Review this spec for quality before building:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: oracle
|
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.
|
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
|
# Oracle
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: orchestrator
|
name: orchestrator
|
||||||
description: Manages weaver execution via tmux. Reads specs, selects skills, launches weavers in parallel, tracks progress. Runs in background.
|
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
|
# Orchestrator
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: planner
|
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.
|
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
|
# Planner
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: verifier
|
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.
|
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
|
# Verifier
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: weaver-base
|
name: weaver-base
|
||||||
description: Base skill for all weavers. Implements specs, spawns verifiers, loops until pass, creates PR. Tests are never committed.
|
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
|
# Weaver Base
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue