Releases: xavi-999/metrognome
Releases · xavi-999/metrognome
v0.2.3 — public-readiness hardening + live demo
Added
- GitHub Pages live demo (xavi-999.github.io/metrognome) — the 3D Perf Map built from a real scan of
bluesky-social/social-appat a pinned SHA (methodology example, clearly attributed) plus the sample-run report. Built by Actions; no generated HTML committed to main. - CI: official plugin validation —
claude plugin validate . --strictnow runs in CI alongside the hand-rolled JSON checks. - Community files —
CONTRIBUTING.md(dev setup, test surface, critical contributor rules, release process), bug-report and feature-request issue forms, PR template.
Fixed
marketplace.jsonwas missing a top-leveldescription—claude plugin validate . --strictfailed; now passes.perf_scan.mjsprinted a rawERR_MODULE_NOT_FOUNDstack when Babel deps were missing (silent SessionStartnpm installfailure) — now exits with one actionable remediation line.- README: badges added (CI · release · license · live demo), intro paragraph tightened, live-demo links under the Perf Map screenshot,
doctor:testalias in the scripts table. - CLAUDE.md drift: playbook/doctor/smoke/test commands,
heap_sample.mjs+build_playbook.mjs+templates/ci/+ workflows +docs/pages/in the layout,.metrognome/playbook.mdin the bootstrap list. - Plugin metadata enriched:
plugin.json($schema, author email/url, Pages homepage, tightened description) andmarketplace.jsonplugin entry (author, homepage, repository, license, keywords, category, tags).
metrognome v0.2.2
What's new
Performance Playbook — metrognome now distils every past run into a measured lab notebook. Before each new baseline, it reads .metrognome/playbook.md to skip patterns already proven to fail and double-down on what's worked. npm run playbook builds it from ledger files; playbook.json is machine-readable for tooling.
Metric trajectory trend chart — the live run report now includes an SVG step-line of the committed metric across iterations: KEEP/HOLD dots, ghost markers for rejected candidates, gradient fill, and endpoint labels.
Fixes
- Hero image link in README corrected (
perf_map.png→perf-map.png) - Version harmonized to
0.2.2acrosspackage.json,plugin.json, andmarketplace.json - CI now uses
npm ci(package-lock.json was already committed) - README: stale placeholder comment removed, founder context and Karpathy inspiration added
Install
/plugin marketplace add xavi-999/metrognome
/plugin install metrognome
Then run Doctor once in your RN app.