Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
Loading