Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Verify

The single verification entry point is ./scripts/verify.sh:

  • cargo fmt --check
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo hack check --workspace --each-feature --no-dev-deps
  • cargo test --workspace
  • Release build + CLI smoke tests (run, json, rah-demo, acp, swarm-demo)
  • Benchmarks: stigmergy ablation, govcraft acceptance, topology ablation
  • Documentation smoke: ./scripts/smoke-docs.sh
./scripts/verify.sh
flock drift-check

CI runs the same script on every PR (.github/workflows/ci.yml).