{
  "name": "pi-agent-comm",
  "version": "0.4.0",
  "description": "Inter-agent communication for pi: discover live agents across terminals/worktrees, pull instant no-LLM context snapshots (git state, recent edits, last prompts), ask peer agents questions with async callbacks, durable crash recovery, and provenance-tagged messages ([[AGENT-COMM]] envelopes + custom_message entries) that keep human vs agent communication distinguishable in transcripts and memory pipelines.",
  "keywords": [
    "pi-package",
    "pi",
    "coding-agent",
    "multi-agent",
    "agent-communication",
    "worktree",
    "handoff"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nishshukladev/pi-agent-comm"
  },
  "files": [
    "extensions",
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "typebox": "^1.3.19",
    "typescript": "^7.0.2",
    "vitest": "^4.1.11"
  },
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json"
  }
}