Documentation

Docs for governed AI software delivery

Install the CLI, validate a repo, and expand governance to agent tooling and CI.

Start here
  1. 1. Install the CLI and validate one real repo.
  2. 2. Connect CI to keep the same contract before merge.
  3. 3. Open shared review only when the workflow needs more than one operator.

Quickstart

Start with one repo, prove the control contract locally, then carry the same path into agent tooling and CI before opening shared operator review.

Request pilot
Step 1 · Install

Install the CLI where the live workflow already ships.

step-1-·-install
$ pip install morphism
Step 2 · Initialize

Bind the repo to one governed contract and create the baseline files.

step-2-·-initialize
$ morphism init
✓ Created .morphism/config.yaml
✓ Created .morphism/policies/
Step 3 · Validate

Run the first audit locally and attach typed evidence before the workflow expands.

step-3-·-validate
$ morphism validate
✓ 12/12 policies enforced
✓ evidence: typed, signed
score: 0.94 · drift: none
Step 4 · Monitor

Keep drift visible while the contract starts spanning more than one surface.

step-4-·-monitor
$ morphism scan --drift --watch
→ continuous scanning enabled

Workflow guides

Reference

Operator entry points