{
  "name": "@pithos-kit/telos",
  "version": "0.3.0",
  "description": "Telos: repo-scoped structured task tracking for Pi.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pithos",
    "tasks",
    "todo",
    "project-management"
  ],
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anton-kochev/pithos-kit.git",
    "directory": "pithos.telos"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "tsx": "^4.20.4"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pithosKit": {
    "displayName": "Telos",
    "summary": "Manage repo-scoped structured tasks through a command and agent tool.",
    "minimumPi": ">=0.83.0",
    "commands": [
      { "name": "tasks", "usage": "/tasks [subcommand] [options]", "summary": "Browse and manage project tasks." }
    ],
    "tools": [
      { "name": "telos_tasks", "summary": "Manage repo-scoped project tasks." }
    ],
    "prompts": [],
    "skills": [],
    "themes": [],
    "agents": [],
    "configuration": [
      { "kind": "file", "key": ".pi/telos-tasks.md", "summary": "Canonical task data and generated human-readable summary." }
    ]
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "files": [
    "extensions",
    "src",
    "README.md"
  ],
  "scripts": {
    "test": "node --import tsx --test test/*.test.ts"
  }
}
