Claude Transcripts docs GitHub
Work in progressUnder active development — not tested as ready for use. Breaking changes land without notice, stored data may need to be discarded between revisions, and there is no auth or security model. These docs describe the intended design as much as the current state.

5. Tag-driven image releases

Date: 2026-06-06

Status

Accepted. The CI system + registry specifics are pinned by ADR 0012 (GitHub Actions + GHCR); the tag-driven release model below stands.

Context

The project ships as a public GitHub repository. Its release process should be simple and reproducible: a version tag produces a versioned image, and ordinary commits don't. This matches the tag-driven pattern the owner already operates elsewhere (no per-commit image builds).

Decision

Consequences