Files
claude-mem/plugin
Cyrus David Pastelero 0099a196c5 fix: replace GNU sort -V with POSIX-portable version sort
sort -V is a GNU extension not available on macOS/BSD sort. Replaced
with sed 's/^v//' | sort -t. -k1,1n -k2,2n -k3,3n which strips the
'v' prefix, sorts numerically by major.minor.patch, then re-prepends
'v' for the final path. Works on both GNU and BSD sort.
2026-04-05 15:07:35 +08:00
..
2026-04-04 19:39:28 -07:00
2026-04-04 14:58:05 -07:00
2026-04-04 19:39:28 -07:00
2026-02-04 19:58:02 -05:00
2026-04-04 19:39:28 -07:00