goldenmatch v1.7.0 -- web workbench
Ships the localhost web workbench as the optional [web] extra.
pip install 'goldenmatch[web]'
goldenmatch serve-ui my-project # opens http://localhost:5050What's new
- New CLI: goldenmatch serve-ui
- New endpoints: /api/v1/{project,rules,preview,run,labels,evaluation,unmerge,compare,sensitivity,domains,match,memory,quality,...}
- 7-page React frontend: Project, Workbench (rule editor), Inspector (cluster + pair drilldown with NL prose), Match (target x reference), Compare (CCMS), Sensitivity (parameter sweep), Memory (Learning Memory browser).
- Editorial gold-on-cream theme, single-process, no auth.
- Pair drilldown shows one-line NL prose explanation (template-based, zero LLM cost).
- Labels mirror to MemoryStore so the next pipeline run picks up steward decisions.
See packages/python/goldenmatch/README.md#web-ui for the per-page tour.
Tests
- 106 web pytest tests
- 12 vitest tests
- 1500 total goldenmatch pytest passing
Background
Implementation plan: docs/superpowers/plans/2026-05-05-goldenmatch-web-ui.md
Design spec: docs/superpowers/specs/2026-05-05-goldenmatch-web-ui-design.md
PRs: #85 (feature), #87 (CI fix), #88 (docs hero), #89 (mermaid + path-filtered CI), #90 (mermaid overflow), #91 (CLAUDE.md learnings), #93 (version bump)