feat(v3): VSCode-style prompt redesign + theme-aware CSS migration

This commit is contained in:
Hibryda 2026-03-08 02:54:31 +01:00
parent 319c92fc68
commit be4df01302
6 changed files with 489 additions and 327 deletions

View file

@ -102,3 +102,4 @@ All operational rules live in `.claude/rules/`. Every `.md` file in that directo
| 16 | `sub-agents.md` | When to use sub-agents and team agents |
| 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 |