@lead: Dev-agent runs can break later steps by touching the runtime .agents-workflow scripts checkout #34

Merged
ffaerber merged 1 commits from ai/issue-33 into main 2026-07-04 09:43:14 +02:00
1 Commits
Author SHA1 Message Date
lead 423a060816 fix(agent): run step scripts from outside the workspace so agents can't break the run
Stage the shared scripts into $RUNNER_TEMP and point $SCRIPTS there for every
step, so an agent that commits/deletes the in-tree .agents-workflow checkout no
longer destroys the scripts the post-agent steps run (issue #33). Scrub any
in-tree .agents-workflow artifact before publishing, and add a failure-safe
rescue step that opens a PR for pushed work when a run fails.
2026-07-04 07:34:53 +00:00