feat: add command table functionality and integrate logic for turn commands

This commit is contained in:
2025-12-30 03:02:25 +00:00
parent 0c1e27ee4a
commit f32f9b10c2
6 changed files with 762 additions and 2 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
"include": ["src"],
"references": [
{ "path": "../../packages/common" },
{ "path": "../../packages/infra" }
{ "path": "../../packages/infra" },
{ "path": "../../packages/logic" }
]
}