Claude Code Claude Code commited on
Commit
54b7757
·
1 Parent(s): 31c2ff8

Claude Code: Fix Cain - trigger rebuild to apply stale error cleanup

Browse files

The 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>

Files changed (1) hide show
  1. app.py +2 -0
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