Human oversight for AI coding
Human-in-the-loop annotation for AI coding sessions.
brew install contextbridge/tap/cli # Pipe a plan to ContextBridge
$ cat plan.md | contextbridge plan
✓ Opening browser for review…
✓ Human approved with 2 comments
"status": "approved",
"comments": […]
Up and running in seconds
Install the CLI, pipe in a plan, and a human annotates it in their browser. The result flows back on stdout.
1. Install
$ brew install contextbridge/tap/cli2. Run a plan review
$ cat my-plan.md | contextbridge plan
✓ Opening browser for review…✓ Human approved with 2 comments
{"status": "approved","comments": [{ "line": 12, "body": "Consider extracting this into a helper." },{ "line": 28, "body": "This needs a test." }]}Designed for agent workflows
Works with any AI coding agent that can shell out to a CLI and read its stdout.
Works with Claude Code, Codex, or any agent that can shell out to a command and read its stdout.
No remote backend. The CLI spawns an ephemeral local server, opens your browser, and shuts down when you submit.
Approval status, inline comments, and change requests come back as a typed JSON payload — no parsing required.
Ready to get started?
Install ContextBridge and bring human oversight into your AI coding workflow.