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

@@ -1,4 +1,4 @@
// [DEF:frontend.src.services.__tests__.gitService_test:Module]
// [DEF:gitServiceContractTests:Module]
// @RELATION: VERIFIES -> ../gitService.js
// @PURPOSE: API client tests ensuring correct endpoints are called per contract
@@ -242,4 +242,4 @@ describe('gitService', () => {
});
});
});
// [/DEF:frontend.src.services.__tests__.gitService_test:Module]
// [/DEF:gitServiceContractTests:Module]

View File

@@ -4,7 +4,7 @@
// @SEMANTICS: admin, users, roles, ad-mappings, api
// @PURPOSE: Service for Admin-related API calls (User and Role management).
// @LAYER: Service
// @RELATION: DEPENDS_ON -> frontend.src.lib.api
// @RELATION: DEPENDS_ON -> api_module
//
// @INVARIANT: All requests must include valid Admin JWT token (handled by api client).
@@ -291,4 +291,4 @@ export const adminService = {
updateLoggingConfig
};
// [/DEF:adminService:Module]
// [/DEF:adminService:Module]