aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/hooks/post-commit
AgeCommit message (Collapse)AuthorFilesLines
3 dayshooks: harden post-commit against missing ttyDanilo M.1-1/+7
Skip the archive prompt cleanly when /dev/tty is unreadable (e.g. non-interactive commits) instead of crashing under set -u on an unbound answer variable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3 dayshooks: sync post-commit to flat package layoutDanilo M.1-3/+3
The tracked source lagged the installed hook: update it to match the flat top-level <pkg>/ layout and SBo/ archive dir actually in use. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-04-03fixed placement of the SBo output directory for archives created by the ↵danix1-1/+1
post-commit hook
2026-04-03repo: flatten layout — move packages to root, extras to .extras/Danilo M.1-0/+51
- Move all packages from SlackBuilds/ to repo root - Move hooks/, docs/, nvchecker.toml to .extras/ - Update CLAUDE.md and README.md to reflect new structure Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>