CONFIG_001 — Config Invalid
What This Means
Section titled “What This Means”The syllago configuration file exists but contains invalid or malformed content and cannot be parsed.
Common Causes
Section titled “Common Causes”- Syntax error in
.syllago/config.jsonfrom manual editing - Incomplete JSON (missing closing braces, trailing commas)
- File was corrupted or partially written
How to Fix
Section titled “How to Fix”- Open
.syllago/config.jsonand check for JSON syntax errors - Validate with
jq . < .syllago/config.jsonto pinpoint the issue - Fix the syntax error, or if the file is beyond repair, delete it and re-initialize:
rm .syllago/config.jsonsyllago initExample Output
Section titled “Example Output”Error CONFIG_001: invalid configuration file ".syllago/config.json": unexpected end of JSON input Suggestion: fix JSON syntax or re-initialize with 'syllago init'