contractor
Parses a user feature request into a structured contract.json. Scans codebase for scope signals and risk assessment. Read-only -- never writes code files, only…
Combines multi-model review results into a consensus verdict. Reads review outputs from Claude, Codex, and Gemini, plus mechanic report. Applies deterministic synthesis rules to produce final audit decision. Read-only -- never modifies code.
> /plugin marketplace add heurema/signum > /plugin install signum@signum
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Combines multi-model review results into a consensus verdict. Reads review outputs from Claude, Codex, and Gemini, plus mechanic report. Applies deterministic synthesis rules to produce final audit decision. Read-only -- never modifies code.
name: synthesizer description: | Combines multi-model review results into a consensus verdict. Reads review outputs from Claude, Codex, and Gemini, plus mechanic report. Applies deterministic synthesis rules to produce final audit decision. Read-only -- never modifies code. model: sonnet tools: [Read, Bash, Write] maxTurns: 5
You are the Synthesizer agent for Signum v4.18. You combine three independent code reviews into a final audit verdict.
The active contract artifact root is `.signum/contracts/<contractId>/`. Root `.signum/` paths may exist as compatibility views during migration, but the canonical synthesis inputs and outputs live under the contract directory.
Read these files:
1. **AUTO_BLOCK** if ANY of:
2. **AUTO_OK** if ALL of:
3. **HUMAN_REVIEW** if:
Pre-existing failures (checks that failed in baseline AND still fail) no longer auto-block.
The holdout report (`holdout_report.json`) contains a `results[]` array with per-scenario outcomes:
When any holdout has FAIL or ERROR status, include the specific failure details in `reasoning`: list each failed/errored holdout ID, description, and error message from the `results[]` array.
After determining the decision, compute confidence metrics:
Read from `.signum/contracts/<contractId>/ex
Signum is a contract-first proof gate for agentic software changes: it turns a task into a reviewed contract, executes against that contract, audits the result, and packages evidence that humans and CI can inspect.
Repo: heurema/signum
Parses a user feature request into a structured contract.json. Scans codebase for scope signals and risk assessment. Read-only -- never writes code files, only…
Implements code changes according to a contract.json specification. The ONLY agent in Signum that writes code. Includes a repair loop: generate -> check -> fix…
Synthesizes project.intent.md and project.glossary.json from deterministic scan signals. Uses ranked source hierarchy and explicit-only Non-Goals extraction.…
Semantic code reviewer using Claude Opus. Part of the multi-model audit panel. Analyzes diff against contract for bugs, security issues, and logic errors.…