docs(memory): repair phase plan metadata

This commit is contained in:
Galin Iliev
2026-08-09 13:25:59 -07:00
parent a03cd95bd8
commit fb5d1883b8
2 changed files with 11 additions and 1 deletions
@@ -1,3 +1,14 @@
---
doc-schema-version: 1
summary: "Phased implementation plan for identity-aware multiplayer memory"
title: "Multiplayer memory implementation plan"
sidebarTitle: "Memory implementation plan"
read_when:
- You are implementing identity-aware memory authorization in phases
- You need the definition of done for multiplayer memory milestones
- You are reviewing the rollout or security boundaries for multiplayer memory
---
# OpenClaw Multiplayer Memory Implementation Plan
Date: 2026-07-29
-1
View File
@@ -367,7 +367,6 @@ Use `isLoopbackHost(host)` when a plugin must accept only the local machine. It
<Accordion title="Memory subpaths">
| Subpath | Key exports |
| --- | --- |
| `plugin-sdk/memory-authorization` | Versioned serializable memory-authorization contracts, selected-capability declarations, and pure conformance helpers. This contract alone does not enable isolation, capability admission, or an authorization mode. |
| `plugin-sdk/memory-core-host-embedding-registry` | Private-local after July 2026; Lightweight memory embedding provider registry helpers |
| `plugin-sdk/memory-core-host-engine-curated` | Private-local focused curated-memory annotation parsing for doctor and promotion paths |
| `plugin-sdk/memory-core-host-engine-foundation` | Memory host foundation engine exports |