From bf82d9c0d6797f94bf8b0bd83d8dca4f8b8681ac Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 6 Apr 2026 03:57:35 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@5716d83336fd3411ba515659af4879ae8518563f --- .openclaw-sync/source.json | 4 +-- .../.generated/plugin-sdk-api-baseline.sha256 | 4 +-- docs/plugins/sdk-migration.md | 7 ++++++ docs/plugins/sdk-overview.md | 25 +++++++++++++------ 4 files changed, 28 insertions(+), 12 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 02a920282..df40504fc 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "9fc2a9feeb17c3dcb98a9bda4fdd4dccc511bbfe", - "syncedAt": "2026-04-06T03:54:41.518Z" + "sha": "5716d83336fd3411ba515659af4879ae8518563f", + "syncedAt": "2026-04-06T03:57:34.659Z" } diff --git a/docs/.generated/plugin-sdk-api-baseline.sha256 b/docs/.generated/plugin-sdk-api-baseline.sha256 index b3fa143a7..33a480f81 100644 --- a/docs/.generated/plugin-sdk-api-baseline.sha256 +++ b/docs/.generated/plugin-sdk-api-baseline.sha256 @@ -1,2 +1,2 @@ -f22ced69dd64597a651d826a3b40d96a9a0d3613fb4a9b8a6960ab6b4d546bf9 plugin-sdk-api-baseline.json -47b675735c395daedf360a30bc7cf85b9e598e05a9e89378859cf21674334c52 plugin-sdk-api-baseline.jsonl +7770bd71ffc20bd65c90f0eb1aa33f46784809f87f014004f8e7a0a5acd2506b plugin-sdk-api-baseline.json +ebe0d3f30710a7a977530d7d15b390b0b30bbaecb1a586dd56292dea667cb06e plugin-sdk-api-baseline.jsonl diff --git a/docs/plugins/sdk-migration.md b/docs/plugins/sdk-migration.md index 85ca363d4..c9baf0a12 100644 --- a/docs/plugins/sdk-migration.md +++ b/docs/plugins/sdk-migration.md @@ -290,10 +290,17 @@ Current bundled provider examples: | `plugin-sdk/memory-core-host-multimodal` | Memory host multimodal helpers | Memory host multimodal helpers | | `plugin-sdk/memory-core-host-query` | Memory host query helpers | Memory host query helpers | | `plugin-sdk/memory-core-host-secret` | Memory host secret helpers | Memory host secret helpers | + | `plugin-sdk/memory-core-host-events` | Memory host event journal helpers | Memory host event journal helpers | | `plugin-sdk/memory-core-host-status` | Memory host status helpers | Memory host status helpers | | `plugin-sdk/memory-core-host-runtime-cli` | Memory host CLI runtime | Memory host CLI runtime helpers | | `plugin-sdk/memory-core-host-runtime-core` | Memory host core runtime | Memory host core runtime helpers | | `plugin-sdk/memory-core-host-runtime-files` | Memory host file/runtime helpers | Memory host file/runtime helpers | + | `plugin-sdk/memory-host-core` | Memory host core runtime alias | Vendor-neutral alias for memory host core runtime helpers | + | `plugin-sdk/memory-host-events` | Memory host event journal alias | Vendor-neutral alias for memory host event journal helpers | + | `plugin-sdk/memory-host-files` | Memory host file/runtime alias | Vendor-neutral alias for memory host file/runtime helpers | + | `plugin-sdk/memory-host-markdown` | Managed markdown helpers | Shared managed-markdown helpers for memory-adjacent plugins | + | `plugin-sdk/memory-host-search` | Active memory search facade | Lazy active-memory search-manager runtime facade | + | `plugin-sdk/memory-host-status` | Memory host status alias | Vendor-neutral alias for memory host status helpers | | `plugin-sdk/memory-lancedb` | Bundled memory-lancedb helpers | Memory-lancedb helper surface | | `plugin-sdk/testing` | Test utilities | Test helpers and mocks | diff --git a/docs/plugins/sdk-overview.md b/docs/plugins/sdk-overview.md index 6186b6f51..b38a00108 100644 --- a/docs/plugins/sdk-overview.md +++ b/docs/plugins/sdk-overview.md @@ -256,10 +256,17 @@ explicitly promotes one as public. | `plugin-sdk/memory-core-host-multimodal` | Memory host multimodal helpers | | `plugin-sdk/memory-core-host-query` | Memory host query helpers | | `plugin-sdk/memory-core-host-secret` | Memory host secret helpers | + | `plugin-sdk/memory-core-host-events` | Memory host event journal helpers | | `plugin-sdk/memory-core-host-status` | Memory host status helpers | | `plugin-sdk/memory-core-host-runtime-cli` | Memory host CLI runtime helpers | | `plugin-sdk/memory-core-host-runtime-core` | Memory host core runtime helpers | | `plugin-sdk/memory-core-host-runtime-files` | Memory host file/runtime helpers | + | `plugin-sdk/memory-host-core` | Vendor-neutral alias for memory host core runtime helpers | + | `plugin-sdk/memory-host-events` | Vendor-neutral alias for memory host event journal helpers | + | `plugin-sdk/memory-host-files` | Vendor-neutral alias for memory host file/runtime helpers | + | `plugin-sdk/memory-host-markdown` | Shared managed-markdown helpers for memory-adjacent plugins | + | `plugin-sdk/memory-host-search` | Active memory runtime facade for search-manager access | + | `plugin-sdk/memory-host-status` | Vendor-neutral alias for memory host status helpers | | `plugin-sdk/memory-lancedb` | Bundled memory-lancedb helper surface | @@ -305,14 +312,16 @@ methods: ### Infrastructure -| Method | What it registers | -| ---------------------------------------------- | --------------------- | -| `api.registerHook(events, handler, opts?)` | Event hook | -| `api.registerHttpRoute(params)` | Gateway HTTP endpoint | -| `api.registerGatewayMethod(name, handler)` | Gateway RPC method | -| `api.registerCli(registrar, opts?)` | CLI subcommand | -| `api.registerService(service)` | Background service | -| `api.registerInteractiveHandler(registration)` | Interactive handler | +| Method | What it registers | +| ---------------------------------------------- | --------------------------------------- | +| `api.registerHook(events, handler, opts?)` | Event hook | +| `api.registerHttpRoute(params)` | Gateway HTTP endpoint | +| `api.registerGatewayMethod(name, handler)` | Gateway RPC method | +| `api.registerCli(registrar, opts?)` | CLI subcommand | +| `api.registerService(service)` | Background service | +| `api.registerInteractiveHandler(registration)` | Interactive handler | +| `api.registerMemoryPromptSupplement(builder)` | Additive memory-adjacent prompt section | +| `api.registerMemoryCorpusSupplement(adapter)` | Additive memory search/read corpus | Reserved core admin namespaces (`config.*`, `exec.approvals.*`, `wizard.*`, `update.*`) always stay `operator.admin`, even if a plugin tries to assign a