fix skills rules

This commit is contained in:
AndreaRigoni
2026-04-08 07:31:47 +00:00
parent e0fb2f4dae
commit 3af983a955
5 changed files with 66 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
---
trigger: manual
---
# Context Focus: gcompose Application
When this rule is active, prioritize the `gcompose` GUI application.
- **Primary Path**: `app/gcompose`
- **Focus**: `MainPanel`, `ContextPanel`, `PropertiesPanel`, and `ViewportPane`.
- **Integration**: Wiring of Qt signals/slots between the `uLib` core model and the GUI widgets.
- **Dependency**: Reference `src/Vtk` and `src/Core` as the underlying framework for the application.