UNPKG

aiwg

Version:

Cognitive architecture for AI-augmented software development with structured memory, ensemble validation, and closed-loop correction. FAIR-aligned artifacts, 84% cost reduction via human-in-the-loop, standards adopted by 100+ organizations.

12 lines (10 loc) 276 B
/** * 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';