mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 19:36:39 +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.