UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

14 lines 569 B
export declare const STORAGE_FOLDER = ".aidev-storage"; export declare const CONFIG_FILE = ".aidev.json"; export declare const TARGET_ROOT: string; export declare const CONFIG_PATH: string; /** * Get the branch starting point from config or default to 'main' */ export declare const BRANCH_STARTING_POINT: string; export declare const MAIN_BRANCH: string; export declare const STORAGE_BRANCH: string; export declare const STORAGE_PATH: string; export declare const TASKS_DIR: string; export declare const TASKS_OUTPUT_DIR: string; //# sourceMappingURL=config.d.ts.map