{
  "name": "pi-better-workflows",
  "version": "0.1.1",
  "type": "module",
  "description": "pi-better-workflows — deterministic multi-agent orchestration for Pi. Faithful port of Claude Code's Workflow tool (agent/pipeline/parallel/phase/log) with background runs, resume-from-runId journaling, worktree isolation, and an extra rule teaching the LLM to fetch full results when the inline reply is truncated. Registers as the `workflow` tool.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "workflow",
    "orchestration",
    "subagents",
    "claude-code"
  ],
  "license": "MIT",
  "author": "Anish Thite",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anishthite/better-workflows.git"
  },
  "homepage": "https://github.com/anishthite/better-workflows#readme",
  "bugs": {
    "url": "https://github.com/anishthite/better-workflows/issues"
  },
  "pi": {
    "extensions": [
      "./extensions/workflow.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "files": [
    "README.md",
    "extensions",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  }
}
