Skip to content

v2.5.1 — repo-face hygiene

Choose a tag to compare

@caix84476-netizen caix84476-netizen released this 05 Sep 02:26
· 19 commits to main since this release

Repo-face hygiene patch — no retrieval or write-path behavior changes.

  • Both READMEs: the packaged-file count is finally unpinned (EN was pinned to "38 files", zh-CN had silently kept the stale "37 个文件") — now "byte-identical, re-verified every release".
  • hot_mirror.py: the three hardcoded C:\Users\Administrator\... paths are gone from the public wheel; defaults now derive from the user profile, overridable via PU_SKILLS_DIR / PU_HOT_MIRROR_DIR / PU_HOT_MIRROR_LOG. Behavior on the original machine is unchanged.
  • mcp_test.py: the committed acceptance driver had rotted against the current preflight response shape (nested turn_receipt) and crashed with KeyError; repaired and re-verified end-to-end against a sandbox archive (13 MCP tools, full chain green).
  • peek.py: synced with the acceptance workspace copy (--maintenance auto-injected).

Wheel parity re-verified at build time: 38/38 modules byte-identical to scripts/, zero machine-specific strings. 171 tests green.

Full Changelog: v2.5.0...v2.5.1