From 8129f5a9e8a79a4c747becd0c8a0fcc499b09fce Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:59:36 -0500 Subject: [PATCH] ui instructions --- .github/instructions/ui.instructions.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/instructions/ui.instructions.md diff --git a/.github/instructions/ui.instructions.md b/.github/instructions/ui.instructions.md new file mode 100644 index 0000000..709ad03 --- /dev/null +++ b/.github/instructions/ui.instructions.md @@ -0,0 +1,6 @@ +--- +description: Copilot rules for modifying the UI +applyTo: 'src/transcription/ui/**/*.py' +--- + +The UI is forbidden from directly touching the database. All interactions should be done using the [services](../../src/transcription/services/)