fix: per-item work branch (task/${item.uuid}) across all task-stage templates
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user