Commit Graph

19 Commits

Author SHA1 Message Date
hypercross 34cb828f60 test: refactor and format test files
- Update `game.test.ts` to use `_ctx` when `this` is not required
- Fix type assertion in `boop.test.ts`
- Update `command-runner.test.ts` to use `parseCommandSchema` in prompt
  tests
- Reformat `middleware.test.ts` to use double quotes and consistent
  indentation
2026-04-20 15:50:32 +08:00
hypercross b83ff28f60 style: format tic-tac-toe sample and boop tests 2026-04-20 15:19:27 +08:00
hypercross 6352977791 chore: add more tests 2026-04-06 16:11:26 +08:00
hypercross 8c2c6dc94c fix: fix tests 2026-04-05 10:42:38 +08:00
hypercross b9105efd03 fix: fix tests 2026-04-04 22:23:15 +08:00
hypercross 28782aaf9b fix: tests for boop 2026-04-04 21:57:25 +08:00
hypercross b90a4bba52 refactor: massive way of writing fix 2026-04-04 21:53:37 +08:00
hypercross 80f0796f3c refactor: async boop 2026-04-04 15:51:27 +08:00
hypercross 50c146964d chore: update tests and imports 2026-04-03 17:56:35 +08:00
hypercross 65a3d682b6 refactor: Part[] -> Record<string, Part> 2026-04-03 17:36:25 +08:00
hypercross 86714e7837 refactor: entity -> MutableSignal 2026-04-03 14:19:44 +08:00
hypercross eb0ebf5411 refactor: transition to non child entity format 2026-04-03 12:46:50 +08:00
hyper 793c7d834b refactor: update boop implementation 2026-04-02 19:46:49 +08:00
hyper 15122defcc refactor: update usage pattern for tic tac toe and boop 2026-04-02 19:32:07 +08:00
hyper 5f812a3478 fix: fix tests for PromptEvent refactor 2026-04-02 19:27:36 +08:00
hyper c886e904a8 refactor: change PromptEvent reject/resolve to cancel/tryCommit 2026-04-02 19:08:14 +08:00
hypercross d4d428b577 refactor: improved line checks 2026-04-02 17:45:03 +08:00
hypercross 975d363769 refactor: fix boop placement 2026-04-02 17:36:42 +08:00
hypercross ecb09c01a1 feat: add boop sample 2026-04-02 16:53:17 +08:00