Skip to content

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

SnapshotRunsOutcomesPassFailFirst runLast run
2026-05-12-tool-substitution-matcher1121022026-05-13 03:22:522026-05-13 03:22:52
2026-05-12-synthetic-services1302192026-05-13 03:32:562026-05-13 03:32:56
2026-05-12-initial-oil-change3181712026-05-12 17:01:432026-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