Этап 4 / Волна 10: корректировка settlement-кейса — доменная фиксация синтеза, честное покрытие, удержание фокуса / Этап 4 / Волна 11: бизнес-якоря, доменное заземление и устранение утечки дебага

This commit is contained in:
2026-03-28 02:17:19 +03:00
parent 914843a8ba
commit a06e575be4
367 changed files with 432257 additions and 3627 deletions
@@ -62,7 +62,7 @@ function buildConversationExport(sessionId: string, conversation: AssistantConve
lines.push("");
if (item.role === "assistant" && item.debug) {
lines.push("### technical_breakdown_json");
lines.push("### debug_payload_json");
lines.push("```json");
lines.push(stringifyDebug(item.debug));
lines.push("```");