#!/usr/bin/env node /** * Agent-aware CLI * 启动 HTTP Server * 基于 SPEC-SRV-005: Detector 架构重构 * * 使用方式: * npx agent-aware-server start [--project-root ] * * 所有输出文件统一到 /.agent-aware/ 目录: * - .agent-aware/alert/ - 检测告警文件 * - .agent-aware/detail/ - 详细数据文件 */ export {}; //# sourceMappingURL=cli.d.ts.map