diff --git a/docs/concepts/2026-07-29-memory-impl-plan.md b/docs/concepts/2026-07-29-memory-impl-plan.md index b1eaeaf28784..7fe7b992def4 100644 --- a/docs/concepts/2026-07-29-memory-impl-plan.md +++ b/docs/concepts/2026-07-29-memory-impl-plan.md @@ -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 diff --git a/docs/plugins/sdk-subpaths.md b/docs/plugins/sdk-subpaths.md index 9f01f4fac4e6..4aab3766115e 100644 --- a/docs/plugins/sdk-subpaths.md +++ b/docs/plugins/sdk-subpaths.md @@ -367,7 +367,6 @@ Use `isLoopbackHost(host)` when a plugin must accept only the local machine. It | 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 |