Fix version references: Next.js 14→16, Node.js 18→22, holisticQualityRating 4→4.4
Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
This commit is contained in:
parent
e3162dcf22
commit
23eaf3fd62
4 changed files with 6 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ validationStepsCompleted:
|
||||||
- step-v-11-holistic-quality-validation
|
- step-v-11-holistic-quality-validation
|
||||||
- step-v-12-completeness-validation
|
- step-v-12-completeness-validation
|
||||||
validationStatus: COMPLETE
|
validationStatus: COMPLETE
|
||||||
holisticQualityRating: 4/5
|
holisticQualityRating: 4.4/5
|
||||||
overallStatus: Pass
|
overallStatus: Pass
|
||||||
bmadSkill: 'PM Agent (John) — Validate PRD'
|
bmadSkill: 'PM Agent (John) — Validate PRD'
|
||||||
bmadWorkflow: '_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md'
|
bmadWorkflow: '_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md'
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ Dieses Projekt besteht aus 2 Hauptteilen:
|
||||||
|
|
||||||
- **Type:** Next.js Single-Page Application mit React Flow Canvas
|
- **Type:** Next.js Single-Page Application mit React Flow Canvas
|
||||||
- **Location:** `frontend/`
|
- **Location:** `frontend/`
|
||||||
- **Tech Stack:** Next.js 14+, React, React Flow (@xyflow/react), Zustand, TypeScript
|
- **Tech Stack:** Next.js 16, React, React Flow (@xyflow/react), Zustand, TypeScript
|
||||||
- **Entry Point:** `frontend/app/page.tsx`
|
- **Entry Point:** `frontend/app/page.tsx`
|
||||||
|
|
||||||
## Cross-Part Integration
|
## Cross-Part Integration
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ Dieses Projekt besteht aus 2 Hauptteilen:
|
||||||
|
|
||||||
- **Type:** Single-Page Application
|
- **Type:** Single-Page Application
|
||||||
- **Purpose:** Visueller Canvas zum Erstellen von Agent-Graphen, Live-Execution-Anzeige, God-Mode-UI
|
- **Purpose:** Visueller Canvas zum Erstellen von Agent-Graphen, Live-Execution-Anzeige, God-Mode-UI
|
||||||
- **Tech Stack:** Next.js 14, React Flow (@xyflow/react), Zustand, TypeScript
|
- **Tech Stack:** Next.js 16, React Flow (@xyflow/react), Zustand, TypeScript
|
||||||
|
|
||||||
### How Parts Integrate
|
### How Parts Integrate
|
||||||
|
|
||||||
|
|
@ -61,7 +61,7 @@ Dieses Projekt besteht aus 2 Hauptteilen:
|
||||||
|
|
||||||
| Kategorie | Technologie | Version | Zweck |
|
| Kategorie | Technologie | Version | Zweck |
|
||||||
|-----------|-------------|---------|-------|
|
|-----------|-------------|---------|-------|
|
||||||
| Framework | Next.js | 14+ | App Router SSR/CSR |
|
| Framework | Next.js | 16.x | App Router SSR/CSR |
|
||||||
| Canvas-Bibliothek | React Flow (@xyflow/react) | 12+ | Drag & Drop Graph-Builder |
|
| Canvas-Bibliothek | React Flow (@xyflow/react) | 12+ | Drag & Drop Graph-Builder |
|
||||||
| State Management | Zustand | — | Canvas- und Run-State |
|
| State Management | Zustand | — | Canvas- und Run-State |
|
||||||
| Sprache | TypeScript | 5.x | Typsicherheit |
|
| Sprache | TypeScript | 5.x | Typsicherheit |
|
||||||
|
|
@ -104,7 +104,7 @@ Ab Phase 3 werden Graphen **dynamisch** aus Blueprint-JSON gebaut — kein hartc
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Python 3.11+ (Backend)
|
- Python 3.11+ (Backend)
|
||||||
- Node.js 18+ (Frontend)
|
- Node.js 22+ (Frontend)
|
||||||
- Docker + Docker Compose (PostgreSQL, optionale Container)
|
- Docker + Docker Compose (PostgreSQL, optionale Container)
|
||||||
|
|
||||||
### Getting Started
|
### Getting Started
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ KI-Konzil/
|
||||||
│ └── test_tools.py # Web-Suche + PDF-Reader
|
│ └── test_tools.py # Web-Suche + PDF-Reader
|
||||||
│
|
│
|
||||||
├── frontend/ # ★ Next.js + React Flow Frontend
|
├── frontend/ # ★ Next.js + React Flow Frontend
|
||||||
│ ├── Dockerfile # Node.js 18 Multi-Stage Build
|
│ ├── Dockerfile # Node.js 22 Multi-Stage Build
|
||||||
│ ├── .dockerignore
|
│ ├── .dockerignore
|
||||||
│ ├── .gitignore
|
│ ├── .gitignore
|
||||||
│ ├── README.md # Frontend-README
|
│ ├── README.md # Frontend-README
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue