Releases: winterbim/wincreator
Release list
WinCreator 3.0.0
WinCreator v3.0.0
WinCreator v3 makes proof capture claim-bound and reviewable.
- one installable Skill at
skill/wincreator; - capture/review separation for Standard and Regulated work;
- exact claim and gate binding in checksummed attestations, with optional HMAC;
- clean-tree Regulated policy and signing-key isolation;
- atomic ledger writes, duplicate detection, and collision-safe captures;
- redaction, output limits, private mode, and fail-closed declared evidence files;
- deterministic
skill.zipandwincreator.skillassets; - official Skill Creator and Agent Skills validation;
- Ubuntu, Windows, and macOS CI on Python 3.10–3.13.
See README.md for installation, migration, verification, and the explicit
limits of HMAC-based attestations.
v2.5.0 — WinCreator
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).
v2.4.0 — WinCreator
Cette version est obsolète. Installez la dernière version de WinCreator :
https://github.com/winterbim/wincreator/releases/latest
Self-improvement cycle 2 (EVO-004). Red-team of v2.3.0 found a HIGH false negative: a CLAIMED row detached by a blank line silently read LEDGER CLEAN. Now any ledger-like row (valid status in col 5) outside a recognized table is flagged, without breaking foreign-table isolation. self-test 16/16. Independent Skeptic PASS 5/5. Install: unzip into ~/.claude/skills/, then ledger_check.py --self-test (expect 16/16).
v2.3.0 — WinCreator
Cette version est obsolète. Installez la dernière version de WinCreator :
https://github.com/winterbim/wincreator/releases/latest
Self-improvement cycle 1: the v2.1.0 verifier was red-teamed by an independent adversarial audit; 3 real defects found and fixed under gate.
- EVO-002: the spec's per-status evidence rules are now enforced symmetrically. A vague PENDING (no command) or WAIVED (no date) no longer passes as LEDGER CLEAN.
- EVO-003:
--catchesis schema-gated like the ledger parser — a foreign table with an ISO date no longer reads as ALIVE. - The
--self-test(now 14 cases) caught a regression in the patch itself during surgery; fixed before ship.
Independent Skeptic re-verified: PASS, no over-rejection, no new doc↔tool contradiction. Install: unzip into ~/.claude/skills/, then ledger_check.py --self-test (expect 14/14).
v2.1.0 — WinCreator
Cette version est obsolète. Installez la dernière version de WinCreator :
https://github.com/winterbim/wincreator/releases/latest
Adversarially-hardened mechanical gate + self-improvement system.
- ledger_check.py v2: fixes 4 real defects (escaped pipes, foreign tables, bold status, prose pseudo-evidence), each caught by an executed adversarial test. Embeds
--self-test(9/9). --catches: makes the retro-loop itself machine-checkable.- Doctrine: Retro Loop + SKEPTIC_CATCHES.md, named-attack rule, WAIVED in the Panel, [AUDIT] trace.
- Auto-evolution agents shipped in the repo (.claude/agents/): skeptic, retro-analyst, skill-surgeon, scout.
Install: unzip Skill_WinCreator.skill into ~/.claude/skills/. Verify with python3 Skill_WinCreator/scripts/ledger_check.py --self-test (expect 9/9 passed).
Full changelog: skill/Skill_WinCreator/CHANGELOG.md
v1.0.0 — WinCreator
Cette version est obsolète. Installez la dernière version de WinCreator :
https://github.com/winterbim/wincreator/releases/latest
First public release of WinCreator: hierarchical engineering loops with machine-checkable proof gates. Asset: Skill_WinCreator.skill (zip of skill/Skill_WinCreator/, ready to unzip into your skills directory).