New tiers in the coding queue: airouter(0-2) → minimax(3-5) → sonnet(6-7) → opus(8-9) → fable(10) → blocked(11+) - models/claude-fable-5.yaml: Fable 5 model definition (Anthropic cloud, claude runner) - harnesses/composites/code-fable-tdd-repo/v1: Fable TDD composite (mirrors opus, anthropic-cloud-paul-oauth auth) - model-registry/harness-roles.yaml: claude-fable-5 → code-fable-tdd-repo under code-tdd role - model-registry/tiers.yaml: claude-fable-5 added to coding.qualifies_today - task-templates/workflow/minimax-impl-ready@1.yaml: MiniMax TDD workflow (scope: 3 files / 200 lines / 30m) - task-templates/workflow/fable-impl-ready@1.yaml: Fable TDD workflow (scope: 5 files / 400 lines / 60m) Claude-Session: https://claude.ai/code/session_015sCpoFee3LsLKbHQ4FRRWY
23 lines
793 B
YAML
23 lines
793 B
YAML
name: minimax-impl-ready
|
|
version: 1
|
|
description: Impl of a spec requirement against pre-validated tests, MiniMax in worktree (second-tier escalation from airouter)
|
|
runtime: code-minimax-tdd-repo
|
|
input:
|
|
state: scaffolded
|
|
tags_forbidden: [security-sensitive]
|
|
required_artifacts: []
|
|
output:
|
|
state: impl-green
|
|
scope_budget:
|
|
files_modified_max: 3
|
|
lines_diff_max: 200
|
|
wall_clock_seconds_max: 1800
|
|
nodes:
|
|
- id: agent
|
|
kind: agent
|
|
template: code-minimax-tdd-repo
|
|
runtime_env:
|
|
AGENT_REPO_URL: "git@gitea.oreillyit.nz-ai-enablement:skynet/agent-runtimes-agents.git"
|
|
AGENT_BRANCH: "task/${item.uuid}"
|
|
prompt: "Implement the task. ${metadata.automation.test_files}${metadata.automation.spec_ids}Task description: ${artifacts.item_title}. ${artifacts.item_body}"
|