26 lines
965 B
YAML
26 lines
965 B
YAML
name: merge
|
|
version: 1
|
|
description: Prepare a reviewed implementation for merge — runs pre-merge checks and marks item merge-ready
|
|
runtime: best-practices-opus-repo
|
|
input:
|
|
state: impl-reviewed
|
|
tags_forbidden: []
|
|
required_artifacts: []
|
|
output:
|
|
state: merge-ready
|
|
scope_budget:
|
|
files_modified_max: 1
|
|
lines_diff_max: 200
|
|
wall_clock_seconds_max: 600
|
|
nodes:
|
|
- id: agent
|
|
kind: agent
|
|
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"
|
|
AGENT_SKIP_BRANCH_PUSH: "true"
|
|
AGENT_EMPTY_DELIVERABLE_CHECK: "false"
|
|
prompt: "Review the implementation for '${item.title}' (project: ${item.project_id}). Write a concise merge checklist to /workspace/.agent-output/merge-checklist.md covering: (1) tests pass, (2) scope matches spec, (3) no regressions. End with MERGE_READY or NEEDS_REWORK."
|