{
    "id": "webpieces-ai-hooks",
    "name": "webpieces AI Hooks",
    "description": "Pre-write validation rules for AI-driven development. Blocks writes containing any, missing return types, destructuring, unmanaged exceptions, orphan files, or oversized files.",
    "hooks": {
        "before_tool_call": {
            "handler": "./src/adapters/openclaw-plugin.js"
        }
    },
    "configSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {}
    }
}
