docs: harden coding-agent skill guidance example

This commit is contained in:
Peter Steinberger
2026-02-18 16:55:50 +01:00
parent a0d904dc23
commit 797a47c3ce
2 changed files with 2 additions and 1 deletions

View File

@@ -203,7 +203,7 @@ git worktree add -b fix/issue-99 /tmp/issue-99 main
# 2. Launch Codex in each (background + PTY!)
bash pty:true workdir:/tmp/issue-78 background:true command:"pnpm install && codex --yolo 'Fix issue #78: <description>. Commit and push.'"
bash pty:true workdir:/tmp/issue-99 background:true command:"pnpm install && codex --yolo 'Fix issue #99: <description>. Commit and push.'"
bash pty:true workdir:/tmp/issue-99 background:true command:"pnpm install && codex --yolo 'Fix issue #99 from the approved ticket summary. Implement only the in-scope edits and commit after review.'"
# 3. Monitor progress
process action:list