feat(audio): implement phase 3c master protection

This commit is contained in:
2026-09-05 20:45:47 -07:00
parent 249328e595
commit 90fcbbe467
21 changed files with 6732 additions and 71 deletions
+2
View File
@@ -8,10 +8,12 @@
},
"scripts": {
"build": "node tools/build-xzbt.mjs",
"build:audio-acceptance": "node tools/build-audio-acceptance.mjs",
"test:phase1": "node test/phase1-runtime.test.mjs",
"test:phase2": "node test/phase2-common-grammar.test.mjs",
"test:phase3": "node --test test/phase3-*.test.mjs",
"test:phase3c3": "node test/phase3-automation.test.mjs",
"test:phase3c4": "node test/phase3-protection.test.mjs",
"test": "node --test test/*.test.mjs"
}
}