INIT_001 — Init Exists
What This Means
Section titled “What This Means”The project has already been initialized with syllago. A .syllago directory already exists in the current directory.
Common Causes
Section titled “Common Causes”- Running
syllago initin a directory that was previously initialized - A
.syllagodirectory was manually created or left behind from a previous setup
How to Fix
Section titled “How to Fix”- If the project is already initialized, no action is needed — you can use syllago normally
- If you want to reinitialize from scratch, remove the
.syllagodirectory first:rm -rf .syllago - Then run
syllago initagain
Example Output
Section titled “Example Output”Error INIT_001: project already initialized Suggestion: the project is already initialized; to reinitialize, remove the .syllago directory first