{
  "name": "@ecuabyte/cortex-cli",
  "version": "0.9.4",
  "description": "CLI for capturing verified engineering state and resuming coding-agent tasks",
  "type": "module",
  "bin": {
    "cortex": "./dist/cli.js"
  },
  "scripts": {
    "build": "bun build src/cli.ts --outdir dist --target node --format esm",
    "dev": "bun run --watch src/cli.ts",
    "typecheck": "bunx tsc --noEmit"
  },
  "keywords": [
    "ai-agents",
    "coding-agents",
    "engineering-state",
    "handoff",
    "verification",
    "cli",
    "mcp",
    "cortex"
  ],
  "author": "EcuaByte <hello@ecuabyte.com> (https://github.com/EcuaByte-lat)",
  "license": "MIT",
  "homepage": "https://github.com/EcuaByte-lat/Cortex#readme",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EcuaByte-lat/Cortex.git",
    "directory": "packages/cli"
  },
  "dependencies": {
    "@ecuabyte/cortex-core": "^0.9.4",
    "commander": "^15.0.0"
  }
}
