From de0976638403e75d80c0212116bf4159e905e5fe Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 5 Apr 2026 21:44:58 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@94256ea1a07689d7c3bf8791a3d1271019ba6852 --- .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, 12 insertions(+), 28 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 2fb87ab36..346cc09e0 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "a4a1cfc8c219fe77338bd11fd0c0254c0afa6867", - "syncedAt": "2026-04-05T21:34:41.537Z" + "sha": "94256ea1a07689d7c3bf8791a3d1271019ba6852", + "syncedAt": "2026-04-05T21:44:58.164Z" } diff --git a/docs/.generated/plugin-sdk-api-baseline.sha256 b/docs/.generated/plugin-sdk-api-baseline.sha256 index a13020192..fe013d1bb 100644 --- a/docs/.generated/plugin-sdk-api-baseline.sha256 +++ b/docs/.generated/plugin-sdk-api-baseline.sha256 @@ -1,2 +1,2 @@ -daee639272244b49495fccf9304ffa27268db81fde6e3521402a9441fe4cc757 plugin-sdk-api-baseline.json -2d1360e3845652a225e43243f4e1310627a3f54e862ea5f9ef771919149a12d8 plugin-sdk-api-baseline.jsonl +97509287d728c8f5d1736f7ea07521451ada4b9d7ef56555dbe860a89e1b6e08 plugin-sdk-api-baseline.json +a22b3d427953cc8394b28c87ef7a992d2eb4f2c9f6a76fa58b33079e2306661b plugin-sdk-api-baseline.jsonl diff --git a/docs/plugins/sdk-migration.md b/docs/plugins/sdk-migration.md index 8008bcf8c..e50eedc51 100644 --- a/docs/plugins/sdk-migration.md +++ b/docs/plugins/sdk-migration.md @@ -287,17 +287,10 @@ 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 e688b14a3..5c659aa24 100644 --- a/docs/plugins/sdk-overview.md +++ b/docs/plugins/sdk-overview.md @@ -253,17 +253,10 @@ 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 | @@ -308,16 +301,14 @@ 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 | -| `api.registerMemoryPromptSupplement(builder)` | Additive memory-adjacent prompt section | -| `api.registerMemoryCorpusSupplement(adapter)` | Additive memory search/read corpus | +| 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 | Reserved core admin namespaces (`config.*`, `exec.approvals.*`, `wizard.*`, `update.*`) always stay `operator.admin`, even if a plugin tries to assign a