Expand description
Workspace configuration directory resolution (.strixonomy).
Constants§
- CACHE_
SUBDIR - Relative cache directory under the config dir.
- CONFIG_
DIR - Workspace config directory.
- DIAGNOSTICS_
FILE - Diagnostics config filename under the config dir.
- PLUGINS_
SUBDIR - Relative plugins directory under the config dir.
- PLUGIN_
DISABLED_ REL - Disabled-plugins state file (relative to workspace).
- PLUGIN_
OUT_ REL - Default plugin export directory (relative to workspace).
Functions§
- cache_
dir - Cache root under the workspace.
- diagnostics_
config_ path - Diagnostics.toml path.
- plugin_
search_ dirs - Plugin directories to scan (primary only).
- plugins_
dir - Primary plugins directory path (may not exist yet).
- resolve_
config_ path - Resolve
{workspace}/.strixonomy/{leaf}. - resolve_
dotted_ config_ path - Resolve a workspace-relative dotted path (e.g.
.strixonomy/cache).