Skip to content

Commit 274f482

Browse files
committed
docs(memory): align note envelope example
1 parent 8de766f commit 274f482

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/superpowers/specs/2026-04-21-search-first-unified-memory-design.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,10 @@ This is invalid:
361361
```xml
362362
<memory version="2">
363363
<summary scope="session" source="snapshot">...</summary>
364-
<note scope="local" created_at="...">...</note>
365-
<note scope="project" created_at="...">...</note>
364+
<session_notes>
365+
<note scope="local" created="..." updated="...">...</note>
366+
<note scope="project" created="..." updated="...">...</note>
367+
</session_notes>
366368

367369
<persistent_memory>
368370
<summary granularity="day">...</summary>

0 commit comments

Comments
 (0)