feat(P.3.7): lib-core.command v0.1.0 — initial release

Handle-Registry (get_pos + set_pos + speed callbacks) + lib-driven
auto-wire (bind_move_action + bind_target_provider) + per-frame
movement with arrive-snap. Move-only execution; context-dispatch
deferred to P.4.

See: meta/docs/superpowers/specs/2026-05-14-p3-7-lib-command-design.md
This commit is contained in:
Axel Meyer
2026-05-14 17:00:59 +02:00
commit 7a5bc36daa
3 changed files with 289 additions and 0 deletions

1
manifest.lib Normal file
View File

@@ -0,0 +1 @@
{"id":"lib-core.command","version":"0.1.0","api_min":"0.1","deps":[{"id":"lib-core.input","version":"0.3.0"},{"id":"lib-core.camera","version":"0.3.0"}]}