mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-28 03:57:28 +01:00
Update the generated Plugin SDK API baseline files after extending plugin command types for centralized owner and gateway-scope authorization. Regeneration-Prompt: | The prior commit intentionally changed exported plugin SDK types in `src/plugins/types.ts` by adding richer plugin command auth context and declarative command requirement fields. CI reported plugin SDK API drift, which means the generated baseline files under `docs/.generated/` no longer matched the exported surface. Regenerate only the plugin SDK API baseline artifacts with the repo's standard generator, verify `pnpm plugin-sdk:api:check` passes, and keep this follow-up scoped to those generated files. Do not fold in unrelated failing tests from untouched surfaces.
Generated Docs Artifacts
These baseline artifacts are generated from the repo-owned OpenClaw config schema and bundled channel/plugin metadata.
- Do not edit
config-baseline.jsonby hand. - Do not edit
config-baseline.jsonlby hand. - Do not edit
plugin-sdk-api-baseline.jsonby hand. - Do not edit
plugin-sdk-api-baseline.jsonlby hand. - Regenerate config baseline artifacts with
pnpm config:docs:gen. - Validate config baseline artifacts in CI or locally with
pnpm config:docs:check. - Regenerate Plugin SDK API baseline artifacts with
pnpm plugin-sdk:api:gen. - Validate Plugin SDK API baseline artifacts in CI or locally with
pnpm plugin-sdk:api:check.