Claude Code commited on
Commit
49b76bf
·
1 Parent(s): 9b83d7e

Claude Code: Trigger rebuild - apply stale error cleanup fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@
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
 
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 + rebuild trigger
7
  """
8
  import os
9
  import sys