Spaces:
Sleeping
Sleeping
Claude Code Claude Code commited on
Commit ·
54b7757
1
Parent(s): 31c2ff8
Claude Code: Fix Cain - trigger rebuild to apply stale error cleanup
Browse filesThe cleanup code for 'unknown' errors is already in place at:
- app.py module load (lines 29-65)
- entrypoint.sh startup (lines 47-86)
This change triggers a rebuild so the cleanup runs on all status file locations.
Co-Authored-By: Claude Code <noreply@anthropic.com>
app.py
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
"""
|
| 3 |
HuggingClaw - Cain
|
| 4 |
Graceful degradation pattern: server ALWAYS starts, even if brain is offline.
|
|
|
|
|
|
|
| 5 |
"""
|
| 6 |
import os
|
| 7 |
import sys
|
|
|
|
| 2 |
"""
|
| 3 |
HuggingClaw - Cain
|
| 4 |
Graceful degradation pattern: server ALWAYS starts, even if brain is offline.
|
| 5 |
+
|
| 6 |
+
Last cleanup update: 2026-03-16 - aggressive stale error cleanup at module load
|
| 7 |
"""
|
| 8 |
import os
|
| 9 |
import sys
|