ecs-observable/test
hyper ddde3f7597 feat(bt): Add entity-based task factories
Add `leaf`, `sequential`, `parallel`, `selector`, `random`, and `repeat`
functions that return `EntityDef` trees. Legacy object definitions are
still
accepted for backward compatibility. Non-task child entities are ignored
by
the runner, and `buildTree` now stores the root entity on
`TaskRunner.root`.
2026-06-28 10:15:38 +08:00
..
bt.test.ts feat(bt): Add entity-based task factories 2026-06-28 10:15:38 +08:00
commands.test.ts feat: add CommandQueue for pull-based command processing 2026-06-01 14:20:56 +08:00
relationships.test.ts feat: add support for data-carrying relationships 2026-06-02 17:56:12 +08:00
serialization.test.ts fix: handle edge object in serialization tests 2026-06-02 18:05:47 +08:00
world.test.ts refactor: improve type safety in World and tests 2026-05-31 16:24:59 +08:00