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
16 lines • 500 B
TypeScript
/**
* Version Command Handler
*
* Displays version and channel information for the AIWG installation.
* Supports --verbose / --json for full environment fingerprint (Phase 4.5 #925).
*
* @implements @.aiwg/architecture/decisions/ADR-001-unified-extension-system.md
* @source @src/cli/router.ts
* @issue #33, #925
*/
import type { CommandHandler } from './types.js';
/**
* Version command handler
*/
export declare const versionHandler: CommandHandler;
//# sourceMappingURL=version.d.ts.map