fix: per-item work branch (task/${item.uuid}) across all task-stage templates
This commit is contained in:
@@ -16,6 +16,13 @@ nodes:
|
||||
- id: agent
|
||||
kind: agent
|
||||
template: integration-direct
|
||||
runtime_env:
|
||||
# WF-COMP-15: stage agents share one per-item work branch so their work
|
||||
# accumulates (test-write -> scaffold -> impl -> integrate -> merge all
|
||||
# see the same tree). Without AGENT_REPO_URL the agent-repo layer never
|
||||
# clones and the agent's output evaporates (E2E 2026-07-04).
|
||||
AGENT_REPO_URL: "git@gitea.oreillyit.nz-ai-enablement:skynet/agent-runtimes-agents.git"
|
||||
AGENT_BRANCH: "task/${item.uuid}"
|
||||
prompt: |
|
||||
You are the integration gate for this work item.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user