Commit Graph

1 Commits

Author SHA1 Message Date
Paul O'Reilly
12e4232cbd Fix housekeeping skill aborting on non-zero exit from info scripts
unreflected-logs, git-status-report, check-skills, and validate-skill
all exit 1 as a status signal when issues are found. The skill's bang-
command syntax treated this as a failure, aborting mid-run. Append
`|| true` so informational output is always captured.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 11:08:21 +13:00