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.