ecs-observable/test
hypercross 4e37e03d3f feat: add behavior tree implementation
Introduces a `TaskRunner` for executing behavior trees within the
ECS world. Supports leaf, sequential, parallel, and random task
kinds, along with status propagation (succeeded, failed, cancelled).
2026-06-01 22:52:10 +08:00
..
bt.test.ts feat: add behavior tree implementation 2026-06-01 22:52:10 +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 world serialization support 2026-05-31 16:10:19 +08:00
serialization.test.ts test: add missing types to serialization tests 2026-05-31 16:36:25 +08:00
world.test.ts refactor: improve type safety in World and tests 2026-05-31 16:24:59 +08:00