{
  "family": "agent-workflow",
  "schema": 1,
  "name": "agent-workflow-kit",
  "kind": "composition-root",
  "version": "10.2.0",
  "provides": [],
  "roles": {},
  "detect": {
    "installed": {
      "env": "AGENT_WORKFLOW_KIT_DIR",
      "default": "~/.claude/skills/agent-workflow-kit",
      "file": "SKILL.md"
    },
    "deployed": { "file": "docs/ai/.workflow-version" }
  },
  "install": { "npm": "@sabaiway/agent-workflow-kit" },
  "uninstall": {
    "removeResolved": "detect.installed",
    "note": "the guarded `/agent-workflow-kit uninstall` removes the resolved detect.installed dir — never user-authored docs/ai (those are reported, not deleted)"
  },
  "cost": "none",
  "quota": null,
  "provenance": { "author": "sabaiway", "source": "github:sabaiway/agent-workflow" }
}
