Skip to content

v3.7.0 -- 2026-04-15

Choose a tag to compare

@mailnike mailnike released this 26 Apr 19:31
· 32 commits to main since this release

First-install ramp-up scan. When tailtest starts on a project for the very first time, it now automatically queues the most important existing files for an initial coverage pass -- no manual /t commands needed. Files are selected by scoring git activity (commit frequency), path signal (services, models, controllers score higher), and size (skips tiny and giant files). The top 7 are queued by default; configure with ramp_up_limit in .tailtest/config.json (0 to disable, max 15). A sentinel file prevents the scan from re-firing on crash-and-restart. Before running the batch, Claude emits tailtest: running initial coverage scan on N file(s)... so you know what is happening.