{
  "name": "@self-deprecated/pi-agent-tick",
  "version": "1.4.0",
  "description": "Agent Tick control-plane integration for Pi: remote decisions, approvals, and session status updates",
  "type": "module",
  "keywords": [
    "agent-tick",
    "pi-package",
    "pi",
    "pi-coding-agent",
    "human-in-the-loop",
    "approval-gate",
    "remote-decisions",
    "agent-status",
    "extension"
  ],
  "author": "Jordan Munch O'Hare",
  "contributors": [
    "Jordan Munch O'Hare <jordan@selfdeprecated.ai>",
    "Enzo Lucchesi <enzo@edl.sh>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/self-deprecated/pi-agent-tick.git"
  },
  "bugs": {
    "url": "https://github.com/self-deprecated/pi-agent-tick/issues"
  },
  "homepage": "https://github.com/self-deprecated/pi-agent-tick#readme",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "files": [
    "index.ts",
    "single-select-layout.ts",
    "src/agentTickClient.ts",
    "src/askUserTool.ts",
    "src/config.ts",
    "src/defaultConfig.ts",
    "src/extensionConfig.ts",
    "src/piAskUser.ts",
    "src/piAskUserCore.ts",
    "src/privateStatus.ts",
    "src/redaction.ts",
    "src/sanctions.ts",
    "src/session.ts",
    "src/shellAnalysis.ts",
    "src/status.ts",
    "src/statusHooks.ts",
    "src/steering.ts",
    "src/types.ts",
    "skills",
    "docs/native-extension-launch-demo.md",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@self-deprecated/agent-tick-sdk": "1.4.0",
    "@self-deprecated/agent-tick-shared": "1.4.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "typebox": "1.1.39"
  },
  "scripts": {
    "check": "tmp=$(mktemp -d) && corepack pnpm pack --pack-destination \"$tmp\"",
    "test": "corepack pnpm run build:agent-tick-deps && bun test",
    "build:agent-tick-deps": "corepack pnpm --filter @self-deprecated/agent-tick-shared --filter @self-deprecated/agent-tick-sdk build"
  }
}