{
  "name": "avtc-pi",
  "version": "1.1.8",
  "description": "An extension suite — deterministic feature development, subagent delegation, working-memory, behavioral learning, parallel-work guardrails, durable decisions, notifications, and more.",
  "type": "module",
  "main": "./index.ts",
  "files": [
    "index.ts",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "pi-package",
    "pi-extension"
  ],
  "license": "MIT",
  "author": "avtc <tarasenkov@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/avtc/avtc-pi.git"
  },
  "bugs": {
    "url": "https://github.com/avtc/avtc-pi/issues"
  },
  "homepage": "https://github.com/avtc/avtc-pi",
  "pi": {
    "extensions": [
      "../avtc-pi-featyard/index.ts",
      "../avtc-pi-subagent/index.ts",
      "../avtc-pi-todo/index.ts",
      "../avtc-pi-portrait/index.ts",
      "../avtc-pi-parallel-work-guardrail/index.ts",
      "../avtc-pi-user-decisions/index.ts",
      "../avtc-pi-ui-components/index.ts",
      "../avtc-pi-subagent-ui-bridge/index.ts",
      "../avtc-pi-unstuck/index.ts",
      "../avtc-pi-zai-continue/index.ts",
      "../avtc-pi-ask-user-question/index.ts",
      "../avtc-pi-notification/index.ts"
    ],
    "skills": [
      "../avtc-pi-featyard/skills"
    ]
  },
  "dependencies": {
    "avtc-pi-featyard": "^1.1.7",
    "avtc-pi-subagent": "^1.0.6",
    "avtc-pi-todo": "^1.0.7",
    "avtc-pi-portrait": "^1.0.8",
    "avtc-pi-parallel-work-guardrail": "^1.0.7",
    "avtc-pi-user-decisions": "^1.0.8",
    "avtc-pi-settings-ui": "^1.0.9",
    "avtc-pi-ui-components": "^1.0.4",
    "avtc-pi-subagent-ui-bridge": "^1.0.5",
    "avtc-pi-unstuck": "^1.0.5",
    "avtc-pi-zai-continue": "^1.0.5",
    "avtc-pi-ask-user-question": "^1.0.6",
    "avtc-pi-notification": "^1.0.8",
    "avtc-pi-logger": "^1.0.3"
  }
}
