{
	"name": "pi-agent-goal",
	"version": "2026.7.18",
	"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",
		"test:coverage": "vitest run --coverage",
		"smoke:pi:goal": "node tests/smoke-pi.mjs goal",
		"smoke:pi:goal-continuation": "node tests/smoke-pi.mjs continuation",
		"smoke:pi": "npm run smoke:pi:goal && npm run smoke:pi:goal-continuation",
		"smoke:package": "node tests/package-smoke.mjs",
		"prepublishOnly": "npm run typecheck && npm run lint && npm run format && npm test && npm run test:coverage && npm run smoke:pi && npm run smoke:package"
	},
	"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",
		"docs",
		"LICENSE"
	],
	"devDependencies": {
		"@earendil-works/pi-coding-agent": "^0.80.10",
		"@earendil-works/pi-tui": "^0.80.10",
		"@eslint/js": "^9.39.1",
		"@types/node": "^24.10.1",
		"@vitest/coverage-v8": "^4.1.8",
		"eslint": "^9.39.1",
		"prettier": "^3.6.2",
		"typebox": "^1.1.38",
		"typescript": "^5.9.3",
		"typescript-eslint": "^8.46.3",
		"vitest": "^4.1.8"
	},
	"engines": {
		"node": ">=22.19.0"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": ">=0.80.5 <0.81.0",
		"@earendil-works/pi-tui": ">=0.79.3 <0.81.0",
		"typebox": "*"
	},
	"allowScripts": {
		"@google/genai@1.52.0": true,
		"protobufjs@7.5.9": true,
		"fsevents@2.3.3": true
	}
}
