{
  "name": "pi-agented",
  "version": "0.2.0",
  "description": "Generic subagent switcher for pi. Header bar above chat, Ctrl+Shift+S to cycle, /agent slash command. Works with any agent in ~/.pi/agent/agents/.",
  "type": "module",
  "main": "index.ts",
  "scripts": {
    "test": "bun test",
    "typecheck": "bun x tsc --noEmit"
  },
  "dependencies": {},
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.78.1",
    "@earendil-works/pi-tui": "0.78.1",
    "@types/node": "^25.9.1",
    "bun-types": "^1.3.14",
    "typebox": "1.1.38",
    "typescript": "^6.0.3"
  },
  "files": [
    "index.ts",
    "core.ts",
    "prompt.ts",
    "README.md"
  ],
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "subagent",
    "agent-switcher",
    "task-routing"
  ],
  "license": "MIT",
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "http://git.local.stbl/lowern1ght/pi-soly.framework.git",
    "directory": "packages/pi-switch"
  }
}
