fix: scope-decompose-sonnet runs model:sonnet on spec-writing-sonnet-repo (was Qwen3.6/airouter — empty-delivery in E1 E2E)

This commit is contained in:
Paul O'Reilly
2026-07-04 14:09:24 +12:00
parent 71f9cc0338
commit b1ad85f46d

View File

@@ -1,7 +1,7 @@
name: scope-decompose-sonnet name: scope-decompose-sonnet
version: 1 version: 1
description: Scope and decompose a spec into tagged tasks using Sonnet planning description: Scope and decompose a spec into tagged tasks using Sonnet planning
runtime: spec-writing-airouter-repo runtime: spec-writing-sonnet-repo
input: input:
state: spec-reviewed-arch state: spec-reviewed-arch
tags_forbidden: [] tags_forbidden: []
@@ -15,10 +15,13 @@ scope_budget:
nodes: nodes:
- id: agent - id: agent
kind: agent kind: agent
template: spec-writing-airouter-repo # Decomposition is spec-test-tier work (claude/stage-routing.md): Sonnet,
# not airouter. 2026-07-04 E2E: Qwen3.6 empty-delivered this stage (task
# "succeeded" touching only .gitignore, zero work items created) — the
# template NAME never set the model; the node model: field does.
template: spec-writing-sonnet-repo
cli: agentic cli: agentic
model: Qwen3.6 model: sonnet
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"