aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
19 lines • 561 B
TypeScript
/**
* Daemon Command Handlers
*
* Handlers for daemon-related CLI commands (behavior management, daemon init).
* Each handler delegates to existing scripts in tools/.
*
* @tests @test/unit/cli/handlers/coverage.test.ts
*/
import { CommandHandler } from './types.js';
/**
* Exported handler instances
*/
export declare const behaviorHandler: CommandHandler;
export declare const daemonInitHandler: CommandHandler;
/**
* All daemon handlers for registration
*/
export declare const daemonHandlers: CommandHandler[];
//# sourceMappingURL=daemon.d.ts.map