{
  "name": "pi-tmux-fork",
  "version": "0.2.3",
  "description": "Pi extension that forks the current session into a tmux pane/window, inheriting the full conversation history and reusing the parent session's prompt cache. Adds git worktree isolation for child agents.",
  "type": "module",
  "main": "index.ts",
  "license": "MIT",
  "author": "geeyu <geeyu@foxmail.com>",
  "homepage": "https://github.com/geeyu/tmux-fork#readme",
  "scripts": {
    "test": "node --test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geeyu/tmux-fork.git"
  },
  "bugs": {
    "url": "https://github.com/geeyu/tmux-fork/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "tmux",
    "session-fork",
    "git-worktree",
    "prompt-cache"
  ],
  "files": [
    "index.ts",
    "lib.mjs",
    "lib.d.mts",
    "cwd-cache-fixer.ts",
    "gittree-bootstrap.mjs",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": false
    }
  },
  "pi": {
    "extensions": ["./"]
  }
}
