{
  "name": "@fradser/pi-btw",
  "version": "0.2.10",
  "description": "Side questions for Pi — /btw answers in a read-only overlay, never entering the session history. Unlike Claude Code's /btw, it can actually call read-only tools (read, grep, find, ls) to verify facts in the codebase.",
  "keywords": [
    "pi-package",
    "btw",
    "side-questions",
    "read-only",
    "overlay",
    "context"
  ],
  "author": "Frad LEE <fradser@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/FradSer/pi-packages.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "index.ts",
    "src",
    ".memory",
    "README.md"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "dependencies": {
    "@fradser/pi-kit": "0.5.1"
  }
}