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

@@ -3,7 +3,7 @@
// @SEMANTICS: assistant, api, client, chat, confirmation
// @PURPOSE: API client wrapper for assistant chat, confirmation actions, and history retrieval.
// @LAYER: Infra-API
// @RELATION: DEPENDS_ON -> Api
// @RELATION: DEPENDS_ON -> api_module
// @INVARIANT: All assistant requests must use requestApi wrapper (no native fetch).
import { requestApi } from '$lib/api.js';