@naisys/common-node
v3.0.3
Published
[internal] Node-only utilities for NAISYS
Readme
@naisys/common-node
← Back to packages | ← Back to main README
Node-only utilities shared across NAISYS server-side packages. Anything that touches the filesystem, spawns child processes, or depends on Node built-ins lives here rather than in @naisys/common, so the browser-facing packages stay clean.
What's inside
auth/— bearer-token parsing, token hashing, persistent API key storage, session cookiescodex/— Codex access-token management, HTTP client, usage trackingenv/—.envloading, environment-variable expansion, git info detectionhub/— host access-key utilities, hub attachment storage, log file serviceloaders/— agent config loader, custom-model loader, Prisma migration helper, interactive--setupwizard
Usage
import { ensureDotEnv, hashToken, runSetupWizard } from "@naisys/common-node";Consumed by naisys, @naisys/hub, @naisys/supervisor, and @naisys/erp.
License
MIT
