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.

23. Lockstep versioning; components built separately, then combined into one image

Date: 2026-06-18

Status

Accepted

Context

The system has several custom components — webapi, webui, and the CLI — plus a shared layer. They're developed in one monorepo but have different build outputs (a server, a static SPA, a CLI binary). We need a coherent release story: how they're versioned, and how they're packaged.

Decision

Consequences