{
  "name": "default-task-progress-nudge",
  "version": "1.0.0",
  "description": "First-party default plugin contributing a post-tool-use hook that nudges the model to show a task_progress card when an interactive turn accumulates several tool-call rounds without one.",
  "private": true,
  "license": "MIT",
  "type": "module",
  "main": "./register.ts",
  "engines": {
    "node": ">=20.12.0"
  },
  "peerDependencies": {
    "@vellumai/plugin-api": "^0.8.0"
  }
}
