initial: actor-test v0.1.0 — 8 assertions

Phase-A.5 test-lib for lib-core.actor. Covers create-validation
(missing/zero movement_speed loud-errors + valid spec), position
(initial x/y), move ((0,0) no-op + additive delta), movement_speed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Axel Meyer
2026-06-09 13:57:22 +00:00
commit 6920c0728d
5 changed files with 152 additions and 0 deletions

10
manifest.lib Normal file
View File

@@ -0,0 +1,10 @@
{
"id": "lib-core.actor-test",
"role": "test",
"version": "0.1.0",
"api_min": "0.1",
"deps": [
{"id": "lib-core.actor", "version": "0.1.0"},
{"id": "lib-core.composition", "version": "0.1.0"}
]
}