Skip to content

Commit aac7c54

Browse files
cursoragentmorluto
andcommitted
test: refresh trajectory fixtures to match live extraction
Sync committed Codex extraction and controlled replay summary fixtures with the current trajectory_state/score digests so unit gates pass. Co-authored-by: morluto <morluto@users.noreply.github.com>
1 parent 0d24216 commit aac7c54

3 files changed

Lines changed: 195 additions & 191 deletions

File tree

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
{
2-
"fixture_schema_version": "1",
3-
"fixture_kind": "CONTROLLED_OBSERVATION_ONLY_REPLAY",
4-
"scorer_id": "jacobian.observation-only-trajectory-scorer.v1",
5-
"comparison_digest": "sha256:9aaa3654eae49d527ed60541909a89e0183fcf26c0ea8617682bd5fddd99df22",
6-
"source_corpus_digest": "sha256:6b17b8fcc411a533c822a5117e33cf73fa6766739d7d36ac86dc4bea883af4fe",
7-
"trajectory_id": "target",
2+
"comparison_digest": "sha256:825e074f83990efa74cefd4159085668261dd9d3ee836c4662d0e093eb6789af",
83
"estimator": "HYBRID_TYPED_TEXT",
94
"eventual_terminal_result": "ACCEPTED",
105
"eventual_terminal_reward": 1,
6+
"fixture_kind": "CONTROLLED_OBSERVATION_ONLY_REPLAY",
7+
"fixture_schema_version": "1",
8+
"interpretation": "The negative AFTER_TOOL value change remains visible but earns zero credit because no typed milestone occurred.",
9+
"limitations": [
10+
"The values are controlled fixture estimates, not real Codex predictions.",
11+
"The scorer replays a frozen PR2 comparison and does not fit or update clusters.",
12+
"Predictive and early-warning conclusions remain deferred to PR4."
13+
],
14+
"scorer_id": "jacobian.observation-only-trajectory-scorer.v1",
15+
"source_corpus_digest": "sha256:6b17b8fcc411a533c822a5117e33cf73fa6766739d7d36ac86dc4bea883af4fe",
1116
"states": [
1217
{
13-
"observation_id": "target:0",
1418
"boundary": "PLAN",
15-
"milestone_eligible": false,
19+
"credit_reason": "INITIAL_STATE",
20+
"cumulative_milestone_credit": 0.0,
1621
"estimated_value": 0.4,
17-
"value_delta": null,
22+
"milestone_eligible": false,
23+
"observation_id": "target:0",
1824
"transition_credit": 0.0,
19-
"cumulative_milestone_credit": 0.0,
20-
"credit_reason": "INITIAL_STATE"
25+
"value_delta": null
2126
},
2227
{
23-
"observation_id": "target:1",
2428
"boundary": "TOOL_RESULT",
25-
"milestone_eligible": true,
29+
"credit_reason": "MILESTONE_VALUE_DELTA",
30+
"cumulative_milestone_credit": 0.3,
2631
"estimated_value": 0.7,
27-
"value_delta": 0.3,
32+
"milestone_eligible": true,
33+
"observation_id": "target:1",
2834
"transition_credit": 0.3,
29-
"cumulative_milestone_credit": 0.3,
30-
"credit_reason": "MILESTONE_VALUE_DELTA"
35+
"value_delta": 0.3
3136
},
3237
{
33-
"observation_id": "target:2",
3438
"boundary": "AFTER_TOOL",
35-
"milestone_eligible": false,
39+
"credit_reason": "NON_MILESTONE_ZERO",
40+
"cumulative_milestone_credit": 0.3,
3641
"estimated_value": 0.2,
37-
"value_delta": -0.5,
42+
"milestone_eligible": false,
43+
"observation_id": "target:2",
3844
"transition_credit": 0.0,
39-
"cumulative_milestone_credit": 0.3,
40-
"credit_reason": "NON_MILESTONE_ZERO"
45+
"value_delta": -0.5
4146
},
4247
{
43-
"observation_id": "target:3",
4448
"boundary": "TOOL_RESULT",
45-
"milestone_eligible": true,
49+
"credit_reason": "MILESTONE_VALUE_DELTA",
50+
"cumulative_milestone_credit": 0.7,
4651
"estimated_value": 0.6,
47-
"value_delta": 0.4,
52+
"milestone_eligible": true,
53+
"observation_id": "target:3",
4854
"transition_credit": 0.4,
49-
"cumulative_milestone_credit": 0.7,
50-
"credit_reason": "MILESTONE_VALUE_DELTA"
55+
"value_delta": 0.4
5156
}
5257
],
5358
"total_milestone_credit": 0.7,
54-
"interpretation": "The negative AFTER_TOOL value change remains visible but earns zero credit because no typed milestone occurred.",
55-
"limitations": [
56-
"The values are controlled fixture estimates, not real Codex predictions.",
57-
"The scorer replays a frozen PR2 comparison and does not fit or update clusters.",
58-
"Predictive and early-warning conclusions remain deferred to PR4."
59-
]
59+
"trajectory_id": "target"
6060
}

0 commit comments

Comments
 (0)