feat(memory): implement stability stage
Some checks failed
CI / validate (push) Has been cancelled
CI / validate (pull_request) Has been cancelled

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-09-02 15:04:18 +05:00
parent 4cd0b7b390
commit 031d094867
24 changed files with 1661 additions and 79 deletions

View File

@@ -23,7 +23,8 @@
"test:unit": "vitest run",
"test:watch": "vitest",
"typecheck": "pnpm -r --if-present typecheck",
"smoke:multiplayer": "node scripts/smoke-multiplayer.mjs"
"smoke:multiplayer": "node scripts/smoke-multiplayer.mjs",
"e2e:full-party": "node scripts/smoke-multiplayer.mjs"
},
"dependencies": {
"postgres": "3.4.7"