5 Commits

Author SHA1 Message Date
codex
fe4cead4c6 feat(ariadne): let the triage tick be run on demand
All checks were successful
Tests / Declarative: Post Actions passed: 1415
The scheduler runs it every minute, which is cron's finest granularity and
still up to sixty seconds of silence after a build goes red. That is the
single largest delay between a failure happening and the system visibly
reacting to it, and no amount of polling on the client side shortens it.

The same tick can now be run immediately. It is idempotent - incidents dedupe
on job and build number - so an extra run can only be a no-op, never a second
incident for the same build. Both the authenticated admin route and the
internal one follow the shape the testing-triage routes already established.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-07 01:43:48 -03:00
codex
9e6dd16cb0 triage: add local model diagnosis 2026-05-20 03:13:53 -03:00
codex
233d86ebe1 testing: add ariadne triage evidence bundle 2026-05-19 23:16:47 -03:00
codex
c41ff7ab3b test(ariadne): cover admin route edges 2026-04-21 04:33:56 -03:00
codex
f0e161ba8b test(ariadne): split oversized unit suites 2026-04-21 02:05:59 -03:00