Module config
Expand description
Schema-driven plugin config resolution.
The operator’s canonical values remain a secret-marked string map in ZeroClaw config, encrypted when persisted. The manifest-owned schema supplies their types. This module materializes a validated JSON object only for the duration of a host call.
Functions§
- validate_
manifest_ config - Validate the manifest-owned config contract without reading operator data. Called during package admission and again while resolving, deliberately avoiding a second stored/compiled copy of the schema.