feat: add episodic history recall
Memind CI / Test, build, and release guards (pull_request) Successful in 4m37s

This commit is contained in:
john
2026-07-22 12:36:13 +08:00
parent 092ed16d82
commit 93d7bc0cd5
17 changed files with 1297 additions and 20 deletions
+12 -1
View File
@@ -113,12 +113,23 @@ const SCOPE_RULES = [
},
{
id: 'memory-v2',
patterns: [/memory-v2/i, /scripts\/check-memory-v2/i, /scripts\/smoke-memory-v2/i],
patterns: [
/memory-v2/i,
/episodic-memory/i,
/session-snapshot/i,
/direct-chat-service/i,
/chat-intent-router/i,
/scripts\/check-memory-v2/i,
/scripts\/smoke-memory-v2/i,
],
tests: [
'memory-v2.test.mjs',
'memory-v2-runtime.test.mjs',
'memory-v2-health.test.mjs',
'memory-v2-backend-contract.test.mjs',
'episodic-memory.test.mjs',
'direct-chat-service.test.mjs',
'chat-intent-router.test.mjs',
],
},
{