{
  "name": "@lythos/cold-pool",
  "version": "0.17.2",
  "description": "Cold pool service layer — dedicated resource holder for skill repositories with intent/plan/execute primitives. Single owner of git side-effects; consumed by deck/curator/arena.",
  "keywords": [
    "ai-agent",
    "skill",
    "claude-code",
    "agent-skills",
    "llm-tooling",
    "lythoskill",
    "cold-pool"
  ],
  "author": "lythos-labs",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "scripts": {
    "test": "bun test src/ --pass-with-no-tests",
    "test:coverage": "bun test src/ --coverage --coverage-reporter=lcov --coverage-dir=coverage --pass-with-no-tests",
    "test:watch": "bun test src/ --watch"
  },
  "main": "src/index.ts",
  "types": "src/index.ts",
  "bin": {
    "cold-pool": "src/cli.ts"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lythos-labs/lythoskill.git",
    "directory": "packages/lythoskill-cold-pool"
  },
  "bugs": {
    "url": "https://github.com/lythos-labs/lythoskill/issues"
  },
  "homepage": "https://github.com/lythos-labs/lythoskill/tree/main/packages/lythoskill-cold-pool#readme",
  "dependencies": {
    "@lythos/infra": "workspace:*",
    "simple-git": "^3.36.0"
  },
  "engines": {
    "bun": ">=1.0.0"
  }
}
