feat(memory-v2): close Phase A with auto-review, product events, and H5 recall UI.

Add candidate auto-review pipeline, shadow audit tooling, admin metrics page,
and user-visible memory recall hints in chat with phase-a readiness checks.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-01 17:14:06 +08:00
parent 666db0b939
commit 6f3e53a56a
50 changed files with 3730 additions and 38 deletions
+11 -1
View File
@@ -7,6 +7,8 @@
"dev": "node scripts/dev-core.mjs",
"setup:dev-launchagent": "bash scripts/install-memind-dev-launchagent.sh",
"setup:dev-launchagent:uninstall": "bash scripts/install-memind-dev-launchagent.sh --uninstall",
"setup:deep-search-launchagent": "bash scripts/install-deep-search-launchagent.sh",
"setup:deep-search-launchagent:uninstall": "bash scripts/install-deep-search-launchagent.sh --uninstall",
"dev:all": "node scripts/dev.mjs",
"dev:plaza": "node scripts/dev-plaza.mjs",
"start:plaza": "node scripts/start-plaza-prod.mjs",
@@ -55,12 +57,20 @@
"check:mindspace-cover": "node scripts/check-mindspace-cover.mjs",
"demo:thumbnails": "node scripts/thumbnail-preview-demo.mjs",
"audit:conversation-packages": "node scripts/audit-conversation-packages.mjs",
"audit:memory-v2-shadow": "node scripts/audit-memory-v2-shadow.mjs",
"verify:memory-v2-product-events": "node --test memory-v2-product-events.test.mjs",
"auto-review:memory-v2-candidates": "node scripts/auto-review-memory-v2-candidates.mjs --apply",
"run:memory-v2-phase-a-closure": "node scripts/run-memory-v2-phase-a-closure.mjs",
"verify:goal-run-service": "node --test goal-run-service.test.mjs goal-run-intent.test.mjs goal-run-resolve.test.mjs goal-run-gateway.test.mjs goal-run-policy.test.mjs goal-run-admin-ops.test.mjs goal-run-awaiting.test.mjs server/portal-goal-run-routes.test.mjs",
"verify:goal-run-local": "node scripts/verify-goal-run-local.mjs",
"verify:goal-run-http-local": "node scripts/verify-goal-run-http-local.mjs",
"setup:memory-v2-pgvector": "node scripts/setup-memory-v2-pgvector-local.mjs",
"repair:memory-v2-candidates": "node scripts/repair-memory-v2-candidates.mjs",
"verify:memory-v2-shadow-audit": "node --test memory-v2-shadow-audit.test.mjs",
"verify:memory-v2-recall-benchmark": "node --test memory-v2-recall-benchmark.test.mjs",
"trace:mindspace-artifact": "node scripts/trace-mindspace-artifact.mjs",
"check:conversation-package-manifest": "node scripts/check-conversation-package-manifest.mjs",
"check:memory-v2": "node scripts/check-memory-v2-health.mjs",
"check:memory-v2-phase-a": "node scripts/check-memory-v2-phase-a-ready.mjs",
"canary:memory-v2-app": "node scripts/check-memory-v2-app-canary.mjs",
"check:memory-v2-contracts": "node scripts/check-memory-v2-contracts.mjs",
"check:memory-v2-config": "node scripts/check-memory-v2-config-gaps.mjs",