← dashboard
The flywheel · Crescendo
Every time the orchestra recovers from a failure, it writes the fix to memory.
Next time that class of problem appears, it recalls the fix instead of rediscovering it —
so it gets cheaper and more accurate the longer it runs.
Learned fixes · procedural memory
| Trust | Failure signature | Verified fix |
| ✓ verified |
deploy gate refused page failed validation |
Rebuild the page with write_page (fixed HTML shell, slots only); strip base64/favicon/icon links; ensure the page is complete and ends in </html> before deploy. |
| ✓ verified |
deploy gate refused <path> junk in page |
strip base64, rebuild via write_page, ensure </html> |
| ✓ verified |
deploy gate refused <path> junk in page |
strip base64/favicon, rebuild via write_page, ensure ends </html> |
Run history
| Brief | Verdict | Tokens | Time |
| Build a modern landing page for a habit-tracking |
done |
~820 | 60s |
A verified fix carries a deterministic signal (the rebuilt page passed the deploy gate).
Watch this list grow across runs — that growth is the flywheel.