{
  "name": "lsp-first",
  "version": "0.1.0",
  "description": "Block Grep on code symbols and redirect agents to LSP tools (cclsp or any MCP LSP bridge). Language-agnostic. Inspired by claude-code-lsp-enforcement-kit.",
  "author": { "name": "Francesco Fornace" },
  "homepage": "https://github.com/Fornace/claude-overnight",
  "license": "MIT",
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Grep",
        "hooks": [
          { "type": "command", "command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/lsp-first-guard.js" }
        ]
      }
    ]
  }
}
