workorder-desk/backend
lakshit verma 35069fe4ad
fix(backend): parse triage proposals wrapped in prose or code fences
Free-model routers often answer with surrounding prose, so a strict whole-
response JSON parse failed and every triage run ended in error. Extract the
first JSON block before parsing, keeping the zod schema gate intact.
2026-08-19 22:05:20 +05:30
..
src fix(backend): parse triage proposals wrapped in prose or code fences 2026-08-19 22:05:20 +05:30
tests fix(backend): parse triage proposals wrapped in prose or code fences 2026-08-19 22:05:20 +05:30
.dockerignore feat(backend): implement Express work-order API with cookie auth 2026-08-17 01:31:48 +05:30
Dockerfile feat(backend): implement Express work-order API with cookie auth 2026-08-17 01:31:48 +05:30
package.json feat(backend): autonomous triage agent, polling worker, and admin agent API 2026-08-19 18:41:37 +05:30
tsconfig.build.json feat(backend): implement Express work-order API with cookie auth 2026-08-17 01:31:48 +05:30
tsconfig.json feat(backend): implement Express work-order API with cookie auth 2026-08-17 01:31:48 +05:30
vitest.config.ts test(backend): agent runtime, copilot API, and triage/worker suites with mocked provider 2026-08-19 19:23:00 +05:30