feat(audio): complete phase 3c slice 3 automation

This commit is contained in:
2026-09-05 20:22:22 -07:00
parent 9ae2c76075
commit 04d4e49e9f
18 changed files with 2224 additions and 590 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"build": "node tools/build-xzbt.mjs",
"test:phase1": "node test/phase1-runtime.test.mjs",
"test:phase2": "node test/phase2-common-grammar.test.mjs",
"test:phase3": "node test/phase3-audio.test.mjs",
"test:phase3": "node --test test/phase3-*.test.mjs",
"test:phase3c3": "node test/phase3-automation.test.mjs",
"test": "node --test test/*.test.mjs"
}
}