UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

23 lines 839 B
export declare const STORAGE_FOLDER = ".aidev-storage"; export declare const CONFIG_FILE = "settings.json"; type AidevConfig = { branchStartingPoint: string; mainBranch: string; slackHookUrl: string; opusOnly: boolean; sequential: boolean; }; export declare const TARGET_ROOT: string; export declare const STORAGE_PATH: string; export declare const TASKS_DIR: string; export declare const TASKS_OUTPUT_DIR: string; export declare const CONFIG_PATH: string; export declare const TEMPLATES_ROOT: string; export declare const AIDEV_CONFIG: AidevConfig; export declare const BRANCH_STARTING_POINT: string; export declare const MAIN_BRANCH: string; export declare const SLACK_HOOK_URL: string; export declare const OPUS_ONLY: boolean; export declare const SEQUENTIAL: boolean; export {}; //# sourceMappingURL=config.d.ts.map