Files
pproenca ca52ecd37a Add check-versions script: flag skills with content changes since last version bump
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.
2026-05-13 07:50:03 +01:00
..