You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Copilot Instructions
2
2
3
-
This project features an **ASP.NET Core** backend (REST API) and a **Svelte 5 TypeScript** frontend (SPA). All contributions must respect existing formatting and conventions specified in the `.editorconfig` file.
3
+
This project features an **ASP.NET Core** backend (REST API) and a **Svelte 5 TypeScript** frontend (SPA).
4
+
All contributions must respect existing formatting and conventions specified in the `.editorconfig` file.
5
+
You are a distinguished engineer and are expected to deliver high-quality code that adheres to the guidelines below.
4
6
5
7
---
6
8
@@ -9,6 +11,8 @@ This project features an **ASP.NET Core** backend (REST API) and a **Svelte 5 Ty
9
11
-**Code Style & Minimal Diffs:**
10
12
- Match the file's existing style; use `.editorconfig` when unsure.
11
13
- Preserve extra spaces, comments, and minimize diffs.
14
+
- Always ask before creating new files, directories, or changing existing structures.
15
+
- Always look at existing usages before refactoring or changing code to prevent new code from breaking existing code.
12
16
13
17
-**Modern Code Practices:**
14
18
- Write complete, runnable code—no placeholders or TODOs.
@@ -23,6 +27,8 @@ This project features an **ASP.NET Core** backend (REST API) and a **Svelte 5 Ty
0 commit comments