We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de766f commit 274f482Copy full SHA for 274f482
1 file changed
docs/superpowers/specs/2026-04-21-search-first-unified-memory-design.md
@@ -361,8 +361,10 @@ This is invalid:
361
```xml
362
<memory version="2">
363
<summary scope="session" source="snapshot">...</summary>
364
- <note scope="local" created_at="...">...</note>
365
- <note scope="project" created_at="...">...</note>
+ <session_notes>
+ <note scope="local" created="..." updated="...">...</note>
366
+ <note scope="project" created="..." updated="...">...</note>
367
+ </session_notes>
368
369
<persistent_memory>
370
<summary granularity="day">...</summary>
0 commit comments