Pipeline Blueprint (Consolidated Pointer)¶
Canonical Sources¶
- Detailed implementation:
CI_Pipeline_Implementation.md - Gate requirements:
CI_Enforcement_Checklist.md - Machine policy controls:
production_enforcement_policy.yaml - Workflow template:
ci_workflow_reference.yaml
Stage Summary¶
- Lint/Format
- Contract Validation
- Build + Unit Tests
- Integration + Contract Tests
- Security Scans
- SDK/CLI Smoke
- Migration Validation
- Package + Attestation
- Deploy Staging
- Promote Production (manual)
Tier Summary¶
fast: default push validationmedium: automatically added for workflow-sensitive changesheavy: scheduled or explicit deploy validation
Automatic determinant: - file-path change rules decide whether medium jobs are included - schedule/manual deploy rules decide whether heavy jobs are included - developers should not need to remember tier selection manually
This file is intentionally brief to avoid duplicating policy content.