mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-25 08:52:12 +00:00
* Chore: unblock synced main checks * Docs: add plugin SDK docs implementation plan * Docs: scaffold plugin SDK reference phase 1 * Docs: mark plugin SDK reference surfaces unstable * Docs: prototype generated plugin SDK reference * docs(plugin-sdk): replace generated reference with api baseline * docs(plugin-sdk): drop generated reference plan * docs(plugin-sdk): align api baseline flow with config docs --------- Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com> Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
13 lines
678 B
Markdown
13 lines
678 B
Markdown
# 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.json` by hand.
|
|
- Do not edit `config-baseline.jsonl` by hand.
|
|
- Do not edit `plugin-sdk-api-baseline.json` by hand.
|
|
- Do not edit `plugin-sdk-api-baseline.jsonl` by 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`.
|