Parent tracker: #294
Problem
codi-rs currently has no GitHub Actions workflows, so there is no automated cross-platform gate for production readiness.
Scope
- Add CI workflows for Linux/macOS/Windows
- Include jobs for:
cargo build --release
cargo test
cargo fmt --check
- agreed clippy policy command
- Set branch protection expectations after CI is stable
Acceptance Criteria
- CI runs automatically on PRs and main
- Matrix is green on all three OSes
- Required checks are documented
Parent tracker: #294
Problem
codi-rscurrently has no GitHub Actions workflows, so there is no automated cross-platform gate for production readiness.Scope
cargo build --releasecargo testcargo fmt --checkAcceptance Criteria