{
  "$schema": "http://json-schema.org/schema",
  "name": "@lensmcp/nx-plugin",
  "version": "0.0.1",
  "executors": {
    "agent-dev": {
      "implementation": "./executors/agent-dev/agent-dev",
      "schema": "./executors/agent-dev/schema.json",
      "description": "Start a project with the LensMCP lens attached (Vite dev server + Chrome sidecar + MCP server)."
    },
    "agent-build": {
      "implementation": "./executors/agent-build/agent-build",
      "schema": "./executors/agent-build/schema.json",
      "description": "Instrumented production build that produces a bundle report and updates the baseline."
    },
    "agent-verify": {
      "implementation": "./executors/agent-verify/agent-verify",
      "schema": "./executors/agent-verify/schema.json",
      "description": "Deterministic verification: typecheck → lint → build, with a per-run report under .lensmcp/verifications/."
    }
  }
}
