Local Build Setup
Build and test sequence
Section titled “Build and test sequence”cargo test --workspace --lib --tests --all-features -- --skip test_sadf_testcargo test -p openquant --test structural_breaks test_sadf_test -- --ignoredDocs quality gates
Section titled “Docs quality gates”cd docs-sitebun run buildbun run check:linksbun run check:api-driftbun run check:content-schemaExpected checkpoints:
- Build succeeds.
- Link checks return zero broken internal links.
- API drift check is clean.
- Content schema check passes.