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
11 lines • 310 B
TypeScript
/**
* Test Generators Module
*
* Exports all test generation utilities for automated test artifact creation.
*
* @module src/testing/generators
*/
export * from './use-case-parser.js';
export * from './test-case-generator.js';
export * from './test-code-generator.js';
//# sourceMappingURL=index.d.ts.map