Skip to content

Matrix v0.1.3

Choose a tag to compare

@Rosenfan Rosenfan released this 29 Jul 07:53
· 1 commit to master since this release

Highlights

  • Added matrix update for 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-update for offline or local-development asset refreshes.
  • Preserved the installed scope, platforms, language, mode, and orchestration during updates; use matrix init only when changing those choices.
  • Persisted installation language and froze artifact_language for each new change. Matrix artifacts now use Chinese prose for zh-CN and English prose for en, 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 tests
  • npm run pack:check — passed
  • git diff --check — passed

Upgrade

npm install --global @rosenfan/matrix@latest
matrix update

For offline asset refreshes:

matrix update --skip-self-update

Full Changelog: v0.1.2...v0.1.3