@jjdenhertog/ai-driven-development
Version:
AI-driven development workflow with learning capabilities for Claude
16 lines • 366 B
TypeScript
export type ClaudeSystemEntry = {
type: 'system';
subtype: string;
cwd: string;
session_id: string;
tools: string[];
mcp_servers: {
name?: string;
type?: string;
[key: string]: unknown;
}[];
model: string;
permissionMode: string;
apiKeySource: string;
};
//# sourceMappingURL=ClaudeSystemEntry.d.ts.map