consensus-loop:audit

Run a consensus-loop audit manually — Codex reviews pending trigger_tag items in the watch file. Use when you want to trigger an audit without editing the watch file, re-run a failed audit, or test the audit prompt.

Manual Audit

Run the audit process manually.

Execute

node ${CLAUDE_PLUGIN_ROOT}/audit.mjs {{ arguments }}

After Completion

Read the respond file (gpt.md) and summarize:

  • Verdict per item (agree_tag or pending_tag)
  • Rejection codes with reasons
  • Recommended next steps

Options

FlagEffect
--dry-runPrint audit prompt without executing
--no-resumeFresh session (don't resume previous)
--auto-fixAuto-correct via Claude CLI after audit
--model <name>Model override (default: gpt-5.4)
--reset-sessionDelete saved session before running
--watch-file <path>Override watch file path (worktree support)