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) 259 B
/** * Testing Module * * Comprehensive test infrastructure including generators, fixtures, and corpus management. * * @module src/testing */ export * from './generators/index.js'; export * from './fixtures/index.js'; export * from './corpus/index.js';