Skip to content

Commit d9ecc06

Browse files
committed
feat: ✨ add audio validation and enhanced error logging system
1 parent f314952 commit d9ecc06

26 files changed

+4968
-366
lines changed

.claude/settings.local.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"mcp__deepwiki__ask_question",
99
"Bash(cargo check:*)",
1010
"Bash(find:*)",
11-
"Bash(diff:*)"
11+
"Bash(diff:*)",
12+
"Bash(wc:*)",
13+
"Bash(cargo test:*)",
14+
"Bash(pnpm typecheck:*)",
15+
"Bash(rg:*)"
1216
],
1317
"deny": []
1418
},

src-tauri/Cargo.lock

Lines changed: 177 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ windows = { version = "0.51", features = [
7272

7373
[dev-dependencies]
7474
tempfile = "3.10"
75+
tokio-test = "0.4"
76+
mockall = "0.12"
77+
serial_test = "3.0"
78+
rand = "0.8"
7579

7680
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
7781
tauri-plugin-fs = "2"

0 commit comments

Comments
 (0)