{ "name": "@wassname2/pi-proof-tasks", "version": "0.4.2", "description": "Hermes-style evidence + judge task list for Pi, with proof-gated top-level completion and UAT logs.", "author": "wassname", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wassname/pi-lgtm.git" }, "homepage": "https://github.com/wassname/pi-lgtm#readme", "bugs": { "url": "https://github.com/wassname/pi-lgtm/issues" }, "keywords": [ "pi-package", "pi", "pi-extension", "proof", "judge", "uat", "evidence", "task-list", "failure-modes", "hermes-style" ], "dependencies": { "@mariozechner/pi-coding-agent": "^0.62.0", "@mariozechner/pi-tui": "^0.62.0", "@sinclair/typebox": "latest" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run lint && npm run typecheck && npm run test && npm run build", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "biome check src/ test/", "lint:fix": "biome check --fix src/ test/" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "@biomejs/biome": "^2.3.5", "vitest": "^4.0.18" }, "pi": { "extensions": [ "./src/index.ts" ], "video": "", "image": "" } }