v0.10.0rfossic2026-06-13

Test surface unification — Justfile, cargo --workspace fix

Fixed cargo test --workspace compilation failures in fossic-tauri and added just test as the canonical three-binding test runner.

v0.10.0r2026-06-13
  • ·tests/read_range.rs: #![cfg(feature = "test-helpers")] gate — cargo test --workspace now compiles clean
  • ·examples/basic.rs: tauri::Wry → tauri::test::MockRuntime (no wry feature needed)
  • ·lib.rs doc tests: no_run → ignore (generate_context!() reads tauri.conf.json at compile time)
  • ·Justfile (new): just test runs Rust + Python + Node, idempotent setup, per-binding counts
  • ·ci.yml: --all-features → --workspace --all-features (matches just test-rust)
  • ·README.md: just test as canonical command with first-run notes and per-binding variants
  • ·TD-006 + PD-008 filed and resolved