feat(memory): add rolling reinforcement window

This commit is contained in:
Ralph Chang
2026-05-15 11:16:34 +08:00
parent 5163ea3b8f
commit a480b734b2
16 changed files with 911 additions and 169 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "opencode-working-memory",
"version": "1.6.3",
"version": "1.6.4",
"description": "Three-layer memory architecture for OpenCode with workspace memory and hot session state",
"type": "module",
"main": "index.ts",