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.
This commit is contained in:
@@ -34,7 +34,9 @@ import) or any `KIMI_*` env var.
|
|||||||
`~/.kigi` only. Its zero-network property is a contract.
|
`~/.kigi` only. Its zero-network property is a contract.
|
||||||
- The root `Cargo.toml` is hand-maintained (upstream's generator is not in
|
- The root `Cargo.toml` is hand-maintained (upstream's generator is not in
|
||||||
this repo). Members sorted; versions inherited from
|
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
|
## Layout
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user