From c97f07ba655fdd22a70de7bf1cebf35dc7b3941c Mon Sep 17 00:00:00 2001 From: robbond Date: Wed, 19 Aug 2026 16:59:22 +0100 Subject: [PATCH] test(experiment): checkpoint fragment relationship discovery result --- ...-fragment-relationship-discovery-live.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/experimental/results/rto-fragment-relationship-discovery-live.json diff --git a/tests/experimental/results/rto-fragment-relationship-discovery-live.json b/tests/experimental/results/rto-fragment-relationship-discovery-live.json new file mode 100644 index 0000000..75e83d7 --- /dev/null +++ b/tests/experimental/results/rto-fragment-relationship-discovery-live.json @@ -0,0 +1,28 @@ +{ + "apparatus": "rto-fragment-relationship-discovery.mjs", + "experiment": "RTO.21A", + "artifactType": "LIVE RESULT — Proposed relationship discovery", + "modelName": "qwen-claude:latest", + "elapsedMs": 45356, + "inputCharacterCount": 3144, + "instructionCharacterCount": 674, + "fragment2CharacterCount": 1818, + "fragment3CharacterCount": 2019, + "fragment2Path": "/Users/robbond/Documents/RdbApps/confidence-engine/tests/experimental/results/rto-granular-fragment-turn2.json", + "fragment3Path": "/Users/robbond/Documents/RdbApps/confidence-engine/tests/experimental/results/rto-granular-fragment-turn3.json", + "knownRelationshipSuppliedToModel": false, + "wholeSituationGraphSupplied": false, + "centralCaseStatementSupplied": false, + "turnHistorySupplied": false, + "proposedRelationship": { + "relationshipFound": true, + "relationship": { + "laterEvidence": "The conference presentation included a technical architecture diagram", + "earlierItem": "Whether the hiring and conference activity relates to a directly competing product is unknown.", + "bearing": "Serves as an indicator that bears on the uncertainty regarding whether the competitor's conference activity reflects active product development or theoretical market education." + }, + "remainingQualification": [ + "The association between technical presentation elements and commercial intent remains an assumption rather than confirmed fact, and the absence of a stated launch date preserves uncertainty about the timeline." + ] + } +} \ No newline at end of file