From 815bd993565e018d42634f62f56cfa903f6e1c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E7=94=B5=E8=8A=BD=E8=A1=A3?= Date: Wed, 22 Jul 2026 17:54:51 -0400 Subject: [PATCH] docs(agents): stop embedding the workspace version literal '(0.1.0)' had rotted three releases behind. Name the source of truth (workspace.package.version) instead of snapshotting its value. --- AGENTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index e1007ed..f1a992f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -34,7 +34,9 @@ import) or any `KIMI_*` env var. `~/.kigi` only. Its zero-network property is a contract. - The root `Cargo.toml` is hand-maintained (upstream's generator is not in this repo). Members sorted; versions inherited from - `workspace.package.version` (0.1.0). + `workspace.package.version` — the single source of truth for the release + version (`kigi_version::VERSION` derives from it; the release workflow + gates the `v*` tag against it). ## Layout