Skip to main content

Module config

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.