UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

10 lines 254 B
export type ClaudeSettings = { hooks?: Record<string, { matcher?: string; hooks: { type: string; command: string; }[]; }[]>; } & Record<string, unknown>; //# sourceMappingURL=ClaudeSettings.d.ts.map