fix: correct content hash description, update merged PR references, fix ChromaSync desc

This commit is contained in:
Alex Newman
2026-04-04 15:20:30 -07:00
parent af6bfda2d8
commit 811c94da36
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ The worker being unavailable NEVER blocks the user's Claude Code session.
### Deduplication (observations)
```text
SHA256(memory_session_id + title + narrative) -> content_hash
SHA256(memory_session_id + title + narrative)[:16] -> content_hash (16 hex chars)
If hash exists within 30s window -> return existing ID (no insert)
```