UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

12 lines 284 B
export type ClaudeSystemEntry = { type: 'system'; subtype: string; cwd: string; session_id: string; tools: string[]; mcp_servers: any[]; model: string; permissionMode: string; apiKeySource: string; }; //# sourceMappingURL=ClaudeSystemEntry.d.ts.map