fix: impl-review + merge on Sonnet/best-practices-opus-repo (unclaimable routing + empty-delivery risk)

This commit is contained in:
Paul O'Reilly
2026-07-04 18:50:57 +12:00
parent 01fb6f3ad0
commit 4b39c9822f
2 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
name: impl-review-sonnet
version: 1
description: Code review of implementation using Sonnet code-review
runtime: best-practices-airouter-repo
runtime: best-practices-opus-repo
input:
state: integrated
tags_forbidden: []
@@ -15,7 +15,8 @@ scope_budget:
nodes:
- id: agent
kind: agent
template: best-practices-airouter-repo
template: best-practices-opus-repo
model: sonnet
prompt: |
Code-review the implementation for the following task.

View File

@@ -1,7 +1,7 @@
name: merge
version: 1
description: Prepare a reviewed implementation for merge — runs pre-merge checks and marks item merge-ready
runtime: best-practices-airouter-repo
runtime: best-practices-opus-repo
input:
state: impl-reviewed
tags_forbidden: []
@@ -15,10 +15,8 @@ scope_budget:
nodes:
- id: agent
kind: agent
template: best-practices-airouter-repo
cli: agentic
model: Qwen3.6
labels: [airouter]
template: best-practices-opus-repo
model: sonnet
runtime_env:
AGENT_REPO_URL: "git@gitea.oreillyit.nz-ai-enablement:skynet/agent-runtimes-agents.git"
AGENT_BRANCH: "spec/auto-draft"