Download Latest Version Skill 3.1.1 source code.tar.gz (25.0 MB)
Email in envelope

Get an email when there's a new version of Impeccable

Home / skill-v3.1.1
Name Modified Size InfoDownloads / 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 critique works on Windows. The CLI entry-point check in critique-storage.mjs compared import.meta.url against a hand-built file:// string, which silently failed on Windows because Node returns forward slashes in import.meta.url but backslashes in process.argv[1]. The script exited 0 with no output and the snapshot save was skipped. Switched to pathToFileURL, the standard cross-platform pattern. Reported by @Genmutant in #155 with a precise side-by-side diagnosis of the path mismatch.
Source: README.md, updated 2026-05-14