| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| universal.zip | 2026-05-14 | 3.9 MB | |
| README.md | 2026-05-14 | 604 Bytes | |
| Skill 3.1.1 source code.tar.gz | 2026-05-14 | 25.0 MB | |
| Skill 3.1.1 source code.zip | 2026-05-14 | 25.9 MB | |
| Totals: 4 Items | 54.8 MB | 2 | |
/impeccable critiqueworks on Windows. The CLI entry-point check incritique-storage.mjscomparedimport.meta.urlagainst a hand-builtfile://string, which silently failed on Windows because Node returns forward slashes inimport.meta.urlbut backslashes inprocess.argv[1]. The script exited 0 with no output and the snapshot save was skipped. Switched topathToFileURL, the standard cross-platform pattern. Reported by @Genmutant in #155 with a precise side-by-side diagnosis of the path mismatch.