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": "Git-native, review-gated knowledge base. Registers vouch's context engine (cited retrieval + salience reflex + hot memory) and the vouch skills. The kb.* MCP server is deployment config: `openclaw mcp add vouch -- vouch serve`.",
"kind": "context-engine",
"skills": [
"adapters/openclaw/skills"
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"kb_path": {
"type": "string",
"description": "Absolute path to the project root containing .vouch/. When unset, vouch walks up from the workspace directory to find the nearest KB."
},
"agent": {
"type": "string",
"default": "openclaw",
"description": "Identity string recorded on every proposal + audit event when this plugin is the writer. Exported as VOUCH_AGENT to the child process."