Documentation Index
Fetch the complete documentation index at: https://cyberpaisa-dof-mesh-40-27.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Installation
All Commands
| Command | Description |
|---|---|
dof verify <text> | Constitution + AST + DataOracle |
dof verify-code <code> | AST only |
dof check-facts <text> | DataOracle only |
dof prove | Z3 formal verification — 4/4 theorems |
dof verify-states | Z3 state invariants |
dof verify-hierarchy | Z3 hierarchy — 42 patterns |
dof benchmark | Adversarial benchmark |
dof privacy | Privacy leak benchmark |
dof health | Component status 16/16 |
dof regression-baseline | Capture current baseline |
dof regression-check | Compare vs baseline (exit 1 if regressions) |
dof regression-history | Show history |
dof version | v0.8.0 |
Global Flags
Quick Examples
16 Components (dof health)
CLI: verify
verify, verify-code, check-facts
CLI: prove
prove, verify-states, verify-hierarchy
CLI: benchmark
benchmark, privacy, health, regression