Skip to main content

Module paths

Module paths 

Source
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).