Skip to content

v2.5.0 — WinCreator

Choose a tag to compare

@winterbim winterbim released this 11 Jul 18:00

Cette version est obsolète. Installez la dernière version de WinCreator :
https://github.com/winterbim/wincreator/releases/latest

Cycle 3 (EVO-005): parser hardening after a red-team found EVO-004 had introduced a regression (a foreign table with a Status column failed a valid ledger). Now the parser tracks table boundaries and skips code fences; the orphan check no longer false-positives on foreign tables, catches 5-cell orphans, and ignores fenced examples. self-test 20/20, Skeptic PASS. Known limit, documented: a ledger row glued with no blank line onto a foreign table can escape — keep the ledger as one contiguous table separated by a blank line; the Skeptic is the backstop. Install: unzip into ~/.claude/skills/, then ledger_check.py --self-test (expect 20/20).