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/)