diff --git a/README.md b/README.md index d6b6b49..84aea2c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Magnotia is a local-first, cognitive-load-aware dictation and task-capture deskt **Pre-alpha.** Actively dogfooded on Linux (KDE Plasma 6 on Wayland). macOS and Windows targets are in scope and exercised by CI, but not yet beta-ready. One primary user; open source-intent with licence TBD before public beta. - Current `main`: see commit log -- 245 automated lib tests across 10 crates, all passing +- 220+ lib tests across 9 library crates plus 67 Tauri-app tests, all passing - Cross-platform CI (Linux / macOS / Windows) via GitHub Actions --- @@ -297,7 +297,7 @@ CI also builds release installers on tag push (see `.github/workflows/build.yml` ### Testing ```bash -cargo test --workspace --lib # 245 tests across 10 crates +cargo test --workspace --lib # 220+ lib tests across 9 library crates npm run check # svelte-check (type-checks .svelte files) cargo check --workspace --all-targets ```