From 5ce5a4b3cc783be9ac42d65c9e95dc4e2ff0bf62 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Fri, 10 Apr 2026 01:35:44 -0700 Subject: [PATCH] docs(palace): mark Phase N5 complete in roadmap --- docs/MEMPALACE_INTEGRATION_ROADMAP.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/MEMPALACE_INTEGRATION_ROADMAP.md b/docs/MEMPALACE_INTEGRATION_ROADMAP.md index 5010069..f9ae4f3 100644 --- a/docs/MEMPALACE_INTEGRATION_ROADMAP.md +++ b/docs/MEMPALACE_INTEGRATION_ROADMAP.md @@ -762,15 +762,15 @@ export const StoreMemorySchema = z.object({ ### N5.3 Tests -- [ ] Search returns user-scoped results -- [ ] Wings list only returns requesting user's wings -- [ ] Explicit memory store persists and is immediately searchable -- [ ] Delete wing cascades correctly -- [ ] Wake-up context returns structured L0+L1+L2 -- [ ] KG entity query returns user-scoped triples -- [ ] Stats endpoint returns accurate counts per user -- [ ] Unauthenticated requests return 401 -- [ ] Wrong productId returns empty/403 +- [x] be2f4ff Search returns user-scoped results +- [x] be2f4ff Wings list only returns requesting user's wings +- [x] be2f4ff Explicit memory store persists and is immediately searchable +- [x] be2f4ff Delete wing cascades correctly +- [x] be2f4ff Wake-up context returns structured L0+L1+L2 +- [x] be2f4ff KG entity query returns user-scoped triples +- [x] be2f4ff Stats endpoint returns accurate counts per user +- [x] be2f4ff Unauthenticated requests return 401 +- [ ] Wrong productId returns empty/403 (enforced at repo layer, tested in N1) ---