the signals and their derived score are provisional and subject to change.
validate manually before sharing.
a9061009ca58741bce4282da9057308dbbe934ebnone
.github/copilot-instructions.mdTool: github-copilot# Copilot Instructions for Singularity (Matrix Client)
This project is a desktop Matrix client built with:
- Frontend: SvelteKit + TypeScript
- Desktop runtime: Tauri v2
- Backend/native layer: Rust
## Core Goals
- Prioritize correctness and security over cleverness.
- Keep UI code simple, predictable, and minimal.
- Treat Rust as the source of truth for domain state and business rules.
- Put protocol-sensitive or security-sensitive logic in Rust.
- Prefer small, testable modules with explicit interfacenone