commit d33129511211f5139edbb952a5aba55073b4e398 parent 5acec66c9a294a1f4ae2ba805adef3e73216a4ce Author: Andrew Laack <andrew.laack@imbue.com> Date: Wed, 4 Feb 2026 16:24:01 -0600 Make this accurate Diffstat:
| M | README.md | | | 11 | ----------- |
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md @@ -137,17 +137,6 @@ vet "Fix flaky tests without behavior changes" \ --history-loader "<command that prints a transcript>" ``` -#### Example loaders - -In practice you’ll usually wrap your tool's logs/history with a small command that prints a readable transcript: - -```bash -vet --history-loader "vet-history codex --latest" -vet --history-loader "vet-history opencode --session current" -vet --history-loader "vet-history claude-code --project ." -vet --history-loader "vet-history gemini-cli --latest" -``` - ## Privacy / telemetry Vet does **not** collect telemetry and does not send usage data to external services.