Commit graph

3 commits

Author SHA1 Message Date
jedarden
6d55bf993b docs(helm): add Helm chart publication CI documentation
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
2026-05-24 14:23:32 -04:00
jedarden
1da32f8d57 Phase 3 (miroir-r3j): Task Registry + Persistence — Verification complete
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>
2026-05-09 05:40:08 -04:00
jedarden
409f952f59 Add repo hygiene: LICENSE, CHANGELOG, .gitignore
- 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>
2026-04-18 20:47:36 -04:00