-
Notifications
You must be signed in to change notification settings - Fork 0
CI and Release Engineering
Test User edited this page Mar 28, 2026
·
1 revision
The repository uses structured CI with required quality gates:
- build
- full test suite
- quick suite
- spec suite
- runtime oracle
- secret scan
CI workflow: .github/workflows/ci.yml
Build install-ready artifacts locally:
./scripts/build_release_artifacts.sh v0.1.0Publish a GitHub release with bundled assets:
./scripts/create_release.sh v0.1.0footer