АРЧ АП11 - Архитектура после регресса: Архитектура: сделать VAT exact-ответы business-first и убрать сервисный preamble из верхнего блока

This commit is contained in:
2026-04-18 15:27:45 +03:00
parent 4bb0187510
commit a51fc2a70d
4 changed files with 33 additions and 30 deletions
@@ -248,7 +248,11 @@ Latest continuity-authority convergence evidence after the current route pass:
- the first human-answer-shaping cleanup pass is now applied to heavy profile/aggregate exact answers:
- `period_coverage_profile` and `document_type_and_account_section_profile` now start with a direct business-first lead (`Коротко: ...`) instead of service-flavored intros like `профиль собран` / `строк агрегата`;
- the top block now states the business conclusion first and leaves ranked detail blocks below, which reduces the catalog-like feel without hiding the actual data;
- this is still only the first shaping seam: other long exact replies, especially VAT and some ranking families, still need the same treatment;
- the next human-answer-shaping cleanup pass is now applied to VAT exact replies:
- `vat_payable_forecast` and `vat_liability_confirmed_for_tax_period` now open with a business-first `Коротко: ...` lead, while the detailed calculation stays in the secondary block;
- service-flavored top lines like `Собран прогноз...`, `Режим результата...`, and `Строк агрегата...` are removed from the first screen of the reply, which makes VAT answers read like user-facing guidance instead of an engine report;
- VAT reply tests now explicitly protect this top-block shape, so future changes cannot silently reintroduce the same mechanical preamble;
- this is still not the end of shaping work: some ranking families and long evidence-heavy replies still need the same cleanup;
- this pass does not yet finish full single-owner continuity, but it narrows one of the remaining seams where route arbitration and scope memory could disagree about whether the session was still grounded.
## Next Execution Slice (2026-04-18)