2026-01-09 02:24:43 +09:00
|
|
|
/**
|
|
|
|
|
* Boulder State Constants
|
|
|
|
|
*/
|
|
|
|
|
|
2026-05-16 17:40:11 +09:00
|
|
|
export const BOULDER_DIR = ".omo"
|
2026-01-09 02:24:43 +09:00
|
|
|
export const BOULDER_FILE = "boulder.json"
|
|
|
|
|
export const BOULDER_STATE_PATH = `${BOULDER_DIR}/${BOULDER_FILE}`
|
|
|
|
|
|
|
|
|
|
export const NOTEPAD_DIR = "notepads"
|
|
|
|
|
export const NOTEPAD_BASE_PATH = `${BOULDER_DIR}/${NOTEPAD_DIR}`
|
|
|
|
|
|
|
|
|
|
/** Prometheus plan directory pattern */
|
2026-05-16 17:40:11 +09:00
|
|
|
export const PROMETHEUS_PLANS_DIR = ".omo/plans"
|