NODEDC_1C/.codex/skills/domain-case-loop/references/scenario_manifest_template....

33 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"schema_version": "domain_scenario_manifest_v1",
"scenario_id": "inventory_supplier_trace_demo",
"domain": "inventory_stock",
"title": "Inventory stock -> supplier provenance chain",
"description": "Shared-session scenario for warehouse stock, supplier provenance, and downstream document tracing.",
"analysis_context": {
"as_of_date": "2026-04-13",
"source": "scenario_manifest"
},
"steps": [
{
"step_id": "step_01_inventory",
"title": "Current stock snapshot",
"question": "Какие товары сейчас лежат на складе",
"expected_capability": "confirmed_inventory_on_hand_as_of_date",
"expected_result_mode": "confirmed_balance"
},
{
"step_id": "step_02_supplier",
"title": "Supplier provenance",
"question": "У какого поставщика купили {{step_01_inventory.entries[0].item}}",
"depends_on": ["step_01_inventory"]
},
{
"step_id": "step_03_documents",
"title": "Purchase documents",
"question": "По каким документам был куплен {{step_01_inventory.entries[0].item}}",
"depends_on": ["step_01_inventory", "step_02_supplier"]
}
]
}