UNPKG

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

6 lines 569 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'; //# sourceMappingURL=index.d.ts.map