Skip to content

CI and Release Engineering

Test User edited this page Mar 28, 2026 · 1 revision

CI and Release Engineering

CI

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

Release

Build install-ready artifacts locally:

./scripts/build_release_artifacts.sh v0.1.0

Publish a GitHub release with bundled assets:

./scripts/create_release.sh v0.1.0

Clone this wiki locally