Overview
Set up a CI/CD pipeline (GitHub Actions) that runs the annotation scanner, validates the route map, executes tests, and builds release artifacts automatically on every push and pull request.
Acceptance Criteria
References
- Spec §9.3 – Continuous Integration
- Roadmap – Phase 3
Overview
Set up a CI/CD pipeline (GitHub Actions) that runs the annotation scanner, validates the route map, executes tests, and builds release artifacts automatically on every push and pull request.
Acceptance Criteria
mainvyx annotate— validates all annotations and fails on errorsvyx build— produces the core binary and worker bundlesmain: build artifacts are published as a GitHub ReleaseReferences