WinCreator v3.0.2
Production-readiness release after an external-style end-to-end trial of the packaged skill.
What changed
- Added the zero-setup
quick_prove.pypath: one explicit claim plus one real command, with no hand-written ledger required for Lite or Standard entry. - Fixed empty pre-created quick ledgers so setup tooling or
touch .wincreator/PROOF_LEDGER.mdcannot break the first proof. - Fixed longitudinal verification:
verify --ledgerstill integrity-checks every historical capture and review, but only the newest proof chain for each claim is compared with the ledger's current status/evidence. - Added regressions for the real lifecycle
INSUFFICIENT -> DISPROVEN -> fix -> EVIDENCED, historical tamper detection, and a newest unreviewed run correctly returning the claim to a non-evidenced state. - README/demo now center the actual failure mode: a green command can still be insufficient evidence for the claim.
The important semantic guarantee in this release is that failed and insufficient attempts remain immutable audit history without falsely invalidating a later successful re-proof.
Install or update:
npx skills add winterbim/wincreatorThen the default path is:
python3 ~/.claude/skills/wincreator/scripts/quick_prove.py \
"parser rejects malformed input" \
-- python3 check_parser.pySee README.md for Standard review, Regulated constraints, sensitive-output controls, and the full development/release gates.