chore: bump spec-spine to 0.10.0 and regenerate .derived#10
Conversation
Updates the pinned spec-spine governance toolchain (the dogfood dependency) from 0.8.0 to the latest, 0.10.0, and regenerates the committed .derived artifacts under it. Only the three crate shard hashes changed (schemaVersion stays 1.1.0, so no format migration): 0.10.0 folds the workspace-resolved crate version (0.3.0, via version.workspace = true) into the crate shard hash, which 0.8.0 did not capture. index check is fresh, lint is clean, and regeneration is idempotent.
AI Code ReviewReview: spec-spine 0.8.0 → 0.10.0 bumpPotential Issue: Asymmetric
|
Follows the 0.8.0 to 0.10.0 bump in #10; the parenthetical version note was the only stale reference.
chore: bump spec-spine 0.8.0 to 0.10.0
Updates the pinned spec-spine governance toolchain (the dogfood dependency) to the
latest release, 0.10.0.
What changed
package.json: devDependency pin 0.8.0 to 0.10.0 (exact, per the one-pin model).package-lock.json: regenerated (spec-spine plus its five@spec-spine/cli-*platform packages).
.derived/codebase-index/by-package/tenant-tail-{cli,core,types}.json: regeneratedunder 0.10.0. Only the
shardHashchanged in each;schemaVersionstays1.1.0,so there is no format migration. 0.10.0 folds the workspace-resolved crate version
(
0.3.0, viaversion.workspace = true) into the crate shard hash, which 0.8.0 didnot capture. The spec-registry and all other index shards are byte-identical.
Testing
npm installclean (0 vulnerabilities); spec-spinecompile(0 warnings),index check(fresh),lint --fail-on-warn(0/0/0). Index regeneration isidempotent (identical shard hashes on re-run). CI's determinism golden re-verifies
byte-identical
.derivedacross all four triples under 0.10.0.