Verify
The single verification entry point is ./scripts/verify.sh:
cargo fmt --checkcargo clippy --workspace --all-targets -- -D warningscargo hack check --workspace --each-feature --no-dev-depscargo 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).