{
	"name": "pi-agent-goal",
	"version": "2026.5.20",
	"description": "Pi extension that gives coding agents persistent /goal workflows with branch-aware state, source imports, progress tools, and explicit start handoffs.",
	"type": "module",
	"scripts": {
		"typecheck": "tsc --noEmit",
		"lint": "eslint .",
		"format": "prettier --check .",
		"test": "vitest run",
		"prepublishOnly": "npm run typecheck && npm run lint && npm run format && npm test"
	},
	"keywords": [
		"pi",
		"pi-package",
		"pi-extension",
		"pi-extensions",
		"pi-coding-agent",
		"coding-agent",
		"ai",
		"agents",
		"agentic-ai",
		"goal",
		"goals",
		"goal-tracking",
		"goal-management",
		"long-running-tasks",
		"workflow",
		"automation",
		"developer-tools",
		"pi-agent-goal"
	],
	"license": "MIT",
	"author": {
		"name": "Kristjan Pikhof",
		"url": "https://github.com/KristjanPikhof"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/KristjanPikhof/Pi-Agent-Goal.git"
	},
	"bugs": {
		"url": "https://github.com/KristjanPikhof/Pi-Agent-Goal/issues"
	},
	"homepage": "https://github.com/KristjanPikhof/Pi-Agent-Goal#readme",
	"main": "./extensions/index.ts",
	"exports": {
		".": "./extensions/index.ts",
		"./package.json": "./package.json"
	},
	"publishConfig": {
		"access": "public"
	},
	"pi": {
		"extensions": [
			"./extensions/index.ts"
		]
	},
	"files": [
		"extensions",
		"src",
		"README.md",
		"LICENSE"
	],
	"devDependencies": {
		"@earendil-works/pi-coding-agent": "^0.74.0",
		"@eslint/js": "^9.39.1",
		"@types/node": "^24.10.1",
		"eslint": "^9.39.1",
		"prettier": "^3.6.2",
		"typescript": "^5.9.3",
		"typescript-eslint": "^8.46.3",
		"vitest": "^4.0.8"
	},
	"engines": {
		"node": ">=22.0.0"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": ">=0.74.0",
		"@earendil-works/pi-tui": ">=0.74.0",
		"typebox": ">=1.0.0"
	}
}
