Stage 2 завершён: problem-first ответы и follow-up continuity - ассистент переведён от entity-heavy логики к problem-first ответам с problem-unit слоем, удержанием контекста в follow-up и очисткой пользовательского ответа от сырых технических ссылок.

This commit is contained in:
2026-03-26 14:53:52 +03:00
parent ece1abed76
commit 96353cfd48
2474 changed files with 21678 additions and 3292445 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
"dev:frontend": "npm --prefix frontend run dev",
"dev:all": "concurrently -k -n BACKEND,FRONTEND -c green,cyan \"npm --prefix backend run dev\" \"npm --prefix frontend run dev\"",
"build:all": "npm --prefix backend run build && npm --prefix frontend run build",
"test:backend": "npm --prefix backend test"
"test:backend": "npm --prefix backend test",
"artifacts:bundle": "node scripts/archiveRunArtifacts.mjs",
"artifacts:bundle:clean": "node scripts/archiveRunArtifacts.mjs --clean"
},
"devDependencies": {
"concurrently": "^9.2.1"