Skip unlocker directories with missing metadata instead of failing (closes #1) #17

Merged
sneak merged 3 commits from clawbot/secret:fix/issue-1 into main 2026-02-20 08:59:04 +01:00

3 Commits

Author SHA1 Message Date
d18e286377 Merge branch 'main' into fix/issue-1 2026-02-20 08:58:43 +01:00
user
c0f221b1ca Change missing metadata log from Debug to Warn for visibility without --verbose
Per review feedback: missing unlocker metadata should produce a warning
visible in normal output, not hidden behind debug flags.
2026-02-19 23:57:39 -08:00
clawbot
1a96360f6a Skip unlocker directories with missing metadata instead of failing
When an unlocker directory exists but is missing unlocker-metadata.json,
log a debug warning and skip it instead of returning a hard error that
crashes the entire 'unlocker ls' command.

Closes #1
2026-02-19 23:56:08 -08:00