{
  "name": "@d-trattner/pidex",
  "version": "0.1.7",
  "description": "Pi package for structured planning, implementation, quality governance, and dashboard workflows.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "agents",
    "pipeline",
    "subagents",
    "codex"
  ],
  "license": "MIT",
  "homepage": "https://github.com/d-trattner/pidex#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d-trattner/pidex.git"
  },
  "bugs": {
    "url": "https://github.com/d-trattner/pidex/issues"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "files": [
    "extensions/",
    "skills/",
    "prompts/",
    "readme/",
    "README.md",
    "SECURITY.md",
    "CONTRIBUTING.md",
    "CHANGELOG.md",
    "LICENSE",
    "NOTICE"
  ],
  "scripts": {
    "check": "bash ./scripts/guard-codex-only.sh && bash -n install.sh uninstall.sh dashboard/start.sh scripts/doctor.sh scripts/smoke-test.sh scripts/release/public-readiness.sh scripts/delegate/codex.sh scripts/delegate/pi-governor.sh scripts/delegate/check-auth.sh modules/pidex/git-security-hooks/scripts/install-global.sh modules/pidex/git-security-hooks/scripts/uninstall-global.sh modules/pidex/git-security-hooks/scripts/global/pre-commit modules/pidex/git-security-hooks/scripts/global/commit-msg modules/pidex/git-security-hooks/scripts/lib/security-scan.sh modules/pidex/provider-governance/scripts/profile/current.sh modules/pidex/provider-governance/scripts/profile/recommend.sh modules/pidex/provider-governance/scripts/profile/use.sh modules/pidex/analysis-metrics-history/scripts/analysis/run-pipeline-analysis.sh modules/pidex/analysis-metrics-history/scripts/metrics/record.sh modules/pidex/analysis-metrics-history/scripts/metrics/summarize.sh modules/pidex/analysis-metrics-history/scripts/pipeline/event.sh modules/pidex/analysis-metrics-history/scripts/history/append.sh modules/pidex/analysis-metrics-history/scripts/history/list.sh && node scripts/git/ignored-tracked-guard.mjs && node scripts/git/ignored-tracked-guard.tdd.test.mjs && node modules/pidex/git-security-hooks/scripts/security-scan.tdd.test.mjs && node modules/pidex/compat-windows/scripts/compat/windows-audit.test.mjs && node modules/pidex/browser-smoke/scripts/browser-smoke/status.tdd.test.mjs && node --no-warnings dashboard/lib/server/sqlite-query.tdd.test.mjs && node --no-warnings dashboard/lib/server/model-quality.tdd.test.mjs && node --no-warnings dashboard/lib/server/quality.tdd.test.mjs && node --no-warnings scripts/dashboard/ingest.tdd.test.mjs && node modules/pidex/project-context/scripts/project-context/init.tdd.test.mjs && node modules/pidex/provider-governance/scripts/provider-limits/probe.tdd.test.mjs && node modules/pidex/parallel-agents/scripts/status.tdd.test.mjs && node modules/pidex/parallel-agents/scripts/run-lane.tdd.test.mjs && node modules/pidex/analysis-metrics-history/scripts/metrics/metrics.tdd.test.mjs && node modules/pidex/analysis-metrics-history/scripts/pipeline/event.tdd.test.mjs && node modules/pidex/project-context/scripts/project-metadata/migrate-to-pidex-folder.tdd.test.mjs && node scripts/quality/report.tdd.test.mjs && node scripts/quality/run-auto-pdq.tdd.test.mjs && node scripts/quality/preflight.tdd.test.mjs && node scripts/quality/operator-decisions.tdd.test.mjs && node scripts/quality/operator-contracts.tdd.test.mjs && node scripts/quality/operator-contracts-admin.tdd.test.mjs && node scripts/quality/trace-normalize.tdd.test.mjs && node scripts/quality/contract-governor.tdd.test.mjs && node modules/pidex/memory-wiki-hygiene/scripts/wiki/hygiene.tdd.test.mjs && node scripts/parity/python-node-parity.tdd.test.mjs && node --test scripts/package-manager/detect.tdd.test.mjs && node --test scripts/package-manager/commands.tdd.test.mjs && node --test dashboard/lib/server/context-md.tdd.test.mjs && node --experimental-strip-types dashboard/lib/server/modules.tdd.test.mjs && node scripts/modules/validate.mjs --project . && node scripts/modules/reference-guard.mjs --mode fail --pidex-root .",
    "public:check": "bash scripts/release/public-readiness.sh",
    "reference:check": "node scripts/release/reference-integrity.mjs",
    "doctor": "bash scripts/doctor.sh",
    "modules:list": "node scripts/modules/list.mjs --json",
    "modules:validate": "node scripts/modules/validate.mjs --project .",
    "modules:context": "node scripts/modules/context.mjs --agent pidex-devops --phase pre-release --project .",
    "modules:test": "node scripts/modules/list.tdd.test.mjs && node scripts/modules/validate.tdd.test.mjs && node scripts/modules/discover.tdd.test.mjs && node scripts/modules/run-check.tdd.test.mjs && node scripts/modules/context.tdd.test.mjs && node scripts/modules/reference-guard.tdd.test.mjs && node scripts/modules/deterministic-script-callers.tdd.test.mjs && node modules/pidex/git-security-hooks/scripts/git-hooks-path.tdd.test.mjs && node modules/pidex/git-security-hooks/scripts/security-scan.tdd.test.mjs && node modules/pidex/provider-governance/scripts/profile/profile-probe-path.tdd.test.mjs && node modules/pidex/parallel-agents/scripts/status.tdd.test.mjs && node modules/pidex/parallel-agents/scripts/run-lane.tdd.test.mjs && node modules/pidex/provider-governance/scripts/provider-limits/probe.tdd.test.mjs && node modules/pidex/project-context/scripts/project-context/init.tdd.test.mjs && node modules/pidex/project-context/scripts/project-metadata/migrate-to-pidex-folder.tdd.test.mjs && node modules/pidex/memory-wiki-hygiene/scripts/wiki/hygiene.tdd.test.mjs && node modules/pidex/compat-windows/scripts/compat/windows-audit.test.mjs && node modules/pidex/browser-smoke/scripts/browser-smoke/status.tdd.test.mjs && node modules/pidex/analysis-metrics-history/scripts/metrics/metrics.tdd.test.mjs && node modules/pidex/analysis-metrics-history/scripts/pipeline/event.tdd.test.mjs"
  },
  "packageManager": "pnpm@10.33.0"
}
