From 83eef8e5a7b4cb2769654b400e85af93df2bd9e0 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Tue, 16 Jun 2026 14:47:56 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20CR-5=20=E2=80=94=20README=20v0.1.0->v0.?= =?UTF-8?q?3.2,=20Requires=20+actor/composition=20(10=20Deps),=20Pins=20sy?= =?UTF-8?q?nct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2566c39..da232a2 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Foundational end-to-end demo module from the bootstrap phase. Loads `lib-core.maps` and demonstrates lib-composition with basic player movement, free-pan camera, click-select, RMB-move, and proximity-triggered interactions. Self-exits after 30 frames for CI. -**Version:** 0.1.0 +**Version:** 0.3.2 **Module-ID:** spine-prototype -**Requires:** lib-core.maps v>=0.1.1, lib-core.render v>=0.1.0, lib-core.camera v>=0.3.0, lib-core.selection v>=0.1.0, lib-core.input v>=0.4.0, lib-core.player_control v>=0.1.0, lib-core.interaction v>=0.1.0, lib-core.command v>=0.1.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.3.0, lib-asset.prototype-fa-starter v0.2.0 **Tags:** demo, skeleton, foundational, tile-map ## Topology @@ -47,7 +47,7 @@ graph LR ## Demonstrates - End-to-end bootstrap of a module: manifest deps -> init -> update -> render -> cleanup. -- Lib-composition: 8 libs (maps, render, camera, input, selection, command, player_control, interaction) wired together in one module. +- Lib-composition: 10 libs (maps, render, camera, input, selection, command, player_control, actor, interaction, composition) wired together in one module, plus the `lib-asset.prototype-fa-starter` asset pack. - Tile-based map loading + walkability queries via `lib-core.maps`. - Free-pan + follow camera through `lib-core.camera` (`set_target`, `bind_pan_keys`, `update`). - Click-select / drag-box / modifier-keys via `lib-core.selection`.