{
  "name": "@pithos-kit/aegis",
  "version": "0.2.0",
  "description": "Protect Pi agent shell commands and file mutations with configurable block and confirmation rules.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pithos",
    "aegis",
    "permissions",
    "shell"
  ],
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anton-kochev/pithos-kit.git",
    "directory": "pithos.aegis"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "node --test test/*.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pithosKit": {
    "displayName": "Aegis",
    "summary": "Protect agent shell commands and file mutations with project rules.",
    "minimumPi": ">=0.83.0",
    "commands": [
      { "name": "aegis", "usage": "/aegis [status|list|reload|toggle|--help]", "summary": "Inspect and control Aegis for the current session." }
    ],
    "tools": [],
    "prompts": [],
    "skills": [],
    "themes": [],
    "agents": [],
    "configuration": [
      { "kind": "file", "key": ".pi/aegis.json", "summary": "Project command and path protection rules." }
    ]
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "files": [
    "extensions",
    "README.md"
  ]
}
