{
  "name": "latheloop",
  "description": "Agentic coding CLI with a GOAL OS proof graph — runs locally and only calls work done when real evidence proves it green.",
  "keywords": [
    "ai",
    "agent",
    "coding-agent",
    "cli",
    "tui",
    "llm",
    "goal-os",
    "developer-tools",
    "latheloop"
  ],
  "bin": {
    "latheloop": "./bin/latheloop.exe",
    "lath": "./bin/latheloop.exe"
  },
  "scripts": {
    "postinstall": "node ./postinstall.mjs"
  },
  "version": "0.2.3",
  "license": "MIT",
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "arm64",
    "x64"
  ],
  "optionalDependencies": {
    "latheloop-windows-x64-baseline": "0.2.3",
    "latheloop-windows-x64": "0.2.3",
    "latheloop-windows-arm64": "0.2.3",
    "latheloop-linux-x64-musl": "0.2.3",
    "latheloop-linux-x64-baseline-musl": "0.2.3",
    "latheloop-linux-x64-baseline": "0.2.3",
    "latheloop-linux-x64": "0.2.3",
    "latheloop-linux-arm64-musl": "0.2.3",
    "latheloop-linux-arm64": "0.2.3",
    "latheloop-darwin-x64-baseline": "0.2.3",
    "latheloop-darwin-x64": "0.2.3",
    "latheloop-darwin-arm64": "0.2.3"
  }
}