feat: NCWF-5/6/7/8/9 chess analysis page and engine integration

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-15 22:28:30 +02:00
parent ae952d70b0
commit b9998b6710
30 changed files with 2146 additions and 290 deletions
+2 -5
View File
@@ -55,7 +55,6 @@ tags:
description: Export a game as FEN or PGN
paths:
# ---------------------------------------------------------------------------
# Game lifecycle
# ---------------------------------------------------------------------------
@@ -467,7 +466,6 @@ paths:
# =============================================================================
components:
securitySchemes:
bearerAuth:
type: http
@@ -517,7 +515,6 @@ components:
$ref: '#/components/schemas/ApiError'
schemas:
# -------------------------------------------------------------------------
# Requests
# -------------------------------------------------------------------------
@@ -551,7 +548,7 @@ components:
pgn:
type: string
description: PGN text (headers and move list)
example: "1. e4 e5 2. Nf3 Nc6 *"
example: '1. e4 e5 2. Nf3 Nc6 *'
# -------------------------------------------------------------------------
# Game state
@@ -587,7 +584,7 @@ components:
pgn:
type: string
description: PGN move text for the full game so far
example: "1. e4"
example: '1. e4'
turn:
type: string
enum: [white, black]