@shipgate.dev/proof
v0.1.0
Published
ShipGate canonical proof bundle — .shipgate-proof.json schema, build, validate, render.
Downloads
21
Readme
@shipgate.dev/proof
Canonical proof bundle for ShipGate — the .shipgate-proof.json schema, builder,
writer, reader, validator, and Markdown renderer used by the ShipGate intent
verification engine.
Verdicts
Canonical ShipGate verdicts are three values only:
SHIP— mission satisfiedBLOCK— required clause failed, forbidden constraint violated, or policy blockedREVIEW— evidence incomplete or ambiguous
Legacy verdict strings (NO-SHIP, WARN, PROVEN, VIOLATED, etc.) are
normalized into the canonical set.
API
import {
buildProof,
writeProof,
readProof,
validateProof,
proofToMarkdown,
shipGateProofSchema,
type ShipGateProof,
} from '@shipgate.dev/proof';Schema
JSON Schema is published at @shipgate.dev/proof/schema
(packages/proof/schema/shipgate-proof.schema.json).
