Appearance
Fanout coverage
Snapshots of AutoOps service-matcher fanout test results. Each snapshot is a bucket of runs (one or many) recorded under a chosen name. Newest snapshots are listed first by name (use a date prefix in the slug to keep ordering chronological).
Snapshots
| Snapshot | Runs | Outcomes | Pass | Fail | First run | Last run |
|---|---|---|---|---|---|---|
| 2026-05-12-tool-substitution-matcher | 1 | 12 | 10 | 2 | 2026-05-13 03:22:52 | 2026-05-13 03:22:52 |
| 2026-05-12-synthetic-services | 1 | 30 | 21 | 9 | 2026-05-13 03:32:56 | 2026-05-13 03:32:56 |
| 2026-05-12-initial-oil-change | 3 | 18 | 17 | 1 | 2026-05-12 17:01:43 | 2026-05-12 18:09:24 |
Workflow
bash
# 1. From avoca-next worktree: run the test as many times as you want under a chosen slug.
cd worktrees/avoca-next-service-matcher-fanout-test/apps/web
AUTOOPS_FANOUT_LIVE=1 AUTOOPS_FANOUT_BOOK=1 \
FANOUT_HISTORY_NAME=2026-05-12-my-experiment \
pnpm exec vitest run scripts/service-matcher-fanout/fanout.test.ts
# 2. From toolkit: render that slug into a snapshot page.
cd ~/code/lazer/dawn-fde-toolkit
pnpm fanout-matrix --name 2026-05-12-my-experiment