@prmichaelsen/remember-mcp 2.5.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agent/progress.yaml +83 -16
- package/package.json +1 -1
package/agent/progress.yaml
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
project:
|
|
4
4
|
name: remember-mcp
|
|
5
|
-
version: 2.
|
|
5
|
+
version: 2.5.1
|
|
6
6
|
started: 2026-02-11
|
|
7
7
|
status: in_progress
|
|
8
|
-
current_milestone:
|
|
8
|
+
current_milestone: M11
|
|
9
9
|
last_updated: 2026-02-16
|
|
10
10
|
|
|
11
11
|
milestones:
|
|
@@ -125,16 +125,43 @@ milestones:
|
|
|
125
125
|
|
|
126
126
|
- id: M10
|
|
127
127
|
name: Shared Spaces & Confirmation Flow
|
|
128
|
-
status:
|
|
129
|
-
progress:
|
|
128
|
+
status: completed
|
|
129
|
+
progress: 100%
|
|
130
|
+
started: 2026-02-16
|
|
131
|
+
completed: 2026-02-16
|
|
130
132
|
estimated_weeks: 2-3
|
|
131
|
-
tasks_completed:
|
|
133
|
+
tasks_completed: 10
|
|
132
134
|
tasks_total: 10
|
|
133
135
|
notes: |
|
|
134
|
-
Token-based confirmation pattern
|
|
135
|
-
5 new MCP tools for shared spaces
|
|
136
|
-
Space collections with snake_case naming
|
|
137
|
-
Firestore TTL for automatic token cleanup
|
|
136
|
+
✅ Token-based confirmation pattern implemented
|
|
137
|
+
✅ 5 new MCP tools for shared spaces (publish, confirm, deny, search_space, query_space)
|
|
138
|
+
✅ Space collections with snake_case naming (Memory_the_void)
|
|
139
|
+
✅ Firestore TTL configured for automatic token cleanup
|
|
140
|
+
✅ Confirmation token service with 5-minute expiry
|
|
141
|
+
✅ Space memory types and schema complete
|
|
142
|
+
✅ All tools integrated into server.ts and server-factory.ts
|
|
143
|
+
✅ Unit tests passing for all components
|
|
144
|
+
|
|
145
|
+
- id: M11
|
|
146
|
+
name: Unified Public Collection
|
|
147
|
+
status: completed
|
|
148
|
+
progress: 100%
|
|
149
|
+
started: 2026-02-16
|
|
150
|
+
completed: 2026-02-16
|
|
151
|
+
estimated_weeks: 1-2
|
|
152
|
+
tasks_completed: 9
|
|
153
|
+
tasks_total: 9
|
|
154
|
+
notes: |
|
|
155
|
+
✅ Multi-space architecture implemented (v2.4.0)
|
|
156
|
+
✅ SpaceMemory type updated: space_id → spaces array
|
|
157
|
+
✅ Memory_public unified collection created
|
|
158
|
+
✅ remember_publish supports spaces array parameter
|
|
159
|
+
✅ remember_search_space supports multi-space queries
|
|
160
|
+
✅ remember_query_space supports multi-space RAG
|
|
161
|
+
✅ Weaviate containsAny filter for array fields
|
|
162
|
+
✅ No memory duplication across spaces
|
|
163
|
+
✅ All tests passing with multi-space support
|
|
164
|
+
✅ Documentation updated with multi-space examples
|
|
138
165
|
|
|
139
166
|
- id: M7
|
|
140
167
|
name: Trust & Permissions
|
|
@@ -391,6 +418,41 @@ progress:
|
|
|
391
418
|
overall: 50%
|
|
392
419
|
|
|
393
420
|
recent_work:
|
|
421
|
+
- date: 2026-02-16
|
|
422
|
+
description: ACP Initialization Complete - Multi-Space Architecture Verified (v2.5.1)
|
|
423
|
+
items:
|
|
424
|
+
- ✅ ACP initialization workflow executed via @acp.init command
|
|
425
|
+
- ✅ AGENT.md confirmed up-to-date (v1.0.3)
|
|
426
|
+
- ✅ All agent documentation reviewed (29 design docs, 11 milestones, 54 tasks, 5 patterns)
|
|
427
|
+
- ✅ Project status verified: M1-M4, M10-M11 complete (100%)
|
|
428
|
+
- ✅ Version 2.5.1 confirmed (latest release with error handling fix)
|
|
429
|
+
- ✅ All unit tests passing
|
|
430
|
+
- ✅ TypeScript compiles without errors
|
|
431
|
+
- ✅ Build successful (dual export: server + factory)
|
|
432
|
+
- ✅ All 17 MCP tools implemented and working
|
|
433
|
+
- 🎉 M10 COMPLETED: Shared Spaces & Confirmation Flow
|
|
434
|
+
- ✅ Token-based confirmation system operational
|
|
435
|
+
- ✅ 5 space tools: publish, confirm, deny, search_space, query_space
|
|
436
|
+
- ✅ Confirmation token service with 5-minute expiry and comprehensive error handling
|
|
437
|
+
- ✅ Firestore request validation and diagnostic logging
|
|
438
|
+
- 🎉 M11 COMPLETED: Unified Public Collection Architecture
|
|
439
|
+
- ✅ Multi-space architecture implemented (spaces: string[] array)
|
|
440
|
+
- ✅ Memory_public unified collection replaces per-space collections
|
|
441
|
+
- ✅ Multi-space search with containsAny filter
|
|
442
|
+
- ✅ No memory duplication across spaces
|
|
443
|
+
- ✅ remember_publish supports publishing to multiple spaces
|
|
444
|
+
- ✅ remember_search_space supports multi-space queries
|
|
445
|
+
- ✅ remember_query_space supports multi-space RAG
|
|
446
|
+
- ✅ All tests updated for multi-space support
|
|
447
|
+
- ✅ Documentation updated with multi-space examples
|
|
448
|
+
- ✅ Multi-tenant architecture with per-user isolation
|
|
449
|
+
- ✅ Vector search with Weaviate + metadata with Firestore
|
|
450
|
+
- ✅ 45 content types with dynamic descriptions
|
|
451
|
+
- ✅ N-way relationships with bidirectional tracking
|
|
452
|
+
- ✅ User preferences system (6 categories)
|
|
453
|
+
- 📋 Ready for deployment testing and verification
|
|
454
|
+
- 📋 Next: Deploy v2.5.1 and test multi-space functionality
|
|
455
|
+
|
|
394
456
|
- date: 2026-02-16
|
|
395
457
|
description: ACP Initialization Complete - Project Status Verified
|
|
396
458
|
items:
|
|
@@ -681,27 +743,32 @@ recent_work:
|
|
|
681
743
|
- ✅ Build successful
|
|
682
744
|
|
|
683
745
|
next_steps:
|
|
684
|
-
-
|
|
685
|
-
- Test
|
|
746
|
+
- Deploy v2.5.1 to Cloud Run and verify multi-space functionality
|
|
747
|
+
- Test multi-space publishing workflow end-to-end
|
|
748
|
+
- Test multi-space search across multiple spaces
|
|
749
|
+
- Verify Firestore request creation with enhanced error handling
|
|
750
|
+
- Check Cloud Run logs for diagnostic output from ConfirmationTokenService
|
|
751
|
+
- Consider implementing comment system (v2.6.0) - 3 schema fields only!
|
|
686
752
|
- Start M5: Template System (15 default templates + auto-suggestion)
|
|
687
|
-
- Test complete memory + relationship + preferences system with actual Weaviate instance
|
|
688
|
-
- Consider implementing template auto-suggestion
|
|
689
|
-
- Optional: Update find-similar.ts and search-relationship.ts with v3 filters (currently working)
|
|
690
753
|
- Optional: Create integration tests (Task 6)
|
|
691
754
|
- Optional: Add development documentation (Task 7)
|
|
692
755
|
- Consider M6: Auth & Multi-Tenancy
|
|
693
756
|
|
|
694
757
|
notes:
|
|
758
|
+
- 🎉 Milestone 11 (Unified Public Collection) COMPLETED!
|
|
759
|
+
- 🎉 Milestone 10 (Shared Spaces & Confirmation Flow) COMPLETED!
|
|
695
760
|
- 🎉 Milestone 4 (User Preferences) COMPLETED!
|
|
696
761
|
- 🎉 Milestone 3 (Relationships & Graph) COMPLETED!
|
|
697
762
|
- 🎉 Milestone 2 (Core Memory System) COMPLETED!
|
|
698
763
|
- 🎉 Milestone 1 (Project Foundation) COMPLETED!
|
|
699
|
-
- ✅ All
|
|
700
|
-
- ✅ All
|
|
764
|
+
- ✅ All 29 design documents complete and comprehensive
|
|
765
|
+
- ✅ All 11 milestones defined with clear deliverables
|
|
701
766
|
- ✅ M1: 7 tasks complete (Tasks 1-5, 9 complete; Tasks 6-7 deferred)
|
|
702
767
|
- ✅ M2: 6/6 memory tools complete (100% progress)
|
|
703
768
|
- ✅ M3: 4/4 relationship tools complete (100% progress)
|
|
704
769
|
- ✅ M4: 2/2 preference tools complete (100% progress)
|
|
770
|
+
- ✅ M10: 10/10 shared space tools complete (100% progress)
|
|
771
|
+
- ✅ M11: 9/9 multi-space architecture tasks complete (100% progress)
|
|
705
772
|
- ✅ Complete memory CRUD operations (create, read, update, delete)
|
|
706
773
|
- ✅ Complete relationship CRUD operations (create, read, update, delete)
|
|
707
774
|
- ✅ Advanced search capabilities (hybrid, similarity, RAG queries)
|