Skip to main content

Install and sign in

Update with codex plugin marketplace upgrade rapidreview, then codex plugin add merv@rapidreview.
Ask the agent to call project(action="list"), then workflow.status_and_next(project_id). Follow along in the web UI at rapidreview.io/merv.
Both update commands are required — repository marketplaces don’t upgrade plugins in place.

Skills and reviewers

Skills ship via the plugin manifest. Reviewer subagents are spawned by the review skills themselves (Codex has no agents/ auto-discovery). See Reviewer handoff.

Long runs

Either a foreground blocking terminal (raise background_terminal_max_timeout), or a background terminal plus an empty write_stdin poll to observe the watcher’s line. See Long runs.

Headless

codex exec has no browser: pass --bearer-token-env-var MERV_MCP_KEY with a project key exported in the environment. The manifest sets default_tools_approval_mode="approve" so non-interactive runs don’t stall on approval prompts.