ARCH: добавить phase74 payments all-time replay

This commit is contained in:
dctouch 2026-04-23 20:03:22 +03:00
parent 84beaf5540
commit 0528745e39
1 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,52 @@
{
"schema_version": "domain_truth_harness_spec_v1",
"scenario_id": "address_truth_harness_phase74_document_to_payments_all_time",
"domain": "address_phase74_document_to_payments_all_time",
"title": "Phase 74 document to payments all-time continuity",
"description": "Replay for a human chain where the user opens documents by counterparty, pivots to payments with a pronoun follow-up, and then switches to all-time scope without renaming the counterparty.",
"bindings": {},
"steps": [
{
"step_id": "step_01_documents_by_counterparty",
"title": "Open documents for the counterparty",
"question": "Покажи документы по Жуковке 51.",
"allowed_reply_types": ["factual", "factual_with_explanation", "partial_coverage"],
"required_answer_patterns_all": [
"(?i)жуковк",
"(?i)документ|сч[её]т|акт|накладн|строк"
],
"criticality": "critical",
"semantic_tags": ["documents_by_counterparty", "pronoun_pivot_seed", "integrity_guard"]
},
{
"step_id": "step_02_payments_by_pronoun_followup",
"title": "Pivot to payments via pronoun follow-up",
"question": "А по нему платежи?",
"allowed_reply_types": ["factual", "factual_with_explanation", "partial_coverage"],
"required_answer_patterns_all": [
"(?i)жуковк|контрагент",
"(?i)платеж|операц|банк|поступлен|списан"
],
"criticality": "critical",
"semantic_tags": ["payments_followup", "counterparty_pronoun_resolution", "integrity_guard"]
},
{
"step_id": "step_03_all_time_after_payments_pivot",
"title": "Switch to all-time scope without renaming the counterparty",
"question": "А за все время?",
"allowed_reply_types": ["factual", "factual_with_explanation", "partial_coverage"],
"required_answer_patterns_all": [
"(?i)жуковк|контрагент",
"(?i)платеж|операц|банк|поступлен|списан"
],
"forbidden_answer_patterns": [
"(?i)уточните .* контрагент",
"(?i)метадан",
"(?i)схем",
"(?i)объект[а-я]* 1с"
],
"criticality": "critical",
"semantic_tags": ["all_time_after_pivot", "payments_followup", "integrity_guard"]
}
]
}