diff --git a/README.md b/README.md index fbab9b2..f99c153 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ pnpm dev In another terminal, run a local worker lane: ```bash -pnpm runner -- --agent codex +pnpm runner --agent codex ``` By default the runner previews the next queued job without claiming it. Add `--execute` to claim the job and start the local agent. @@ -60,8 +60,8 @@ pnpm setup:url HuntDynamics org ```bash pnpm dev # start the webhook server -pnpm runner -- --agent codex # preview the next Codex job -pnpm runner -- --agent codex --execute --once +pnpm runner --agent codex # preview the next Codex job +pnpm runner --agent codex --execute --once # claim one job and run Codex locally pnpm setup:url fschrhunt user # generate a GitHub App manifest URL pnpm test # run tests