{
	"name": "@pandi-coding-agent/ask",
	"version": "0.1.1",
	"description": "Pi extension with interactive decision tools (ask_choice, ask_confirm) the model can call to pop a TUI selector / confirm dialog and read back the choice.",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/andrestobelem/pi-dynamic-workflows.git",
		"directory": "extensions/pi-ask"
	},
	"type": "module",
	"keywords": [
		"pi-package",
		"pi",
		"pi-extension",
		"tui",
		"ask",
		"select",
		"confirm"
	],
	"files": [
		"index.ts",
		"README.md"
	],
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"typebox": "*"
	}
}
