heurema/signum

17 stars · Last commit 2026-05-29

Risk-adaptive development pipeline with adversarial consensus code review

README preview

# Signum

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.

## Status

Signum is an active, experimental baseline for local deterministic development and review workflows. It is not a production certification system.

The canonical runtime docs are:

- `commands/signum.md` for the main `CONTRACT → EXECUTE → AUDIT → PACK` pipeline.
- `commands/init.md` for project bootstrap with `/signum:init`.

This README is an entry point, not the complete runtime specification. Use `docs/reference.md` when exact behavior matters.

## What Signum does

Signum follows one mental model:

```text

View full repository on GitHub →