{
	"name": "@amolith/pi-handoff",
	"version": "0.1.0-beta.1",
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*",
		"typebox": "*"
	},
	"description": "Use subagents to transfer pi session context to a new session and query past sessions",
	"keywords": [
		"pi-package"
	],
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"scripts": {
		"typecheck": "tsc --noEmit"
	},
	"type": "module",
	"repository": {
		"type": "git",
		"url": "https://git.secluded.site/pi-extensions",
		"directory": "packages/handoff"
	}
}
