Merged
Conversation
Renames tools/vad-lab/ → tools/lab/ and the Cargo package vad-lab → lab to reflect that the tool will cover VAD and turn detection testing, not just VAD. Updates all references in Cargo.toml, Makefile, README, and release-please-config.json. Adds docs/plan-general-lab.md outlining the plan to expand into a general wavekat-* library testing tool, including a runtime lazy-download model cache strategy for handling large/optional ONNX models. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Flattens tools/lab/{backend,frontend}/ to backend/ and frontend/ at the
repo root, since this repo is dedicated to a single tool. Removes the
now-redundant tools/ nesting. Updates Cargo.toml, Makefile, and
release-please-config.json accordingly. Expands root README with full
tool documentation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Updates CLI name, log filter, temp dir path, fallback HTML, page title, localStorage key, app header, WAV export filename, and CI workflow paths. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
wavekat-eason
pushed a commit
that referenced
this pull request
Mar 28, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.3](v0.0.2...v0.0.3) (2026-03-28) ### Features * rename vad-lab to lab ([#6](#6)) ([c6bce85](c6bce85)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames
vad-lab→lab(Cargo package + directories), flattenstools/lab/{backend,frontend}/tobackend/andfrontend/at the repo root, and cleans up all remainingvad-labreferences across source, CI, and config. Also addsdocs/plan-general-lab.mdoutlining the roadmap for expanding into a general testing tool (VAD + turn detection).Test plan
cargo check --workspacepassesmake ci-backend— fmt, clippy, 5/5 tests passmake ci-frontend— lint (warnings only, pre-existing), build succeeds🤖 Generated with Claude Code