#!/usr/bin/env node /** * fozikio CLI — setup and management for cortex-engine agents. * * Commands: * init Scaffold a new agent workspace * serve Start the MCP server * config View or edit configuration * digest Process documents through cortex * health Show cortex health report * vitals Show behavioral vitals and PE delta * anomalies Detect anomalous sessions with Isolation Forest * report Generate weekly quality report * maintain Data maintenance (fix, re-embed) * help Show help */ export {}; //# sourceMappingURL=cli.d.ts.map