aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/hooks/post-commit
AgeCommit message (Collapse)AuthorFilesLines
2026-06-25hooks: let SBO_ARCHIVE env answer post-commit archive promptDanilo M.1-8/+17
SBO_ARCHIVE=yes|no skips the TTY prompt so agents and scripts can answer non-interactively. Empty/unset keeps the interactive behavior. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25extras: add SBo git hooks (pre-commit sbolint, post-commit archive)Danilo M.1-0/+57
Versioned source of truth for the hooks installed in .git/hooks/. Reinstall after reclone with: cp .extras/hooks/* .git/hooks/ Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>