feat(plugin-sdk): export OpenClawSchema via plugin-sdk/config-schema (#60557)

Merged via squash.

Prepared head SHA: 637ff7d3c8
Co-authored-by: feniix <91633+feniix@users.noreply.github.com>
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com>
Reviewed-by: @altaywtf
This commit is contained in:
Sebastian B Otaegui
2026-04-04 10:10:43 -03:00
committed by GitHub
parent a26b844b88
commit 33e6a7a28e
4 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
/** Root OpenClaw configuration Zod schema — the full `openclaw.json` shape. */
export { OpenClawSchema } from "../config/zod-schema.js";