CATALOG_001 — Catalog Not Found
What This Means
Section titled “What This Means”Syllago could not find a repository or library to work with. The catalog requires a .syllago directory to discover and manage content.
Common Causes
Section titled “Common Causes”- Running a syllago command outside of a project directory
- The
.syllagodirectory is missing or was deleted - You haven’t initialized syllago in this project yet
How to Fix
Section titled “How to Fix”- Navigate to your project directory and run
syllago initto create a new syllago repository. - If you already have a syllago project, make sure you’re running commands from within that directory (or a subdirectory of it).
Example Output
Section titled “Example Output”Error CATALOG_001: no syllago repository found Suggestion: run 'syllago init' to create one, or navigate to an existing syllago project