CONFIG_003 — Config Path
What This Means
Section titled “What This Means”A path override in the configuration is invalid. The path is either not absolute or references an unknown configuration path key.
Common Causes
Section titled “Common Causes”- A relative path was used where an absolute path is required
- An unknown or misspelled configuration path key was specified
- The path override was set manually with an invalid value
How to Fix
Section titled “How to Fix”- Use absolute paths (starting with
/on Linux/macOS or a drive letter on Windows) for all config path overrides - Check valid path keys:
syllago config paths show- Correct the path override to use a valid absolute path and recognized key
Example Output
Section titled “Example Output”Error CONFIG_003: invalid path override: "library" path must be absolute, got "./my-library" Suggestion: use absolute paths for config overrides; see 'syllago config paths show' for valid keys