fix: finalize semantic repair and test updates

This commit is contained in:
2026-03-21 15:07:06 +03:00
parent c827c2f098
commit 2da548fd71
99 changed files with 2484 additions and 985 deletions

View File

@@ -6,7 +6,7 @@
@SEMANTICS: navbar, navigation, header, layout
@PURPOSE: Main navigation bar for the application.
@LAYER: UI
@RELATION: USES -> AppState
@RELATION: USES -> auth
-->
<script>
import { page } from '$app/state';

View File

@@ -4,7 +4,7 @@
* @COMPLEXITY: 3
* @PURPOSE: Blocking startup wizard for creating the first Superset environment from zero-state screens.
* @LAYER: UI
* @RELATION: CALLS -> Api
* @RELATION: CALLS -> api
* @RELATION: CALLS -> environmentContext
* @INVARIANT: When open, wizard keeps user on an actionable setup path until the first environment exists.
*

View File

@@ -1,4 +1,4 @@
<!--[DEF:ProtectedRoute.svelte:Module] -->
<!--[DEF:ProtectedRouteModule:Module] -->
<!--
@PRE: Default pre condition
@DATA_CONTRACT: Default state data
@@ -10,7 +10,7 @@
@PURPOSE: Enforces authenticated and authorized access before protected route content is rendered.
@LAYER: UI
@RELATION: [BINDS_TO] ->[authStore]
@RELATION: [CALLS] ->[Navigation]
@RELATION: [CALLS] ->[goto]
@RELATION: [DEPENDS_ON] ->[Permissions]
@RELATION: [CALLS] ->[fetchApi]
@INVARIANT: Unauthenticated users are redirected to /login, unauthorized users are redirected to fallbackPath, and protected slot renders only when access is verified.
@@ -146,4 +146,4 @@
{/if}
<!-- [/DEF:ProtectedRoute:Component] -->
<!-- [/DEF:ProtectedRoute.svelte:Module] -->
<!-- [/DEF:ProtectedRouteModule:Module] -->

View File

@@ -9,7 +9,7 @@
@RELATION: CALLS -> GitService
@RELATION: CALLS -> GitService
@RELATION: CALLS -> GitService
@RELATION: DISPATCHES -> commit
@RELATION: CALLS -> commit
-->
<script>

View File

@@ -5,7 +5,7 @@
@COMPLEXITY: 3
@PURPOSE: UI form for managing LLM provider configurations.
@LAYER: UI
@RELATION: DEPENDS_ON -> LLMRoutes
@RELATION: DEPENDS_ON -> requestApi
-->
<script>