1{
2 "name": "@amolith/pi-handoff",
3 "version": "0.1.0-beta.1",
4 "peerDependencies": {
5 "@earendil-works/pi-ai": "*",
6 "@earendil-works/pi-coding-agent": "*",
7 "@earendil-works/pi-tui": "*",
8 "typebox": "*"
9 },
10 "description": "Use subagents to transfer pi session context to a new session and query past sessions",
11 "keywords": [
12 "pi-package"
13 ],
14 "pi": {
15 "extensions": [
16 "./src/index.ts"
17 ]
18 },
19 "scripts": {
20 "typecheck": "tsc --noEmit"
21 },
22 "type": "module",
23 "repository": {
24 "type": "git",
25 "url": "https://git.secluded.site/pi-extensions",
26 "directory": "packages/handoff"
27 }
28}