{
  "name": "@pithos-kit/plan",
  "version": "0.5.0",
  "description": "Session-owned read-only planning with durable checkpoints, explicit lifecycle commands, previews, and conflict-safe atomic publication for Pi.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-prompt-template",
    "pithos",
    "plan-mode",
    "planning"
  ],
  "license": "MIT",
  "type": "module",
  "scripts": {
    "test": "node --test test/*.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.83.0",
    "@earendil-works/pi-tui": ">=0.83.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@earendil-works/pi-tui": "0.83.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anton-kochev/pithos-kit.git",
    "directory": "pithos.plan"
  },
  "publishConfig": {
    "access": "public"
  },
  "pithosKit": {
    "displayName": "Plan",
    "summary": "Provide session-owned read-only planning, durable exact checkpoints, explicit save/preview/exit lifecycle commands, safe atomic publication, and a Plan theme.",
    "minimumPi": ">=0.83.0",
    "commands": [
      { "name": "plan", "usage": "/plan [save | preview | exit | status | help]", "summary": "Enter or restore Plan mode, publish checkpoints, preview, report status, or safely exit." }
    ],
    "tools": [
      { "name": "update_plan_draft", "summary": "Persist an exact branch-local Markdown checkpoint with optimistic revision concurrency.", "internal": true },
      { "name": "create_plan", "summary": "Review and atomically create or update an approved checkpoint revision.", "internal": true }
    ],
    "prompts": [
      { "name": "plan", "summary": "Session-owned read-only planning and exact checkpoint workflow." }
    ],
    "skills": [],
    "themes": [
      { "name": "plan", "summary": "Minimal planning-state theme." }
    ],
    "agents": [],
    "configuration": [
      { "kind": "directory", "key": ".pi/plans", "summary": "Approved published plan checkpoints." }
    ]
  },
  "pi": {
    "extensions": [
      "./extensions/plan-theme.ts"
    ],
    "prompts": [
      "./prompts"
    ],
    "themes": [
      "./themes"
    ]
  },
  "files": [
    "extensions",
    "prompts",
    "themes",
    "README.md"
  ]
}
