Matrix v0.1.3
Highlights
- Added
matrix updatefor an end-to-end upgrade: it checks and validates a newer npm package, then re-runs the new CLI to refresh the current project's Matrix assets. - Added
matrix update --skip-self-updatefor offline or local-development asset refreshes. - Preserved the installed scope, platforms, language, mode, and orchestration during updates; use
matrix initonly when changing those choices. - Persisted installation language and froze
artifact_languagefor each new change. Matrix artifacts now use Chinese prose forzh-CNand English prose foren, while guard-required Markdown headings remain stable. - Unified hotfix and tweak around the shared lightweight lifecycle, retaining explicit implementation confirmation and verification evidence.
Documentation
- Updated both READMEs with current npm prerequisites, update/diagnostic command roles, language behavior, and Python compatibility guidance.
- Release notes are maintained in English going forward.
Verification
npm test— 72 passing testsnpm run pack:check— passedgit diff --check— passed
Upgrade
npm install --global @rosenfan/matrix@latest
matrix updateFor offline asset refreshes:
matrix update --skip-self-updateFull Changelog: v0.1.2...v0.1.3