Skip to content

v0.3.4 — shell interpreter + discover encoding + uninstall cleanup

Choose a tag to compare

@Sora-bluesky Sora-bluesky released this 21 Apr 03:21
· 26 commits to main since this release
083160f

Fix MAJOR #46 + #47 + #50 — discover encoding / install interpreter / uninstall cleanup

Fixed

  • #46 discover --file 固定 UTF-8: UTF-8 → cp932 → latin-1 replacement の decode fallback を追加
  • #47 install.sh --enable-hooks が python3 固定: resolve_python3 でインタプリタ探索を hook scripts と統一
  • #50 uninstall が約束を果たしていない: codex_hooks = truehooks.json の jp-harness 関連エントリも自動削除。AGENTS.md は意図的に手動据え置き(他ルール混在の可能性)

Added

  • tests/test_tune.TestDiscoverFileEncoding +3 件

Notes

  • pytest 162 件 全通過、ruff clean、6/6 CI pass