hypercross
|
dd73deabb0
|
refactor: just throw Error if fail
|
2026-04-04 23:42:49 +08:00 |
|
hypercross
|
b929a126a1
|
fix: api doc
|
2026-04-04 22:54:58 +08:00 |
|
hypercross
|
f5830ea637
|
docs: some fixes
|
2026-04-04 22:48:04 +08:00 |
|
hypercross
|
bd2988902a
|
fix: boop
|
2026-04-04 22:29:25 +08:00 |
|
hypercross
|
b9105efd03
|
fix: fix tests
|
2026-04-04 22:23:15 +08:00 |
|
hypercross
|
a02403d2c7
|
docs: update docs
|
2026-04-04 22:19:41 +08:00 |
|
hypercross
|
e58690c9c6
|
fix: impl
|
2026-04-04 22:11:02 +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
|
8f86b88c88
|
refactor: update sample
|
2026-04-04 21:38:16 +08:00 |
|
hypercross
|
9e2947a8d6
|
refactor: prompt validation
|
2026-04-04 21:38:07 +08:00 |
|
hypercross
|
af9254603a
|
refactor: don't use this
|
2026-04-04 20:57:58 +08:00 |
|
hypercross
|
6e1c42015f
|
refactor: api surface change
|
2026-04-04 20:50:17 +08:00 |
|
hypercross
|
467a56bd84
|
fix: fix tic tac toe tests
|
2026-04-04 18:42:21 +08:00 |
|
hypercross
|
de7006ef19
|
refactor: api change
|
2026-04-04 18:33:44 +08:00 |
|
hypercross
|
97ef1df4fb
|
refactor: moveRegion & add csv loader
|
2026-04-04 17:51:26 +08:00 |
|
hypercross
|
d4562b8534
|
refactor: add csvLoader from inline-schema
|
2026-04-04 16:55:38 +08:00 |
|
hypercross
|
80f0796f3c
|
refactor: async boop
|
2026-04-04 15:51:27 +08:00 |
|
hypercross
|
775bb00bed
|
refactor: addInterrupt is now on GameHost
|
2026-04-04 15:37:22 +08:00 |
|
hypercross
|
60a6bcad77
|
docs: update docs
|
2026-04-04 15:27:37 +08:00 |
|
hypercross
|
a0dd5c94f5
|
feat: produceAsync
|
2026-04-04 15:08:34 +08:00 |
|
hypercross
|
25f9992be6
|
refactor: remove host options
|
2026-04-04 14:06:27 +08:00 |
|
hypercross
|
d7d484e4d3
|
docs: keep docs shorter
|
2026-04-04 13:20:34 +08:00 |
|
hypercross
|
ceaf4e8ded
|
docs: update readme
|
2026-04-04 13:05:08 +08:00 |
|
hypercross
|
22d40fdc50
|
refactor: remove setup command from host creation
|
2026-04-04 12:48:51 +08:00 |
|
hypercross
|
ae98e0735a
|
chore: add GameModule type
|
2026-04-04 11:06:41 +08:00 |
|
hypercross
|
be4ff7ae08
|
feat: add currentPlayer to prompt
|
2026-04-04 11:01:25 +08:00 |
|
hypercross
|
d1264f3b9e
|
chore: add full game test
|
2026-04-04 01:11:09 +08:00 |
|
hypercross
|
a89aac9c21
|
docs: update docs
|
2026-04-04 01:03:12 +08:00 |
|
hypercross
|
6c8d6e0790
|
refactor: add promptEnd event
|
2026-04-04 01:00:46 +08:00 |
|
hypercross
|
697d23e932
|
feat: add game host
|
2026-04-04 00:55:09 +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
|
118007168a
|
fix: export command result as well
|
2026-04-03 15:12:51 +08:00 |
|
hypercross
|
4bf6eb2f6b
|
refactor: add some part management utilities
|
2026-04-03 15:00:25 +08:00 |
|
hypercross
|
86714e7837
|
refactor: entity -> MutableSignal
|
2026-04-03 14:19:44 +08:00 |
|
hypercross
|
b1b059de8c
|
refactor: improved PromptEvent handling
|
2026-04-03 14:10:42 +08:00 |
|
hypercross
|
8b2a8888d3
|
refactor: use part map for tictactoe
|
2026-04-03 13:09:40 +08:00 |
|
hypercross
|
eb0ebf5411
|
refactor: transition to non child entity format
|
2026-04-03 12:46:50 +08:00 |
|
hypercross
|
cf7cfcd86b
|
docs: agent and readme
|
2026-04-03 11:20:35 +08:00 |
|
hypercross
|
768c6ebc84
|
refactor: update readme
|
2026-04-03 10:07:40 +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 |
|
hypercross
|
06c801e6ae
|
refactor: improve tic tac toe with region entity
|
2026-04-02 16:52:58 +08:00 |
|
hypercross
|
b1a6619ae3
|
refactor: add region entity
|
2026-04-02 16:32:26 +08:00 |
|
hypercross
|
2581a8e0e6
|
refactor: add src alias to @/
|
2026-04-02 16:03:44 +08:00 |
|
hypercross
|
f4649e0dac
|
chore: AGENTS.md
|
2026-04-02 15:37:16 +08:00 |
|
hypercross
|
4f49599527
|
fix: fix imports
|
2026-04-02 15:36:32 +08:00 |
|
hypercross
|
bd9569992b
|
fix: fix tic tac toe test
|
2026-04-02 15:25:17 +08:00 |
|
hypercross
|
0948e5a742
|
fix: fix game/region tests.
|
2026-04-02 15:16:30 +08:00 |
|
hypercross
|
b7c5312b60
|
fix: fix tic tac toe tests
|
2026-04-02 15:06:04 +08:00 |
|
hypercross
|
e945d28fc3
|
refactor: even tighter api
|
2026-04-02 14:46:34 +08:00 |
|
hypercross
|
b2b35c3a99
|
refactor: reduce api surface
|
2026-04-02 14:11:35 +08:00 |
|
hypercross
|
e3bc63b088
|
refactor: make sides/side optional
|
2026-04-02 13:58:52 +08:00 |
|
hypercross
|
e78caf481d
|
refactor: use mutative for entity signals
|
2026-04-02 13:56:44 +08:00 |
|
hypercross
|
705e2f9396
|
refactor: install mutative
|
2026-04-02 13:11:45 +08:00 |
|
hypercross
|
74f56b9da4
|
refactor: state signal
|
2026-04-02 12:53:49 +08:00 |
|
hypercross
|
004d49c36f
|
refactor: update api
|
2026-04-02 12:48:29 +08:00 |
|
hypercross
|
846badc081
|
tests: game and tic tac toe
|
2026-04-02 11:31:57 +08:00 |
|
hypercross
|
1cb7fa05ec
|
refactor: rewrite game & tic tac toe
|
2026-04-02 11:06:29 +08:00 |
|
hypercross
|
5042d6ebc7
|
refactor: allow run command to return a typed result
|
2026-04-02 10:38:31 +08:00 |
|
hypercross
|
d4a8668b54
|
refactor: remove context. add game.
|
2026-04-02 10:26:42 +08:00 |
|
hypercross
|
9c7baa29ef
|
refactor: add a new async queue
|
2026-04-02 10:04:22 +08:00 |
|
hypercross
|
40788d445d
|
refactor: replace rule.ts with a command runner based solution
|
2026-04-02 09:33:03 +08:00 |
|
hypercross
|
bcb31da773
|
refactor: move runner context to handler's this
|
2026-04-02 09:05:47 +08:00 |
|
hypercross
|
3bc35df63c
|
feat: add command runner and registry
|
2026-04-02 08:58:11 +08:00 |
|
hypercross
|
281cbf845d
|
refactor: change CommandSchema's options/flags to be Records
|
2026-04-02 08:29:40 +08:00 |
|
hypercross
|
f1b1741db8
|
refactor: move command.ts to command/index.ts
|
2026-04-02 08:19:14 +08:00 |
|
hypercross
|
e06dc8ecba
|
refactor: improve rule handling
|
2026-04-02 00:44:29 +08:00 |
|
hypercross
|
ff9d9bd9a1
|
refactor: fix command parsing
|
2026-04-02 00:14:43 +08:00 |
|
hypercross
|
a8ff79e4e5
|
fix: fix tic-tac-toe test
|
2026-04-02 00:01:45 +08:00 |
|
hypercross
|
b33c901c11
|
feat: add tic-tac-toe with rule invoking rule
|
2026-04-01 23:58:07 +08:00 |
|
hypercross
|
dbd2a25185
|
refactor: fix reactivity
|
2026-04-01 22:57:33 +08:00 |
|
hypercross
|
4761806a02
|
refactor: break up command.ts
|
2026-04-01 22:37:15 +08:00 |
|
hypercross
|
ad0d349090
|
chore: tests for rule
|
2026-04-01 22:31:07 +08:00 |
|
hypercross
|
170217db30
|
feat: rule dispatch
|
2026-04-01 22:20:38 +08:00 |
|
hypercross
|
de730c6479
|
docs: readme.md
|
2026-04-01 22:00:16 +08:00 |
|
hypercross
|
dbe567ea1d
|
refactor: various improvements
|
2026-04-01 21:44:20 +08:00 |
|
hypercross
|
033fb6c894
|
refactor: command syntax improvement
|
2026-04-01 21:18:58 +08:00 |
|
hypercross
|
d1ea04c442
|
fix: command parsing
|
2026-04-01 21:12:34 +08:00 |
|
hypercross
|
6740584fc8
|
refactor: mass refactoring
|
2026-04-01 13:36:16 +08:00 |
|