REGISTRY_008 — Registry Save Failed
What This Means
Section titled “What This Means”Syllago could not save changes to the registry configuration file. The operation completed in memory but failed to persist to disk.
Common Causes
Section titled “Common Causes”- Permission issues on the config file or its parent directory
- Disk is full
- The config file is locked by another process
- The
.syllagodirectory was deleted mid-operation
How to Fix
Section titled “How to Fix”- Check write permissions on the config file:
ls -la .syllago/config.json - Verify available disk space:
df -h . - Ensure no other process has the file locked.
- Check that the
.syllagodirectory still exists.
Example Output
Section titled “Example Output”Error REGISTRY_008: failed to save registry config Suggestion: check write permissions on .syllago/config.json