From 40d8ddd29d24a59583f5843f889bb87c397f30c5 Mon Sep 17 00:00:00 2001 From: calic Date: Thu, 6 Aug 2026 11:27:22 +0200 Subject: [PATCH] fix(deps): cascade composition 0.4.0 + crafting 0.5.0 pins Phase J (2026-08-03) bumped lib-core.composition 0.3.0->0.4.0 and lib-core.crafting 0.3.0->0.5.0, but only vagrant-skeleton and lib-core.crafting themselves were updated. Dependent manifests kept the old pins, so dep-fetcher saw disagreeing pins on the same lib and refused to start both spine-prototype (ENGINE_ERR_LIB_DEP_MISSING, rc=19) and vagrant-skeleton ("dep check failed", conflict on lib-core.composition + lib-core.crafting). Unify all pins on the on-disk versions. No code changes required: composition 0.4.0 is purely additive (the quality/condition loud-error was removed; no signature changed), and crafting-display only consumes crafting.can_craft + crafting.list_recipes, both still present, and never referenced the `form` field retired by ADR-0055. README "Requires:" lines synced to match the manifests (Gate 3). milestone-check.sh: GREEN (build, ctest, smoke, devwrap-ci, test-all-modules + anomaly scan). vagrant-skeleton headless run clean at 60 CI frames. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 2 +- manifest.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da232a2..88a1522 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Foundational end-to-end demo module from the bootstrap phase. Loads `lib-core.ma **Version:** 0.3.2 **Module-ID:** spine-prototype -**Requires:** lib-core.maps v0.5.7, lib-core.render v0.2.0, lib-core.camera v0.3.0, lib-core.selection v0.1.0, lib-core.input v0.4.0, lib-core.player_control v0.2.0, lib-core.actor v0.1.0, lib-core.interaction v0.1.0, lib-core.command v0.1.0, lib-core.composition v0.3.0, lib-asset.prototype-fa-starter v0.2.0 +**Requires:** lib-core.maps v0.5.7, lib-core.render v0.2.0, lib-core.camera v0.3.0, lib-core.selection v0.1.0, lib-core.input v0.4.0, lib-core.player_control v0.2.0, lib-core.actor v0.1.0, lib-core.interaction v0.1.0, lib-core.command v0.1.0, lib-core.composition v0.4.0, lib-asset.prototype-fa-starter v0.2.0 **Tags:** demo, skeleton, foundational, tile-map ## Topology diff --git a/manifest.module b/manifest.module index 5b784e3..03e294e 100644 --- a/manifest.module +++ b/manifest.module @@ -18,7 +18,7 @@ {"id":"lib-core.actor","version":"0.1.0"}, {"id":"lib-core.interaction","version":"0.1.0"}, {"id":"lib-core.command","version":"0.1.0"}, - {"id":"lib-core.composition","version":"0.3.0"}, + {"id":"lib-core.composition","version":"0.4.0"}, {"id":"lib-asset.prototype-fa-starter","version":"0.2.0"} ] }