{
	"name": "@pandi-coding-agent/pandi-btw",
	"version": "0.1.8",
	"description": "Extensión de Pi que agrega un comando /btw al estilo Claude: hace una pregunta lateral rápida sobre la conversación actual, responde sin tools y nunca se agrega al historial.",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/andrestobelem/pandi-extensions.git",
		"directory": "extensions/pandi-btw"
	},
	"type": "module",
	"keywords": [
		"pi-package",
		"pi",
		"pi-extension",
		"btw",
		"side-question"
	],
	"files": [
		"*.ts",
		"README.md"
	],
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": ">=0.80.3 <0.85.0",
		"@earendil-works/pi-coding-agent": ">=0.80.3 <0.85.0",
		"@earendil-works/pi-tui": ">=0.80.3 <0.85.0"
	}
}
