{
  "name": "@metaharness/darwin",
  "version": "0.8.0",
  "description": "Freeze the model, evolve the harness. Two measured applications: (1) SWE-bench code-repair — conformant GLM->Opus empty-patch cascade resolves 51.3% Lite (n=300) and 55.6% Verified (278/500, Wilson 95% CI [51.2, 59.9], official swebench gold eval, no gold tests in-loop, ~$0.15/instance est.); the same cheap->frontier cascade generalizes across both splits at ~56x cheaper than frontier-only; (2) Darwin Shield (v0.3.0) — a defensive zero-day discovery harness (Semgrep + fuzz oracles, safety-gated, deterministic replay). The harness, not the model, is the lever. Dependency-free (Node built-ins).",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "metaharness-darwin": "./dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./gepa": {
      "types": "./dist/gepa/index.d.ts",
      "import": "./dist/gepa/index.js"
    }
  },
  "files": [
    "dist/**",
    "genomes/**",
    "README.md",
    "SECURITY.md",
    "LICENSE",
    "CHANGELOG.md",
    "LEARNINGS.md"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "lint": "tsc --noEmit",
    "bench:shield": "npm run build && node bench/security/darwin-shield-bench.mjs"
  },
  "keywords": [
    "llm",
    "cost-optimization",
    "llm-optimizer",
    "cheap-llm",
    "compute-arbitrage",
    "agent-harness",
    "self-improvement",
    "evolutionary-search",
    "swe-bench",
    "metaharness",
    "darwin-mode",
    "sandbox"
  ],
  "author": "rUv <ruv@ruv.net>",
  "license": "MIT",
  "homepage": "https://github.com/ruvnet/agent-harness-generator",
  "repository": {
    "type": "git",
    "url": "https://github.com/ruvnet/agent-harness-generator",
    "directory": "packages/darwin-mode"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "devDependencies": {
    "typescript": "^5.4.0",
    "vitest": "^2.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
