Files
oh-my-opencode/dist/features/boulder-state/constants.d.ts
T
2026-03-14 04:56:50 +00:00

11 lines
417 B
TypeScript

/**
* Boulder State Constants
*/
export declare const BOULDER_DIR = ".sisyphus";
export declare const BOULDER_FILE = "boulder.json";
export declare const BOULDER_STATE_PATH = ".sisyphus/boulder.json";
export declare const NOTEPAD_DIR = "notepads";
export declare const NOTEPAD_BASE_PATH = ".sisyphus/notepads";
/** Prometheus plan directory pattern */
export declare const PROMETHEUS_PLANS_DIR = ".sisyphus/plans";