chore: add no-implicit-push rule and StartupWMClass to desktop entry

This commit is contained in:
Hibryda 2026-03-09 17:27:09 +01:00
parent 92b513dd9d
commit e92e54d6c2
3 changed files with 12 additions and 0 deletions

View file

@ -108,3 +108,4 @@ All operational rules live in `.claude/rules/`. Every `.md` file in that directo
| 17 | `document-imports.md` | Resolve @ imports in CLAUDE.md before acting |
| 18 | `relative-units.md` | Use rem/em for layout, px only for icons/borders |
| 51 | `theme-integration.md` | All colors via --ctp-* CSS vars, never hardcode |
| 52 | `no-implicit-push.md` | Never push unless explicitly asked |