mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-07 07:11:06 +00:00
* Config: separate core/plugin baseline entries * Config: split config baseline by kind * Config: split generated baselines by kind * chore(build): skip generated baseline shards in local tooling * chore(build): forbid generated docs in npm pack
15 lines
789 B
Markdown
15 lines
789 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.core.json` by hand.
|
|
- Do not edit `config-baseline.channel.json` by hand.
|
|
- Do not edit `config-baseline.plugin.json` 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`.
|