plan | Run a PlanBridge plan review: reads the plan from stdin or [path], opens a local browser UI for a human to approve or annotate, and writes the markdown result to stdout. |
review | [WIP — under active development] Open the PlanBridge code-review browser UI for the current changes, leave inline comments on the diff, and write the markdown feedback to stdout. |
open | Open a markdown file or piped content in the PlanBridge browser UI for human annotation. Reads from [path] or stdin, opens a local browser UI, and writes the human’s feedback to stdout as markdown. |
update | Check for a newer release and re-run the install method that put this binary on your system (Homebrew or the install script). |
hook | Harness-specific hook adapters that read event JSON on stdin and emit a hook response on stdout. Currently: claude, codex. |
install | Wire PlanBridge into every detected AI coding harness. Run with no arguments to walk all of them, or pass a harness id to target one. |
uninstall | Remove PlanBridge from every detected AI coding harness. Run with no arguments to walk all of them, or pass a harness id to target one. |