{
  "name": "default-exploration-drift",
  "version": "1.0.0",
  "description": "First-party default plugin contributing a post-tool-use hook that nudges the model to summarize and delegate to a researcher subagent when a turn accumulates a long run of exploration tool calls, or (on loop-prone models) re-issues an identical exploration call.",
  "private": true,
  "license": "MIT",
  "type": "module",
  "main": "./register.ts",
  "engines": {
    "node": ">=20.12.0"
  },
  "peerDependencies": {
    "@vellumai/plugin-api": "^0.8.0"
  }
}
