## Goal Ship a v0.2 production-readiness baseline for RustAPI. ## Checklist - [x] Security: secret scanning + push protection verified (enabled) - [x] Security: weekly `cargo audit` CI (PR #199) - [x] Security: no committed `.env` files (PR #199) - [x] Maintainability: god-file split initial pass (PR #199) - [x] Maintainability: builder.rs split into routing/openapi/health/run (PR #202 / #201) - [x] CI: public API snapshot label gate enforced on PRs - [x] CI: coverage artifact published (tarpaulin HTML + Cobertura, 30-day retention) - [x] Release: release-drafter draft published for each `v*` tag - [x] DX: golden-path example in `crates/rustapi-rs/examples/golden_path.rs` - [x] Docs: production checklist doc linked from README header ## Notes Closed in commit 33696e6b. Dependabot PRs #207–#225 merged; `rustapi-view` updated for Tera 2.
Goal
Ship a v0.2 production-readiness baseline for RustAPI.
Checklist
cargo auditCI (PR chore: production readiness P0/P1 improvements #199).envfiles (PR chore: production readiness P0/P1 improvements #199)v*tagcrates/rustapi-rs/examples/golden_path.rsNotes
Closed in commit 33696e6. Dependabot PRs #207–#225 merged;
rustapi-viewupdated for Tera 2.