All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 3m8s
- Raise HTTPException(503) when Paperclip DB is unreachable instead of silently falling through to disk-only mode and returning []. - Honor PAPERCLIP_SKILLS_DIR env var (falls back to ~/.paperclip/...). In the Coolify container the host's skills dir is bind-mounted at /paperclip-skills; without this, Path.home() resolved to /root/ and the disk inventory was always empty. Both bugs together silently turned a Paperclip DB outage into "no skills installed" on the /skills page. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>