Contributions are welcome.
npm install
npm run tauri devRun these before opening a pull request:
npm run build
cd src-tauri
cargo fmt --check
cargo testKeep changes focused, readable, and covered by tests when they touch storage, migrations, or graph behavior.