fix: per-item work branch (task/${item.uuid}) across all task-stage templates

This commit is contained in:
Paul O'Reilly
2026-07-04 19:37:03 +12:00
parent 4b39c9822f
commit d1dcdf4a8c
9 changed files with 58 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ nodes:
model: sonnet
runtime_env:
AGENT_REPO_URL: "git@gitea.oreillyit.nz-ai-enablement:skynet/agent-runtimes-agents.git"
AGENT_BRANCH: "spec/auto-draft"
AGENT_BRANCH: "task/${item.uuid}"
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."