Stage 2 завершён: problem-first ответы и follow-up continuity - ассистент переведён от entity-heavy логики к problem-first ответам с problem-unit слоем, удержанием контекста в follow-up и очисткой пользовательского ответа от сырых технических ссылок.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user