{
  "name": "@yassimba/pi-herdr-worktree",
  "version": "1.0.0",
  "description": "Continue the active Pi session in a fresh Herdr-managed git worktree",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=22.6"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "herdr",
    "worktree"
  ],
  "files": [
    "index.ts",
    "src",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yassimba/loom.git",
    "directory": "plugins/herdr-worktree"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "loom": {
    "catalog": {
      "label": "Herdr Worktree",
      "description": "Continue the active Pi session in a fresh Herdr git worktree"
    }
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  }
}
