Updates
Rolling release / release (push) Successful in 8m31s

This commit is contained in:
2026-09-13 22:24:14 -04:00
parent 1ca4224377
commit a097adf4eb
62 changed files with 2707 additions and 957 deletions
+2
View File
@@ -52,6 +52,8 @@ test('Phase 4 VAD emits a bounded utterance after silence', () => {
test('Phase 4 fast commands are handled before the harness', () => {
assert.equal(fastCommand('Hands Off'), 'cancel');
assert.equal(fastCommand('take the wheel'), 'computer');
assert.equal(fastCommand('use the camera'), 'camera');
assert.equal(fastCommand('use my webcam'), 'camera');
assert.equal(fastCommand('ordinary question'), null);
});