-
feat(cli-hub): bump to 0.4.0 and add CLI-Matrix analytics
发布于
2026-06-25 13:45:58 +00:00 The cli-matrix command family (#355) shipped to the repo but never reached
PyPI: version stayed at 0.3.0, which was already published, so the publish
workflow skipped it. Bump to 0.4.0 in both setup.py and __init__.py to trigger
a fresh release carrying matrix.py / matrix_skill.py.Also instrument the matrix surface under the existing unified PostHog
mechanism (flat event names, breakdown by properties — same convention as
cli-install / cli-launch):- matrix-install: install / dry_run / skill_only / error, with scope +
installed/skipped/failed counts (headline conversion signal) - matrix-preflight: capability-coverage check with covered/capabilities/gaps
- matrix-discover: list / search / can / recipes, with query + result count
- matrix-info: info / doctor inspects of a single matrix
All events honor CLI_HUB_NO_ANALYTICS and the provider switch. 163 tests pass.
下载附件
- matrix-install: install / dry_run / skill_only / error, with scope +