You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guardex startup output was mixing status, worktree paths, and finish guidance into long human sentences. This commit keeps parser-stable status lines intact while giving agents a scannable branch/worktree/next block and making cleanup part of every printed finish command.
Constraint: Existing consumers parse the Created branch and Worktree lines, so those lines stay unchanged.
Rejected: Reword all startup output | too much compatibility risk for a small guidance fix
Confidence: high
Scope-risk: narrow
Directive: Keep scripts and templates in parity when changing launcher output.
Tested: bash -n scripts/agent-branch-start.sh scripts/codex-agent.sh templates/scripts/agent-branch-start.sh templates/scripts/codex-agent.sh
Tested: git diff --check
Tested: diff -u scripts/agent-branch-start.sh templates/scripts/agent-branch-start.sh
Tested: diff -u scripts/codex-agent.sh templates/scripts/codex-agent.sh
Tested: node --test test/branch.test.js test/sandbox.test.js
Not-tested: Full npm test; known unrelated test/metadata.test.js cosign v4.1.1/v4.1.2 baseline drift.
Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
echo"[codex-agent] Takeover prompt: Continue \`${change_slug}\` on branch \`${branch}\`. Work inside \`${wt}\`, review \`${change_artifact}\`, continue from the current state instead of creating a new sandbox, and when the work is done run \`${finish_cmd}\`."
echo"[codex-agent] Takeover prompt: Continue \`${change_slug}\` on branch \`${branch}\`. Work inside \`${wt}\`, review \`${change_artifact}\`, continue from the current state instead of creating a new sandbox, and when the work is done run \`${finish_cmd}\`."
0 commit comments