Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copilot Instructions

This file provides guidance for GitHub Copilot when working in this repository.

## VS Code Agent Configuration

The table below explains the key fields used when configuring a VS Code Copilot agent persona:

| Line | What it means | Why it matters |
| --- | --- | --- |
| `description:` | A label so VS Code knows what this file does | Copilot reads this to understand the agent's role |
| `applyTo: '**'` | Apply this persona to **every file** (`**` = wildcard = all files) | Without this, the reviewer only works on specific files |
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## Usage

| Action | How |
|---|---|
| --- | --- |
| New note | Click **+** in the sidebar or press `Ctrl+N` |
| Edit note | Click a note in the list, type in the editor |
| Delete note | Click **🗑 Delete** in the toolbar, confirm prompt |
Expand Down