{
  "name": "@mmerterden/multi-agent-pipeline",
  "version": "16.10.1",
  "description": "8-phase AI development pipeline with full orchestration on Claude Code, Copilot CLI and Codex CLI. Analysis, planning, TDD, CLI-aware parallel review with consensus surfacing + Fable triage, default-FAIL evidence gates, secret + intent guards, per-phase cost ledger, persistent learnings memory, wiki generation, commit automation. Token-preserving uninstall.",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./install": "./install.js",
    "./package.json": "./package.json"
  },
  "bin": {
    "multi-agent-pipeline": "index.js"
  },
  "scripts": {
    "start": "node index.js",
    "test": "node --test test/*.test.mjs && node pipeline/scripts/run-smokes.mjs && node pipeline/scripts/lint-skills.mjs && node pipeline/scripts/lint-mcp-refs.mjs && node pipeline/scripts/eval-triage.mjs && node pipeline/scripts/eval-golden-tasks.mjs && node pipeline/scripts/eval-intent.mjs && node pipeline/scripts/eval-recall.mjs && node pipeline/scripts/validate-schemas.mjs && node pipeline/scripts/validate-prefs.mjs && node pipeline/scripts/scorecard.mjs",
    "test:unit": "node --test test/*.test.mjs",
    "test:smoke": "node pipeline/scripts/run-smokes.mjs",
    "lint:skills": "node pipeline/scripts/lint-skills.mjs",
    "test:quick": "node --test test/*.test.mjs && node pipeline/scripts/lint-skills.mjs && node pipeline/scripts/lint-mcp-refs.mjs",
    "test:coverage": "c8 --clean --reporter=none node --test test/*.test.mjs && c8 --clean=false --check-coverage --reporter=text --reporter=lcov node pipeline/scripts/run-smokes.mjs",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write \"**/*.{js,mjs,json,yml}\" --ignore-path .gitignore",
    "format:check": "prettier --check \"**/*.{js,mjs,json,yml}\" --ignore-path .gitignore",
    "scorecard": "node pipeline/scripts/scorecard.mjs",
    "gate": "bash pipeline/scripts/pre-push-check.sh --run"
  },
  "keywords": [
    "multi-agent",
    "pipeline",
    "development-workflow",
    "tdd",
    "code-review",
    "claude-code",
    "copilot-cli",
    "copilot",
    "claude",
    "ios",
    "android",
    "backend",
    "frontend",
    "jira",
    "github-issues",
    "automation",
    "codex",
    "codex-cli"
  ],
  "author": "Mert Erden",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mmerterden/multi-agent-pipeline.git"
  },
  "homepage": "https://github.com/mmerterden/multi-agent-pipeline#readme",
  "bugs": {
    "url": "https://github.com/mmerterden/multi-agent-pipeline/issues"
  },
  "engines": {
    "node": ">=20.11.0"
  },
  "files": [
    "index.js",
    "install.js",
    "install/**/*",
    "pipeline/**/*",
    "docs/**/*",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "SECURITY.md",
    "!pipeline/scripts/smoke-figma-config-schema.sh",
    "!pipeline/scripts/smoke-personal-data.sh",
    "!pipeline/scripts/validate-prefs.mjs",
    "!pipeline/scripts/smoke-install-leak-gate.sh",
    "!docs/internal/**",
    "!pipeline/scripts/smoke-*.sh",
    "!pipeline/scripts/run-smokes.mjs",
    "!pipeline/scripts/eval-*.mjs",
    "!pipeline/scripts/scorecard.mjs",
    "!pipeline/scripts/lint-skills.mjs",
    "!pipeline/scripts/lint-mcp-refs.mjs",
    "!pipeline/scripts/check-md-links.mjs",
    "!pipeline/scripts/validate-schemas.mjs",
    "!pipeline/scripts/sync-parity-check.sh",
    "!pipeline/scripts/benchmark-phase-0.sh",
    "!pipeline/scripts/fixtures/**",
    "!pipeline/eval/**",
    "pipeline/scripts/smoke-schema-validation.sh",
    "pipeline/scripts/smoke-cross-cli-behavior.sh"
  ],
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "ajv": "^8.20.0",
    "ajv-formats": "^3.0.1",
    "c8": "^12.0.0",
    "eslint": "^10.8.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-n": "^18.2.2",
    "prettier": "^3.9.6",
    "publint": "0.3.22"
  }
}
