mirror of
https://github.com/pproenca/dot-skills.git
synced 2026-09-14 15:58:12 +08:00
ca52ecd37a
Per-skill comparison of last_touch vs last_bump using git log -L for line-history-based version detection and merge-base --is-ancestor for topological STALE classification. Distinguishes OK / STALE / DIRTY / NEVER_BUMPED. Exits 1 in human mode if any non-OK; --json always exits 0. Includes a tests/check-versions.test.sh integration suite wired into npm test, covering: fresh-OK, content-change-STALE, post-bump-OK, working-tree-DIRTY, and never-bumped histories.