Go to file
hyper 204b9100e6 feat(bt): Rename repeat to cycle and refactor runner
Rework task execution to be synchronous within a single tick.
Scheduling boundaries are now defined by `cycle` nodes, which
replace the previous `repeat` decorator.  All tasks are executed
immediately when scheduled, and parent/child propagation is
handled inline.
2026-06-28 14:51:52 +08:00
examples feat(bt): Rename repeat to cycle and refactor runner 2026-06-28 14:51:52 +08:00
src feat(bt): Rename repeat to cycle and refactor runner 2026-06-28 14:51:52 +08:00
test feat(bt): Rename repeat to cycle and refactor runner 2026-06-28 14:51:52 +08:00
.gitignore feat: implement core ECS engine with RxJS observability 2026-05-31 15:45:20 +08:00
USAGE.md feat(bt): Rename repeat to cycle and refactor runner 2026-06-28 14:51:52 +08:00
package-lock.json feat(examples): add Tetris game example 2026-06-01 23:18:07 +08:00
package.json fix: handle edge object in serialization tests 2026-06-02 18:05:47 +08:00
tsconfig.json fix: handle edge object in serialization tests 2026-06-02 18:05:47 +08:00
tsup.config.ts feat: add behavior tree implementation 2026-06-01 22:52:10 +08:00
vitest.config.ts test: add vitest and implement unit tests 2026-05-31 15:47:19 +08:00