pair-harness
v0.2.0
Published
Pair-agent CLI harness for real workspace work.
Downloads
95
Maintainers
Readme
Pair
Pair is a CLI for running a builder/reviewer pair loop on top of Codex App Server.
It is distributed through npm, and the installed pair command runs on Bun.
Requirements
- Bun 1.3.10 or newer
codexavailable onPATH
Install
npm install -g pair-harnessor
bun install -g pair-harnessUsage
pair
pair "Audit auth retry behavior"
pair run "Refactor the cache invalidation flow" --permission view
pair helpInteractive mode starts the TUI.
run executes a one-shot task and prints the final summary plus loop metrics.
