Use logger! add shim to convert backend responses to same format (#84)

* chore(orchestrator): add @infra import alias

* feat(server): add error/http/context/logger/sanitize infrastructure

* refactor(core): propagate request context, structured logs, and sanitization

* test/docs: update API contract assertions and contributor standards

* all pages working

* normalizing
This commit is contained in:
Shaheer Sarfaraz
2026-02-04 23:07:24 +00:00
committed by GitHub
parent 82b261c7bc
commit 16a8f1d15a
46 changed files with 1136 additions and 348 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
"check:types:shared": "npm --workspace shared run check:types",
"check:types": "npm --workspace shared run check:types && npm --workspace orchestrator run check:types",
"check:types:ukvisajobs": "npm --workspace ukvisajobs-extractor run check:types",
"check:all": "npx biome ci .",
"format:all": "npx biome format . --write",
"check:all": "./orchestrator/node_modules/.bin/biome ci .",
"format:all": "./orchestrator/node_modules/.bin/biome format . --write",
"check:types:gradcracker": "npm --workspace gradcracker-extractor run check:types"
},
"devDependencies": {