Skip to content

v1.0.1 — post-review patch

Latest

Choose a tag to compare

@epoko77-ai epoko77-ai released this 14 May 13:15

Patch release responding to external technical review (2026-05-14). Four critical fixes, no rule semantics changed except as noted.

Fixes

  1. Name standardized: tokensave — the README body and quick-start git clone command referred to the project as tokensave while the repo had been renamed to plz-save-token. The clone command was an actual broken command. Renamed back to the original tokensave; all 150 in-repo references aligned.

  2. R4/R9 rules judge structure, not author identity — the previous version exempted the meta-skill from R4/R9 via meta_skill: true frontmatter (a rule-author-becomes-first-exception pattern). The rules are now reformulated to check actionable-content ratio: a SKILL.md > 8K passes if it has sufficient Phase/MODE definitions and decision-tree references. The skill's own SKILL.md passes its own audit on the structure check; no special-case exception is applied.

  3. "External validation" wording weakened — the previous README overclaimed: R5 firing across three external frameworks is a trivial text-mention check, and R2/R3/R8 by manual inspection is anecdote. README now calls it a "cross-framework spot check, not yet a validation claim." Real external validation lands with v1.1 adapters and community-submitted baselines.

  4. Core 5 vs Extended 4 marked — the 9-rule audit table presented all rules at equal weight. Pareto reality: R1, R2, R3, R5, R8 explain ~80% of cost impact. Those five are now marked ★ Core; R4/R6/R7/R9 are explicitly Extended. First-time audit triage focuses on the core five.

Evolution tags

  • v0.1 — initial v1.0 release (pre-review state)
  • v0.2 — Korean README + skill deploy guide + catalog surfacing
  • v1.0 — same as v0.1 (initial public release)
  • v1.0.1 — current head (post-review patch, this release)

Self-audit status

Without any meta-skill exception, the tool now passes its own audit cleanly: FAIL 0 · WARN 0 · PASS 4 · N/A 5. The rule and its author follow the same rule.

Full README: https://github.com/epoko77-ai/tokensave