Files
ComfyUI_Skills_OpenClaw/scripts
ffbdd76b52 fix: surface schema load errors and normalize update_server inputs (#41)
- registry.py: replace bare `except Exception: pass` with specific
  exception handling and a warning log, so corrupted schema.json files
  are visible instead of silently disappearing from workflow list
- services.py: apply the same input normalization in update_server as
  add_server (strip whitespace, coerce types, apply fallback defaults)
  to prevent dirty data from entering config

Co-authored-by: Kelin <kelin@KelindeMacBook-Air.local>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 14:43:00 +08:00
..