You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Runtime contract guardrails for every tool call in your OpenClaw session — backed by per-plugin contract libraries under ~/.sponsio/plugins/, evaluated by the same Sponsio engine the sponsio-claude-code plugin uses.",
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"guardBin": {
"type": "string",
"description": "Path to the `sponsio` Python binary. Falls back to looking up `sponsio` on $PATH. Equivalent to the SPONSIO_GUARD_BIN env var; the env var wins if both are set."
},
"pluginRoot": {
"type": "string",
"description": "Override the per-plugin library root. Default: ~/.sponsio/plugins. Equivalent to SPONSIO_PLUGIN_ROOT."
},
"guardMode": {
"type": "string",
"enum": ["enforce", "observe"],
"description": "`enforce` (default) blocks on rule match; `observe` logs only. Equivalent to SPONSIO_GUARD_MODE."