diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2c6dc55..c7cb3c8 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,150 +1,148 @@ -# Copilot Instructions for Notes App +# NoteX Copilot Instructions -## Project Architecture +## Project Overview +NoteX is a local-first, markdown-based note-taking app built with Tauri v2 (Rust backend + Vue 3 frontend). Notes are stored in SQLite and support cloud sync via custom database paths (OneDrive, Google Drive, etc.). -This is a **Tauri v2 + Vue 3 + Vite** desktop application using a monorepo structure managed by Bun workspaces. +## Architecture -### Repository Structure -- **Root**: Monorepo managed with Bun workspaces (`bun.lock`, `package.json`) -- **`desktop/`**: The Tauri application workspace - - Frontend: Vue 3 SFCs with `