{
  "name": "@markjaquith/agency",
  "version": "2.71.27",
  "description": "Manage agentic work across repositories with durable workbases",
  "keywords": [
    "agents",
    "bun",
    "typescript",
    "worktrees"
  ],
  "license": "MIT",
  "author": "Mark Jaquith",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markjaquith/agency.git"
  },
  "bin": {
    "agency": "cli.ts"
  },
  "files": [
    "index.ts",
    "cli.ts",
    "cli-main.ts",
    "src",
    "pi-extensions",
    "scripts/install-pi-extension.ts",
    "schemas",
    "fixtures/protocol",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "module": "index.ts",
  "exports": {
    ".": {
      "types": "./index.ts",
      "import": "./index.ts"
    },
    "./protocol": {
      "types": "./src/protocol.ts",
      "import": "./src/protocol.ts"
    },
    "./schemas/agency-envelope-v1.json": {
      "default": "./schemas/agency-envelope-v1.schema.json"
    },
    "./schemas/agency-graph-v1.json": {
      "default": "./schemas/agency-graph-v1.schema.json"
    },
    "./schemas/agency-kickoff-v1.json": {
      "default": "./schemas/agency-kickoff-v1.schema.json"
    },
    "./fixtures/protocol/success.json": {
      "default": "./fixtures/protocol/success.json"
    },
    "./fixtures/protocol/error.json": {
      "default": "./fixtures/protocol/error.json"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true,
    "registry": "https://registry.npmjs.org/",
    "tag": "latest"
  },
  "scripts": {
    "postinstall": "bun scripts/install-pi-extension.ts install",
    "preuninstall": "bun scripts/install-pi-extension.ts uninstall",
    "benchmark:act": "bun scripts/benchmark-act.ts",
    "benchmark:pr": "bun scripts/benchmark-pr.ts",
    "benchmark:release": "bun scripts/benchmark-release.ts",
    "benchmark:repositories": "bun scripts/benchmark-repositories.ts",
    "benchmark:status": "bun scripts/benchmark-status.ts",
    "benchmark:next": "bun scripts/benchmark-next.ts",
    "benchmark:init": "bun scripts/benchmark-init.ts",
    "benchmark:integration": "bun scripts/benchmark-integration.ts",
    "benchmark:workbase": "bun scripts/benchmark-workbase.ts",
    "benchmark:doctor": "bun scripts/benchmark-doctor.ts",
    "benchmark:context": "bun scripts/benchmark-context.ts",
    "benchmark:claim": "bun scripts/benchmark-claim.ts",
    "benchmark:finish": "bun scripts/benchmark-finish.ts",
    "benchmark:epic": "bun scripts/benchmark-epic.ts",
    "benchmark:phase": "bun scripts/benchmark-phase.ts",
    "benchmark:graph": "bun scripts/benchmark-graph.ts",
    "benchmark:push": "bun scripts/benchmark-push.ts",
    "benchmark:archive": "bun scripts/benchmark-archive.ts",
    "benchmark:vcs": "bun scripts/benchmark-vcs.ts",
    "benchmark:sync": "bun scripts/benchmark-sync.ts",
    "benchmark:task": "bun scripts/benchmark-task.ts",
    "benchmark:validate": "bun scripts/benchmark-validate.ts",
    "benchmark:worktree": "bun scripts/benchmark-worktree.ts",
    "benchmark:review": "bun scripts/benchmark-review.ts",
    "test": "find src \\( -name '*.test.ts' -o -name '*.test.tsx' \\) -print0 | xargs -0 -n 1 -P 4 bun test",
    "test:opencode": "AGENCY_TEST_OPENCODE=1 bun test src/cli.test.ts --test-name-pattern 'provides effective whole-workbase OpenCode access'",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "knip": "knip --production",
    "pushable": "./scripts/pushable",
    "check-commit-msg": "./scripts/check-commit-msg",
    "build": "bun build cli.ts --outdir dist --target node --minify"
  },
  "dependencies": {
    "@effect/schema": "^0.75.5",
    "@opentui/core": "0.4.5",
    "@opentui/solid": "0.4.5",
    "effect": "^3.19.15",
    "solid-js": "1.9.12",
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.6",
    "knip": "^6.27.0",
    "oxfmt": "^0.27.0",
    "typescript": "^7.0.2"
  },
  "engines": {
    "bun": ">=1.0.0"
  }
}
