diff --git a/docs/MEMPALACE_INTEGRATION_ROADMAP.md b/docs/MEMPALACE_INTEGRATION_ROADMAP.md index 52aa663..a441af2 100644 --- a/docs/MEMPALACE_INTEGRATION_ROADMAP.md +++ b/docs/MEMPALACE_INTEGRATION_ROADMAP.md @@ -578,14 +578,14 @@ await regenerateCriticalFacts(userId, productId, wingId); ### N2.4 Tests -- [ ] Wake-up context includes workspace identity (L0) -- [ ] L1 facts reflect recent decisions and preferences -- [ ] L2 context is semantically relevant to task description -- [ ] L2 falls back to recent memories when no task description -- [ ] Total tokens stay within ~600 budget -- [ ] Wake-up for user A never includes user B's memories -- [ ] Empty palace returns minimal context gracefully -- [ ] L1 cache regeneration updates wing doc +- [x] a5dbeac Wake-up context includes workspace identity (L0) +- [x] a5dbeac L1 facts reflect recent decisions and preferences +- [x] a5dbeac L2 context is semantically relevant to task description +- [x] a5dbeac L2 falls back to recent memories when no task description +- [x] a5dbeac Total tokens stay within ~600 budget +- [x] a5dbeac Wake-up for user A never includes user B's memories +- [x] a5dbeac Empty palace returns minimal context gracefully +- [x] a5dbeac L1 cache regeneration updates wing doc ---