Files
2026-06-29 13:59:36 -05:00

7 lines
242 B
Markdown

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