ARCH: добить entity-resolution chain и очистить stale runtime

This commit is contained in:
2026-04-22 12:53:48 +03:00
parent 007369a78a
commit ce48fa83a5
15 changed files with 2024 additions and 76 deletions
@@ -0,0 +1,44 @@
{
"schema_version": "domain_truth_harness_spec_v1",
"scenario_id": "address_truth_harness_phase25_entity_resolution_chain",
"domain": "address_phase25_entity_resolution_chain",
"title": "Phase 25 entity-resolution grounding replay",
"description": "Targeted AGENT replay for the first Big Block C slice where the assistant must use MCP discovery to ground a business entity in the checked 1C catalog and answer honestly without pretending that documents, movements, or value-flow evidence were already checked.",
"bindings": {},
"steps": [
{
"step_id": "step_01_resolve_counterparty_from_catalog",
"title": "Raw counterparty search wording resolves a grounded 1C entity without leaking downstream business facts",
"question": "найди в 1С контрагента Группа СВК",
"allowed_reply_types": [
"factual_with_explanation",
"partial_coverage"
],
"required_answer_patterns_all": [
"(?i)группа\\s+свк",
"(?i)контрагент",
"(?i)документ|движени|денежн"
],
"required_answer_patterns_any": [
"(?i)каталог",
"(?i)1с",
"(?i)наш[её]л",
"(?i)найден"
],
"forbidden_answer_patterns": [
"(?i)получили",
"(?i)заплатили",
"(?i)нетто",
"(?i)оборот",
"(?i)выручк",
"(?i)сумм(а|ы)"
],
"criticality": "critical",
"semantic_tags": [
"entity_resolution",
"catalog_grounding",
"bounded_autonomy"
]
}
]
}