From cd94f7f7ef0993a997d393d9236627b167cda6fb Mon Sep 17 00:00:00 2001 From: cadamsdev Date: Sun, 28 Dec 2025 11:32:45 -0500 Subject: [PATCH 1/6] updated copilot-instructions --- .github/copilot-instructions.md | 266 ++++++++++++++++---------------- 1 file changed, 132 insertions(+), 134 deletions(-) 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 `