v0.1.2
Polish batch — quality-of-life fixes that should have been in 0.1.0.
Added
a11y-moda --version/-Vnow prints the installed version (was a
click.UsageError: No such optionbefore).- README badges for PyPI version, supported Python versions, and license.
- README pointer to
docs/AI_INTEGRATION.mdand the bundled Claude Code
skill — AI workflow features were undiscoverable from the main README.
Fixed
- zh-TW console output on Windows. The default code page (cp950 on
Traditional Chinese systems, cp1252 on English) mojibakes the rule
output. CLI now reconfiguressys.stdout/sys.stderrto UTF-8 on
win32. POSIX systems are unaffected.