fix(templates): spec-draft-opus@1 route to Opus, not airouter/Qwen3.6
Was silently dispatching to Qwen3.6 via airouter despite the name; live runs were timing out (exit_code=124), wedging four M41 auto-advance concepts. Mirrors agent-runtimes commit acc5cbe5. Claude-Session: https://claude.ai/code/session_012arAwUuBQrpnMzJ36mEVBk
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: spec-draft-opus
|
name: spec-draft-opus
|
||||||
version: 1
|
version: 1
|
||||||
description: Draft a spec from an idea using spec-writer agent
|
description: Draft a spec from an idea using spec-writer agent
|
||||||
runtime: spec-writing-airouter-repo
|
runtime: spec-writing-opus-repo
|
||||||
input:
|
input:
|
||||||
state: idea
|
state: idea
|
||||||
tags_required: []
|
tags_required: []
|
||||||
@@ -16,10 +16,8 @@ scope_budget:
|
|||||||
nodes:
|
nodes:
|
||||||
- id: agent
|
- id: agent
|
||||||
kind: agent
|
kind: agent
|
||||||
template: spec-writing-airouter-repo
|
template: spec-writing-opus-repo
|
||||||
cli: agentic
|
model: opus
|
||||||
model: Qwen3.6
|
|
||||||
labels: [airouter]
|
|
||||||
runtime_env:
|
runtime_env:
|
||||||
AGENT_REPO_URL: "git@gitea.oreillyit.nz-ai-enablement:skynet/agent-runtimes-agents.git"
|
AGENT_REPO_URL: "git@gitea.oreillyit.nz-ai-enablement:skynet/agent-runtimes-agents.git"
|
||||||
AGENT_BRANCH: "spec/auto-draft"
|
AGENT_BRANCH: "spec/auto-draft"
|
||||||
|
|||||||
Reference in New Issue
Block a user