diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..c6ce881 --- /dev/null +++ b/.github/copilot-instructions.md @@ -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 | diff --git a/README.md b/README.md index 784e6b9..6a7c26c 100644 --- a/README.md +++ b/README.md @@ -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 |