fix: per-item work branch (task/${item.uuid}) across all task-stage templates
This commit is contained in:
@@ -15,4 +15,11 @@ scope_budget:
|
||||
nodes:
|
||||
- id: agent
|
||||
kind: agent
|
||||
template: minimax-test-writer
|
||||
template: minimax-test-writer
|
||||
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}"
|
||||
Reference in New Issue
Block a user