{
  "name": "contextdevkit",
  "version": "4.0.5",
  "description": "Host-agnostic AI software engineering governance harness with persistent project intelligence, adaptive evidence-driven engineering loops, durable work state, and long-term memory across coding agents.",
  "type": "module",
  "bin": {
    "contextdevkit": "install.mjs",
    "agy": "templates/ctx.mjs",
    "cdx": "templates/cdx.mjs"
  },
  "scripts": {
    "agy": "node ctx.mjs",
    "ctx": "node ctx.mjs",
    "cdx": "node cdx.mjs",
    "install:here": "node install.mjs --target .",
    "check": "node tools/selfcheck.mjs",
    "build:antigravity": "node templates/contextkit/runtime/antigravity/convert-all.mjs --templates",
    "build:codex": "node templates/contextkit/runtime/codex/convert-all.mjs --templates",
    "test": "node tools/run-suites.mjs --tier all",
    "test:full": "node tools/run-suites.mjs --tier all",
    "test:smoke": "node tools/run-suites.mjs --tier smoke",
    "test:selfcheck": "node tools/run-suites.mjs --tier selfcheck",
    "test:unit": "npm run test:smoke && npm run test:selfcheck",
    "test:integration": "npm run test:integration:core && npm run test:integration:installer && npm run test:integration:hosts && npm run test:integration:workflow && npm run test:integration:enforcement && npm run test:integration:ecosystem",
    "test:integration:core": "node tools/run-suites.mjs --tier integration:core",
    "test:integration:installer": "node tools/run-suites.mjs --tier integration:installer",
    "test:integration:hosts": "node tools/run-suites.mjs --tier integration:hosts",
    "test:integration:workflow": "node tools/run-suites.mjs --tier integration:workflow",
    "test:integration:enforcement": "node tools/run-suites.mjs --tier integration:enforcement",
    "test:integration:ecosystem": "node tools/run-suites.mjs --tier integration:ecosystem",
    "test:release:v4": "node tools/release/release-notes.selftest.mjs && node tools/release/v4/release-fences.selftest.mjs && node tools/release/v4/package-audit.mjs --check",
    "test:impact": "node tools/run-suites.mjs --impact",
    "ci": "npm test && node templates/contextkit/tools/scripts/architecture-debt-gate.mjs --ci",
    "ci:full": "npm run ci",
    "ci:fast": "node tools/run-suites.mjs --impact && node templates/contextkit/tools/scripts/architecture-debt-gate.mjs --ci",
    "dogfood:tarball": "node tools/dogfood-tarball.mjs",
    "release:v4:gate": "npm run test:release:v4 && node tools/release/v4/release-gate.mjs",
    "preflight-release": "npm run ci && npm run release:v4:gate && node tools/preflight-version.mjs",
    "prepublishOnly": "npm run ci && npm run release:v4:gate"
  },
  "files": [
    "install.mjs",
    "templates/",
    "!templates/**/*selftest*",
    "!templates/**/fixtures/**",
    "!templates/**/__fixtures__/**",
    "!templates/**/golden/**",
    "!templates/**/__snapshots__/**",
    "!templates/**/.updates/**",
    "tools/install/",
    "docs/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reiTavares/ContextDevKit.git"
  },
  "homepage": "https://github.com/reiTavares/ContextDevKit#readme",
  "bugs": {
    "url": "https://github.com/reiTavares/ContextDevKit/issues"
  },
  "keywords": [
    "claude-code",
    "codex",
    "openai-codex",
    "antigravity",
    "google-antigravity",
    "agy",
    "dual-host",
    "ai",
    "harness",
    "ai-software-engineering",
    "governance",
    "loop-engineering",
    "business-driven-development",
    "project-intelligence",
    "project-memory",
    "hooks",
    "agents",
    "scaffold",
    "developer-experience",
    "context-engineering"
  ],
  "license": "MIT",
  "devDependencies": {
    "zod": "^4.4.3"
  },
  "optionalDependencies": {
    "tree-sitter-wasms": "0.1.12",
    "web-tree-sitter": "0.25.10"
  }
}
