Expand CONTRIBUTING setup guide and Codex workflow helpers (#1455)

This commit is contained in:
Steven Enamakel
2026-05-09 20:20:39 -07:00
committed by GitHub
parent d58312047d
commit 310ebedfd1
5 changed files with 283 additions and 68 deletions
+6 -2
View File
@@ -21,8 +21,12 @@ Args:
Flags:
--agent <tool> Agent CLI to drive (default: claude). The
prompt is passed as a single positional
argument: \`<tool> "<prompt>"\` — works with
the `claude` CLI and `codex exec` style tools.
argument for most tools. `--agent codex`
uses `codex exec
--dangerously-bypass-approvals-and-sandbox`
automatically. `--agent cursor` and
`--agent cursor-agent` use
`cursor-agent --yolo`.
--no-checkout Don't sync main / create the branch — just
print the prompt and run the agent against
the current branch.