{
  "name": "pi-multica-spine",
  "version": "0.12.7",
  "description": "Pi extension that keeps Multica work agents bound to issue, PR, evidence, and handoff contracts.",
  "type": "module",
  "license": "MIT",
  "author": "Keisu",
  "keywords": [
    "pi-package",
    "pi",
    "typescript",
    "multica",
    "agent-workflow"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eiei114/pi-multica-spine.git"
  },
  "bugs": {
    "url": "https://github.com/eiei114/pi-multica-spine/issues"
  },
  "homepage": "https://github.com/eiei114/pi-multica-spine#readme",
  "files": [
    "dist/",
    "extensions/",
    "lib/",
    "docs/",
    "scripts/",
    "skills/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "prepack": "npm run build",
    "typecheck": "tsc --noEmit",
    "test": "node --test tests/*.test.mjs",
    "test:coverage": "node --experimental-test-coverage --test tests/*.test.mjs",
    "check:changelog": "node scripts/check-changelog.mjs",
    "check:coverage": "node scripts/coverage-gate.mjs",
    "check:template": "node scripts/template-resync-check.mjs",
    "check:sandbox-checklist": "node scripts/workflow-sandbox-checklist.mjs",
    "check:sandbox-rehearsal": "node scripts/workflow-sandbox-rehearsal.mjs --full-closeout",
    "check:production-rehearsal": "node scripts/workflow-production-rehearsal.mjs",
    "check:sandbox-evidence": "node scripts/workflow-sandbox-closeout-evidence.mjs",
    "check:idea-entry": "node scripts/ci-offline-idea-entry-check.mjs",
    "check:maintenance-entry": "node scripts/workflow-maintenance-entry.mjs --maintenance-brief \"CI offline maintenance entry validation seed\" --dry-run",
    "check:production-gate": "node scripts/production-gate-checklist.mjs",
    "ci": "npm run build && npm run typecheck && npm run check:coverage && npm run check:changelog && npm run check:template && npm run check:sandbox-checklist && npm run check:sandbox-rehearsal && npm run check:sandbox-evidence && npm run check:idea-entry && npm run check:idea-status && npm run check:live-sandbox-smoke && npm run check:maintenance-entry && npm run check:production-rehearsal && npm run check:production-gate && npm run pack:check && npm run pack:smoke && node examples/minimal-walkthrough/run-walkthrough.mjs && node examples/workflow-campaign-walkthrough/run-walkthrough.mjs",
    "pack:check": "npm pack --dry-run",
    "pack:smoke": "node scripts/pack-smoke.mjs",
    "walkthrough": "node examples/minimal-walkthrough/run-walkthrough.mjs && node examples/workflow-campaign-walkthrough/run-walkthrough.mjs",
    "canary:dry-run": "node scripts/workflow-sandbox-canary.mjs --dry-run",
    "digest": "node scripts/jsonl-digest.mjs",
    "production-binding:dry-run": "node scripts/workflow-production-binding.mjs --dry-run",
    "production-run:dry-run": "node scripts/workflow-production-run.mjs --dry-run",
    "check:idea-status": "node scripts/workflow-idea-status.mjs --json --sessions-root .ci-tmp/idea-sessions",
    "check:live-sandbox-smoke": "node scripts/workflow-live-sandbox-smoke.mjs",
    "check:vault-idea-entry": "node scripts/workflow-vault-idea-entry.mjs --rough-idea \"CI offline vault idea entry validation seed\" --dry-run --vault-root .ci-tmp/vault --sessions-root .ci-tmp/idea-sessions --session-suffix ci-offline-vault-idea-entry-validation --invocation-token ci-offline-vault-idea-entry-validation"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills/idea-to-build",
      "./skills/idea-status",
      "./skills/maintenance-build"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "^0.80.6",
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@earendil-works/pi-tui": "^0.80.6",
    "@types/node": "^26.0.0",
    "typebox": "latest",
    "typescript": "^6.0.3"
  },
  "overrides": {
    "protobufjs": ">=7.6.3 <8.0.0"
  }
}
