Project Documentation
To keep process documentation always in sync with the code, we keep the official records directly at the root of our repository.
Below you will find direct links to the project's live documents:
| Document | Description | Link |
|---|---|---|
| Contributing Guide | How to report bugs, open Pull Requests, and commit standards. | Read CONTRIBUTING.md |
| Architectural Decisions | History of technical decisions (ADRs), why Rust and Tauri were chosen, etc. | Read ADR.md |
| Roadmap | Planning for upcoming releases and future features (v2.0, v3.0). | Read ROADMAP.md |
| Changelog | Detailed history of every change, fix, and new feature by version. | Read CHANGELOG.md |
These documents are updated with every release.