Skip to content

metrognome v0.2.2

Choose a tag to compare

@xavi-999 xavi-999 released this 10 Jun 14:00
· 11 commits to main since this release

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.pngperf-map.png)
  • Version harmonized to 0.2.2 across package.json, plugin.json, and marketplace.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.