Files
confidence-engine/tests/fixtures/pre-anchored-update-savings-realism.json

61 lines
2.1 KiB
JSON

{
"description": "Deterministic pre-existing graph fixture for false/no-op update testing.",
"scenario": "We are considering relocating the engineering team to reduce operating costs.",
"unresolved_question": "Are the projected office savings from relocation realistic?",
"graph": {
"centralStatement": "We are considering relocating the engineering team to reduce operating costs.",
"nodes": [
{
"id": "n_relocation_state",
"label": "Engineering team relocation consideration",
"description": "Current state: organisation is considering relocating its engineering team from London to Manchester to reduce operating costs.",
"kind": "state",
"status": "provisional",
"confidence": "high",
"value": null,
"unit": null,
"evidenceIds": [],
"dependsOn": [],
"affects": [],
"parentId": null,
"childIds": []
},
{
"id": "n_savings_realism",
"label": "Are the projected office savings from relocation realistic?",
"description": "Uncertainty: whether the projected office savings from the relocation are realistic.",
"kind": "unknown",
"status": "unknown",
"confidence": "low",
"value": null,
"unit": null,
"evidenceIds": [],
"dependsOn": ["n_relocation_state"],
"affects": [],
"parentId": null,
"childIds": []
}
],
"edges": [
{
"id": "e-sr-to-state",
"fromNodeId": "n_savings_realism",
"toNodeId": "n_relocation_state",
"relationship": "depends_on",
"confidence": "medium",
"description": "savings-realism uncertainty depends on the relocation consideration state"
}
],
"activeUnknownNodeId": "n_savings_realism",
"resolvedNodeIds": [],
"currentSummary": "Engineering team is being considered for relocation; savings realism uncertain.",
"reasoningState": {
"comparabilityStatus": null,
"relationshipStatus": null,
"relationshipAssessed": false,
"contradictionReasoningAllowed": true,
"reasoningStages": []
}
}
}