Commit graph

3 commits

Author SHA1 Message Date
Jacob Magar
454f346036 chore: sync working tree updates 2026-04-15 19:13:31 -04:00
Jacob Magar
0085fe83d4 feat(rl3u): add block-env-commits pre-commit hook
Blocks any *.env* file from being committed except .env.example.
Prevents credential leaks like the .env.backup incidents.
2026-04-05 20:38:53 -04:00
Jacob Magar
e27ad5e1fc feat: add bin/bump-version.sh with bats tests, rename scripts/ to bin/
- bin/bump-version.sh: one-command version bump across all four files;
  supports explicit version or major/minor/patch keywords; uses
  CLAUDE_PLUGIN_ROOT when set (hook context), dirname fallback otherwise
- tests/test_bump_version.bats: 9 bats tests covering all bump modes,
  all-files-in-sync, output format, and dirname fallback
- scripts/ renamed to bin/
- Bump 1.3.5 → 1.3.6
2026-04-05 19:09:48 -04:00