Workspace root directory.
Parsed config or undefined if missing or invalid.
Optional$schema?: stringJSON Schema pointer for IDE autocomplete.
Optionalcore?: { configRoot?: string; gatewayUrl?: string; workspace?: string }Core shared defaults.
OptionalconfigRoot?: stringPlatform config root path.
OptionalgatewayUrl?: stringOpenClaw gateway URL.
Optionalworkspace?: stringWorkspace root path.
Optionalmemory?: { budget?: number; staleDays?: number; warningThreshold?: number }Memory hygiene shared defaults.
Optionalbudget?: numberMEMORY.md character budget.
OptionalstaleDays?: numberStaleness threshold in days.
OptionalwarningThreshold?: numberWarning threshold as a fraction of budget.
Load workspace config from
jeeves.config.jsonat a given path.