From 2d5cbd117490afa75cc874f18d41ad30cc8f591e Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 14 Jul 2026 20:17:55 +0200 Subject: [PATCH] Document versioning policy: 0.x per roadmap phase, 1.0.0 = wall milestone Co-Authored-By: Claude Fable 5 --- docs/architecture.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/architecture.md b/docs/architecture.md index bd16b03..8c19942 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -265,3 +265,8 @@ Gitea Actions (`.gitea/workflows/build.yml`), following the tatlock/tatlock-ui p Firmware is not containerized: it's flashed over USB (`idf.py flash`), with OTA planned for phase 5. + +**Versioning**: `0.x` while interfaces are still moving — roughly one minor bump per +roadmap phase (`0.1.x` gateway server-side, `0.2.x` first device firmware, `0.3.x` +hands-free). **`v1.0.0` is reserved for the wall milestone**: the device mounted in the +living room, talking to Tatlock end to end.