ui instructions

This commit is contained in:
John Lancaster
2026-06-29 13:59:36 -05:00
parent 58b4c381a4
commit 8129f5a9e8
+6
View File
@@ -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/)