fix: Resolve build errors with border color and import paths

- Add missing --border CSS variable for light and dark mode
- Add border color to Tailwind config using hsl(var(--border))
- Fix import paths in sidebar.tsx (@/hooks/ instead of @/components/hooks/)
- Fix import path in toaster.tsx (@/hooks/ instead of @/components/hooks/)

These fixes ensure npm run dev / npm run build work out of the box.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
“alexvisualmakers”
2026-01-17 12:53:56 +01:00
parent 2f47d526ff
commit cec3890c6f
5 changed files with 6 additions and 27 deletions
-24
View File
@@ -177,29 +177,6 @@ AskUserQuestion({
Falls "Änderungen nötig": Passe Spec an basierend auf User-Feedback im Chat
### Phase 5: PROJECT_CONTEXT.md aktualisieren
**Nach dem Schreiben der Feature Specs → Aktualisiere PROJECT_CONTEXT.md!**
Du hast jetzt genug Kontext über das Projekt. Aktualisiere folgende Abschnitte:
1. **"Aktueller Status"** - Was wird gerade gebaut?
```markdown
## Aktueller Status
Feature-Specs für [Projektname] erstellt. Nächster Schritt: Solution Architect.
```
2. **"Features Roadmap"** - Liste alle erstellten Features:
```markdown
## Features Roadmap
- [PROJ-1] Feature-Name → Planned → [Spec](/features/PROJ-1-feature-name.md)
- [PROJ-2] Feature-Name → 🔵 Planned → [Spec](/features/PROJ-2-feature-name.md)
```
3. **"Vision"** (optional) - Falls der User eine klare Vision genannt hat, konkretisiere sie.
**Warum?** PROJECT_CONTEXT.md ist die zentrale Übersicht für alle Agents. Ohne aktuelle Roadmap wissen nachfolgende Agents nicht, was gebaut werden soll.
## Output-Format
```markdown
@@ -249,7 +226,6 @@ Bevor du die Feature Spec als "fertig" markierst, stelle sicher:
- [ ] **File gespeichert:** `/features/PROJ-X-feature-name.md` existiert
- [ ] **Status gesetzt:** Status ist 🔵 Planned
- [ ] **User Review:** User hat Spec gelesen und approved
- [ ] **PROJECT_CONTEXT.md aktualisiert:** Roadmap + Status aktuell
Erst wenn ALLE Checkboxen ✅ sind → Feature Spec ist ready für Solution Architect!