33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
||
"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"]
|
||
}
|
||
]
|
||
}
|