Documents how Helm chart publication works in the miroir CI/CD pipeline,
including the three Argo Workflow tasks (helm-package, helm-publish-ghpages,
helm-publish-oci) and usage instructions for both GitHub Pages and OCI registry.
Closes: miroir-uyx.6
Verified and documented the existing task store implementation:
- All 14 tables from plan §4 implemented in SQLite and Redis backends
- TaskStore trait enables runtime backend switching via task_store.backend
- Schema version tracking with migration detection
- Comprehensive test suite: property tests + integration tests with testcontainers
- Helm values.schema.json enforces replicas > 1 → redis requirement
- Redis memory accounting validated against representative load (20 kQPS)
Added documentation:
- docs/notes/phase3-task-store-verification.md — DoD checklist and Redis memory analysis
- notes/miroir-r3j-phase3-summary.md — Completion summary and retrospective
Definition of Done — ALL MET ✅
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- LICENSE: MIT (per plan §12)
- CHANGELOG.md: Keep a Changelog 1.1.0 skeleton with [Unreleased]
and [0.1.0] sections matching the awk extractor from plan §7
- .gitignore: Rust target/, editor junk; Cargo.lock kept in VCS
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>