From 2c96926ff77de0ffbcce209c850232dfcd1e0e75 Mon Sep 17 00:00:00 2001 From: Mathias Date: Mon, 8 Jun 2026 15:50:06 +0200 Subject: [PATCH] docs: correct stale last-tag reference (v0.4.0 -> v0.8.0) CLAUDE.md "Current build state" still cited v0.4.0; the repo is at v0.8.0. Co-Authored-By: Claude Opus 4.8 (1M context) --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 8d2a452..5ac78e4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -79,7 +79,7 @@ Skills live in the canonical library `mathias/skills` and are wired into this re ## Current build state (start here for the first task) -The repo is **green and shipping** — last tag `v0.4.0`. `task check` passes (fmt, vet, lint, +The repo is **green and shipping** — last tag `v0.8.0`. `task check` passes (fmt, vet, lint, `go test -p 1 ./...`). Go is `1.26.1` (see `go.mod`). - Clean Architecture core is implemented: `internal/domain` (entities), `internal/ports`