Skip to content

Commit 03d9016

Browse files
author
Ismael Marchi
committed
docs: align Neural Handover messaging — behavior not endpoint
1 parent cbb795d commit 03d9016

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Synapse Layer is the missing memory primitive for AI systems. It provides persis
1111
- **agent_id**: Required identifier to maintain agent identity across sessions
1212
- **Memory persistence**: Cross-session, cross-model, encrypted at rest
1313
- **Trust Quotient (TQ)**: Deterministic reliability score for each recalled memory, based on recency, frequency, and source authority
14-
- **Neural Handover**: Signed context transfer between different AI models
14+
- **Neural Handover**: Cross-agent context transfer via persistent memory layer. When you store a memory in Claude Desktop and recall it in Cursor without re-syncing, that is Neural Handover™ in action. Powered by the shared memory layer, not a separate API.
1515

1616
## API
1717

@@ -41,7 +41,7 @@ Synapse Layer is the missing memory primitive for AI systems. It provides persis
4141
- AES-256-GCM encryption
4242
- 15+ PII/secret redaction patterns
4343
- Differential privacy on embeddings
44-
- Zero-knowledge architecture
44+
- AES-256-GCM encrypted at rest with per-operation random IV and HMAC-SHA-256 integrity
4545

4646
## Value
4747

0 commit comments

Comments
 (0)