v0.1.2: README i18n and CLI language foundation
Highlights
- README now defaults to English, with Simplified Chinese available at README.zh-CN.md.
- Added lightweight zero-dependency i18n support for
--lang en|zh-CNandSKM_LANG. - English / Simplified Chinese output now covers
help, argument validation,doctor,scan,status, and the local install script. doctor --jsonnow stays stable regardless of--lang, so scripts can consume it safely.- Fixed invalid
--langhandling in the install script, including--help --lang <invalid>.
Install from source
git clone https://github.com/GrubbyLee/skill-manager.git
cd skill-manager
node scripts/install.mjs
skm scan --lang enNo npm package is published yet.