teknium1
7128f95621
Merge PR #390 : fix hidden directory filter broken on Windows
...
Authored by Farukest. Fixes #389 .
Replaces hardcoded forward-slash string checks ('/.git/', '/.hub/') with
Path.parts membership test in _find_all_skills() and scan_skill_commands().
On Windows, str(Path) uses backslashes so the old filter never matched,
causing quarantined skills to appear as installed.
2026-03-04 19:22:43 -08:00
..
2026-02-26 03:20:08 +03:00
2026-03-02 04:46:27 -08:00
2026-02-27 03:29:26 -05:00
2026-02-26 03:20:08 +03:00
2026-02-26 13:55:54 +03:00
2026-02-26 13:54:20 +03:00
2026-03-02 04:34:21 -08:00
2026-02-26 10:56:29 -08:00
2026-03-01 02:42:15 +03:00
2026-02-28 22:57:58 -08:00
2026-02-26 00:53:57 -08:00
2026-03-04 18:10:18 +03:00
2026-02-26 03:20:08 +03:00
2026-03-04 18:34:16 +03:00
2026-03-01 11:53:50 +03:00
2026-02-26 03:20:08 +03:00
2026-03-02 19:15:59 -08:00
2026-02-26 13:27:58 +03:00
2026-02-26 03:20:08 +03:00
2026-02-26 13:54:20 +03:00
2026-03-04 14:22:30 -08:00
2026-03-04 06:06:40 -08:00
2026-03-04 05:30:43 -08:00
2026-03-02 02:00:09 -08:00
2026-03-04 19:19:57 -08:00
2026-03-02 16:11:49 +01:00
2026-03-01 05:28:12 -08:00
2026-03-04 17:23:23 +03:00
2026-03-01 03:17:50 +03:00
2026-02-26 03:20:08 +03:00
2026-03-01 01:54:27 +03:00
2026-02-26 13:30:55 +03:00