{
  "name": "pi-soly",
  "version": "2.6.1",
  "description": "Workflow + project management for pi-coding-agent. Plans, state, MANDATORY rules, self-review, multi-question picker. One npm install, zero config. LLM drives the workflow inline via the soly_workflow tool — no external subagent plugin.",
  "type": "module",
  "main": "index.ts",
  "scripts": {
    "test": "bun test",
    "typecheck": "bun x tsc --noEmit"
  },
  "dependencies": {
    "@earendil-works/pi-ai": "0.78.1",
    "@modelcontextprotocol/ext-apps": "^1.7.4",
    "@modelcontextprotocol/sdk": "1.27.1",
    "open": "^11.0.0",
    "recheck": "^4.5.0",
    "typebox": "1.1.38",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.78.1",
    "@types/node": "^25.9.1",
    "bun-types": "^1.3.14",
    "typescript": "^6.0.3"
  },
  "files": [
    "README.md",
    "commands.ts",
    "commands",
    "config.ts",
    "context-manager.ts",
    "core.ts",
    "docs.ts",
    "env.ts",
    "git.ts",
    "html.ts",
    "index.ts",
    "integrations.ts",
    "intent.ts",
    "iteration.ts",
    "nudge.ts",
    "tool-hints.ts",
    "scratchpad.ts",
    "tools.ts",
    "util.ts",
    "ask",
    "deck",
    "artifact",
    "skills",
    "workflows",
    "workflows-data",
    "mcp",
    "visual",
    "notification.ts",
    "notifications-log.ts",
    "status.ts",
    "init.ts",
    "codemap.ts",
    "state.ts",
    "hotreload.ts",
    "built-in-rules",
    "quota",
    ".assets"
  ],
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "project-management",
    "planning",
    "multi-question",
    "workflow-engine",
    "rules-engine",
    "intent-docs",
    "mcp",
    "model-context-protocol",
    "session-recovery",
    "ai-coding"
  ],
  "license": "MIT",
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "homepage": "https://github.com/lowern1ght/pi-soly#readme",
  "bugs": {
    "url": "https://github.com/lowern1ght/pi-soly/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lowern1ght/pi-soly.git",
    "directory": "packages/pi-soly"
  }
}
