UNPKG

tdd-guard

Version:

TDD Guard enforces Test-Driven Development principles using Claude Code hooks

9 lines 246 B
export type ConfigOptions = { mode?: 'production' | 'test'; projectRoot?: string; useSystemClaude?: boolean; anthropicApiKey?: string; modelType?: string; linterType?: string; }; //# sourceMappingURL=ConfigOptions.d.ts.map