6837700ac9c8960f447f0dd72b311ea976b272a2
QC smoke sweep flagged two clippy -D warnings lints in code this branch introduced: - crates/core/src/process_watch.rs — collapsible_if on the meeting-pattern match loop, merged the two conditions with &&. - crates/mcp/src/lib.rs — let-else on the id unwrap that short-circuits a notification, switched to ? since handle_message already returns Option. All other clippy lints under -D warnings (audio/capture, hotkey/linux, storage/file_storage, diagnostics, the duplicate-detection helpers in live.rs) predate this branch and are out of scope. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Languages
Rust
56.1%
Svelte
26.8%
TypeScript
7.8%
Shell
3.2%
HTML
2.4%
Other
3.7%