{
  "version": "1.10.28",
  "buildTime": "2026-08-18T12:53:22.465Z",
  "buildDurationMs": 5464,
  "entry": "D:\\Projects\\cortex-spm\\src\\bin\\cli.js",
  "output": "D:\\Projects\\cortex-spm\\dist\\cortex-spm",
  "outputSizeBytes": 3244776,
  "embeddedAssets": [
    "readme",
    "frontend/bundle.js",
    "frontend/bundle.css",
    "frontend/index.html",
    "frontend/favicon.svg",
    "locales/en.json",
    "locales/zh.json"
  ],
  "esbuild": {
    "inputs": {
      "src/lib/config.js": {
        "bytes": 2545,
        "imports": [
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          }
        ],
        "format": "cjs"
      },
      "src/lib/daemon/pid-file.js": {
        "bytes": 2730,
        "imports": [
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/config.js",
            "kind": "require-call",
            "original": "../config"
          }
        ],
        "format": "cjs"
      },
      "src/lib/logging/logger.js": {
        "bytes": 3807,
        "imports": [
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/config.js",
            "kind": "require-call",
            "original": "../config"
          }
        ],
        "format": "cjs"
      },
      "src/lib/auth/token-store.js": {
        "bytes": 16151,
        "imports": [
          {
            "path": "crypto",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/config.js",
            "kind": "require-call",
            "original": "../config"
          },
          {
            "path": "src/lib/logging/logger.js",
            "kind": "require-call",
            "original": "../logging/logger"
          }
        ],
        "format": "cjs"
      },
      "src/lib/settings/settings-store.js": {
        "bytes": 10217,
        "imports": [
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/config.js",
            "kind": "require-call",
            "original": "../config"
          }
        ],
        "format": "cjs"
      },
      "src/lib/i18n/index.js": {
        "bytes": 8313,
        "imports": [
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          }
        ],
        "format": "cjs"
      },
      "src/lib/server/event-broadcaster.js": {
        "bytes": 1492,
        "imports": [],
        "format": "cjs"
      },
      "src/lib/server/db-watcher.js": {
        "bytes": 12869,
        "imports": [
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          }
        ],
        "format": "cjs"
      },
      "src/lib/server/websocket.js": {
        "bytes": 19319,
        "imports": [
          {
            "path": "ws",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/auth/token-store.js",
            "kind": "require-call",
            "original": "../auth/token-store"
          },
          {
            "path": "crypto",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/server/db-watcher.js",
            "kind": "require-call",
            "original": "./db-watcher"
          }
        ],
        "format": "cjs"
      },
      "src/lib/server/boolean-flag-allowlist.js": {
        "bytes": 1333,
        "imports": [],
        "format": "cjs"
      },
      "src/lib/runtime-path.js": {
        "bytes": 2029,
        "imports": [
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          }
        ],
        "format": "cjs"
      },
      "src/lib/constants.js": {
        "bytes": 722,
        "imports": [],
        "format": "cjs"
      },
      "src/lib/project-root.js": {
        "bytes": 2311,
        "imports": [
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/constants.js",
            "kind": "require-call",
            "original": "./constants"
          }
        ],
        "format": "cjs"
      },
      "src/lib/server/multipart.js": {
        "bytes": 5542,
        "imports": [],
        "format": "cjs"
      },
      "src/lib/server/scoped-session-registry.js": {
        "bytes": 1582,
        "imports": [],
        "format": "cjs"
      },
      "src/lib/server/session-store-queue.js": {
        "bytes": 2126,
        "imports": [],
        "format": "cjs"
      },
      "src/lib/server/agent-command-tokenizer.js": {
        "bytes": 4760,
        "imports": [],
        "format": "cjs"
      },
      "src/lib/server/http.js": {
        "bytes": 199815,
        "imports": [
          {
            "path": "crypto",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "express",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "cors",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "readline",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/auth/token-store.js",
            "kind": "require-call",
            "original": "../auth/token-store"
          },
          {
            "path": "src/lib/settings/settings-store.js",
            "kind": "require-call",
            "original": "../settings/settings-store"
          },
          {
            "path": "src/lib/i18n/index.js",
            "kind": "require-call",
            "original": "../i18n"
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/server/event-broadcaster.js",
            "kind": "require-call",
            "original": "./event-broadcaster"
          },
          {
            "path": "src/lib/server/websocket.js",
            "kind": "require-call",
            "original": "./websocket"
          },
          {
            "path": "src/lib/server/db-watcher.js",
            "kind": "require-call",
            "original": "./db-watcher"
          },
          {
            "path": "src/lib/server/boolean-flag-allowlist.js",
            "kind": "require-call",
            "original": "./boolean-flag-allowlist"
          },
          {
            "path": "src/lib/runtime-path.js",
            "kind": "require-call",
            "original": "../runtime-path"
          },
          {
            "path": "src/lib/constants.js",
            "kind": "require-call",
            "original": "../constants"
          },
          {
            "path": "src/lib/project-root.js",
            "kind": "require-call",
            "original": "../project-root"
          },
          {
            "path": "src/lib/server/multipart.js",
            "kind": "require-call",
            "original": "./multipart"
          },
          {
            "path": "src/lib/server/scoped-session-registry.js",
            "kind": "require-call",
            "original": "./scoped-session-registry"
          },
          {
            "path": "src/lib/server/session-store-queue.js",
            "kind": "require-call",
            "original": "./session-store-queue"
          },
          {
            "path": "src/lib/server/agent-command-tokenizer.js",
            "kind": "require-call",
            "original": "./agent-command-tokenizer"
          },
          {
            "path": "cookie-parser",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/daemon/pid-file.js",
            "kind": "require-call",
            "original": "../daemon/pid-file"
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          }
        ],
        "format": "cjs"
      },
      "src/lib/server/acp-proxy.js": {
        "bytes": 41593,
        "imports": [
          {
            "path": "ws",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/server/scoped-session-registry.js",
            "kind": "require-call",
            "original": "./scoped-session-registry"
          },
          {
            "path": "readline",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/server/agent-command-tokenizer.js",
            "kind": "require-call",
            "original": "./agent-command-tokenizer"
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/auth/token-store.js",
            "kind": "require-call",
            "original": "../auth/token-store"
          }
        ],
        "format": "cjs"
      },
      "src/lib/server/claude-code-proxy.js": {
        "bytes": 215155,
        "imports": [
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "events",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "crypto",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "ws",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/server/agent-command-tokenizer.js",
            "kind": "require-call",
            "original": "./agent-command-tokenizer"
          },
          {
            "path": "src/lib/server/session-store-queue.js",
            "kind": "require-call",
            "original": "./session-store-queue"
          },
          {
            "path": "ws",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "readline",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/auth/token-store.js",
            "kind": "require-call",
            "original": "../auth/token-store"
          }
        ],
        "format": "cjs"
      },
      "src/lib/daemon/agent-config.js": {
        "bytes": 4193,
        "imports": [
          {
            "path": "src/lib/settings/settings-store.js",
            "kind": "require-call",
            "original": "../settings/settings-store"
          }
        ],
        "format": "cjs"
      },
      "src/lib/daemon/daemon.js": {
        "bytes": 13303,
        "imports": [
          {
            "path": "http",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/daemon/pid-file.js",
            "kind": "require-call",
            "original": "./pid-file"
          },
          {
            "path": "src/lib/logging/logger.js",
            "kind": "require-call",
            "original": "../logging/logger"
          },
          {
            "path": "src/lib/auth/token-store.js",
            "kind": "require-call",
            "original": "../auth/token-store"
          },
          {
            "path": "src/lib/server/http.js",
            "kind": "require-call",
            "original": "../server/http"
          },
          {
            "path": "src/lib/server/websocket.js",
            "kind": "require-call",
            "original": "../server/websocket"
          },
          {
            "path": "src/lib/server/event-broadcaster.js",
            "kind": "require-call",
            "original": "../server/event-broadcaster"
          },
          {
            "path": "src/lib/server/db-watcher.js",
            "kind": "require-call",
            "original": "../server/db-watcher"
          },
          {
            "path": "src/lib/server/acp-proxy.js",
            "kind": "require-call",
            "original": "../server/acp-proxy"
          },
          {
            "path": "src/lib/server/claude-code-proxy.js",
            "kind": "require-call",
            "original": "../server/claude-code-proxy"
          },
          {
            "path": "src/lib/daemon/agent-config.js",
            "kind": "require-call",
            "original": "./agent-config"
          },
          {
            "path": "src/lib/config.js",
            "kind": "require-call",
            "original": "../config"
          },
          {
            "path": "src/lib/runtime-path.js",
            "kind": "require-call",
            "original": "../runtime-path"
          },
          {
            "path": "src/lib/constants.js",
            "kind": "require-call",
            "original": "../constants"
          },
          {
            "path": "src/lib/server/http.js",
            "kind": "require-call",
            "original": "../server/http"
          }
        ]
      },
      "src/lib/cli/parser.js": {
        "bytes": 7931,
        "imports": [
          {
            "path": "src/lib/config.js",
            "kind": "require-call",
            "original": "../config"
          },
          {
            "path": "src/lib/i18n/index.js",
            "kind": "require-call",
            "original": "../i18n"
          }
        ],
        "format": "cjs"
      },
      "src/lib/cli/lifecycle.js": {
        "bytes": 11365,
        "imports": [
          {
            "path": "src/lib/daemon/daemon.js",
            "kind": "require-call",
            "original": "../daemon/daemon"
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "src/lib/daemon/pid-file.js",
            "kind": "require-call",
            "original": "../daemon/pid-file"
          },
          {
            "path": "src/lib/config.js",
            "kind": "require-call",
            "original": "../config"
          },
          {
            "path": "src/lib/i18n/index.js",
            "kind": "require-call",
            "original": "../i18n"
          },
          {
            "path": "../daemon/daemon",
            "kind": "require-resolve",
            "external": true
          },
          {
            "path": "src/lib/config.js",
            "kind": "require-call",
            "original": "../config"
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          }
        ],
        "format": "cjs"
      },
      "src/lib/cli/token.js": {
        "bytes": 2351,
        "imports": [
          {
            "path": "src/lib/auth/token-store.js",
            "kind": "require-call",
            "original": "../auth/token-store"
          },
          {
            "path": "src/lib/i18n/index.js",
            "kind": "require-call",
            "original": "../i18n"
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          }
        ],
        "format": "cjs"
      },
      "src/bin/cli.js": {
        "bytes": 5839,
        "imports": [
          {
            "path": "src/lib/daemon/daemon.js",
            "kind": "require-call",
            "original": "../lib/daemon/daemon"
          },
          {
            "path": "src/lib/i18n/index.js",
            "kind": "require-call",
            "original": "../lib/i18n"
          },
          {
            "path": "src/lib/cli/parser.js",
            "kind": "require-call",
            "original": "../lib/cli/parser"
          },
          {
            "path": "src/lib/cli/lifecycle.js",
            "kind": "require-call",
            "original": "../lib/cli/lifecycle"
          },
          {
            "path": "src/lib/cli/token.js",
            "kind": "require-call",
            "original": "../lib/cli/token"
          }
        ],
        "format": "cjs"
      }
    },
    "outputs": {
      "dist/.cortex-spm-bundle-tmp.js": {
        "imports": [
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "crypto",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "ws",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "crypto",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "crypto",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "express",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "cors",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "readline",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "cookie-parser",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "ws",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "readline",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "events",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "crypto",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "ws",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "ws",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "readline",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "http",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "os",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "child_process",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "../daemon/daemon",
            "kind": "require-resolve",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "fs",
            "kind": "require-call",
            "external": true
          },
          {
            "path": "path",
            "kind": "require-call",
            "external": true
          }
        ],
        "exports": [],
        "entryPoint": "src/bin/cli.js",
        "inputs": {
          "src/lib/config.js": {
            "bytesInOutput": 2505
          },
          "src/lib/daemon/pid-file.js": {
            "bytesInOutput": 2932
          },
          "src/lib/logging/logger.js": {
            "bytesInOutput": 3967
          },
          "src/lib/auth/token-store.js": {
            "bytesInOutput": 13563
          },
          "src/lib/settings/settings-store.js": {
            "bytesInOutput": 8699
          },
          "src/lib/i18n/index.js": {
            "bytesInOutput": 4523
          },
          "src/lib/server/event-broadcaster.js": {
            "bytesInOutput": 606
          },
          "src/lib/server/db-watcher.js": {
            "bytesInOutput": 9042
          },
          "src/lib/server/websocket.js": {
            "bytesInOutput": 16520
          },
          "src/lib/server/boolean-flag-allowlist.js": {
            "bytesInOutput": 291
          },
          "src/lib/runtime-path.js": {
            "bytesInOutput": 934
          },
          "src/lib/constants.js": {
            "bytesInOutput": 326
          },
          "src/lib/project-root.js": {
            "bytesInOutput": 1169
          },
          "src/lib/server/multipart.js": {
            "bytesInOutput": 4155
          },
          "src/lib/server/scoped-session-registry.js": {
            "bytesInOutput": 972
          },
          "src/lib/server/session-store-queue.js": {
            "bytesInOutput": 440
          },
          "src/lib/server/agent-command-tokenizer.js": {
            "bytesInOutput": 2741
          },
          "src/lib/server/http.js": {
            "bytesInOutput": 139023
          },
          "src/lib/server/acp-proxy.js": {
            "bytesInOutput": 32326
          },
          "src/lib/server/claude-code-proxy.js": {
            "bytesInOutput": 164281
          },
          "src/lib/daemon/agent-config.js": {
            "bytesInOutput": 1859
          },
          "src/lib/daemon/daemon.js": {
            "bytesInOutput": 6903
          },
          "src/lib/cli/parser.js": {
            "bytesInOutput": 7612
          },
          "src/lib/cli/lifecycle.js": {
            "bytesInOutput": 7007
          },
          "src/lib/cli/token.js": {
            "bytesInOutput": 1900
          },
          "src/bin/cli.js": {
            "bytesInOutput": 3514
          }
        },
        "bytes": 440064
      }
    }
  },
  "embeddedAssetMarker": "CORTEX_SPM_EMBEDDED_BINARY",
  "platform": "win32",
  "nodeVersion": "v24.18.0"
}