Earned auto-apply (fire + observability + UI), retrain cadences, Explore arrow-nav #143

Merged
bvandeusen merged 8 commits from dev into main 2026-06-29 07:30:41 -04:00
Showing only changes of commit 01933c5b26 - Show all commits
+1 -1
View File
@@ -104,7 +104,7 @@ def test_sweep_skips_under_supported_head(db_sync):
def test_sweep_skips_ungraduated_head(db_sync):
# auto_apply_threshold is None (head never reached the precision bar).
img = _img(db_sync, "d" * 64, _emb(0))
_img(db_sync, "d" * 64, _emb(0))
tag = Tag(name="nograd", kind=TagKind.general)
db_sync.add(tag)
db_sync.flush()