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.

32 lines (30 loc) 583 B
/** * Testing fixtures module * Provides test data generation utilities */ export { TestDataFactory, type UseCase, type UseCaseOptions, type NFR, type NFRCategory, type NFROptions, type SupplementalSpec, type ADR, type ADROptions, type SADSection, type ComponentDesign, type TestCase, type TestCaseOptions, type TestPlan, type TestResult, type GitCommit, type CommitOptions, type PullRequest, type PROptions, type ProjectIntake, type IntakeOptions, type RiskRegister, type Risk, type IterationPlan } from './test-data-factory.js';