/** * Boulder State Constants * * Ported from oh-my-opencode's boulder-state. */ /** OMC state directory */ export declare const BOULDER_DIR: ".omc"; /** Boulder state file name */ export declare const BOULDER_FILE = "boulder.json"; /** Full path pattern for boulder state */ export declare const BOULDER_STATE_PATH: string; /** Notepad directory for learnings */ export declare const NOTEPAD_DIR = "notepads"; /** Full path for notepads */ export declare const NOTEPAD_BASE_PATH: string; /** Planner plan directory */ export declare const PLANNER_PLANS_DIR: ".omc/plans"; /** Plan file extension */ export declare const PLAN_EXTENSION = ".md"; //# sourceMappingURL=constants.d.ts.map