v0.3.4 — shell interpreter + discover encoding + uninstall cleanup
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 = trueとhooks.jsonの jp-harness 関連エントリも自動削除。AGENTS.md は意図的に手動据え置き(他ルール混在の可能性)
Added
tests/test_tune.TestDiscoverFileEncoding+3 件
Notes
- pytest 162 件 全通過、ruff clean、6/6 CI pass