open-research-protocol 0.4.7 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/cli/orp.py +1158 -43
- package/docs/AGENT_LOOP.md +3 -0
- package/docs/ORP_REASONING_KERNEL_AGENT_PILOT.md +125 -0
- package/docs/ORP_REASONING_KERNEL_AGENT_REPLICATION.md +97 -0
- package/docs/ORP_REASONING_KERNEL_CANONICAL_CONTINUATION_PILOT.md +100 -0
- package/docs/ORP_REASONING_KERNEL_COMPARISON_PILOT.md +116 -0
- package/docs/ORP_REASONING_KERNEL_CONTINUATION_PILOT.md +86 -0
- package/docs/ORP_REASONING_KERNEL_EVALUATION_PLAN.md +261 -0
- package/docs/ORP_REASONING_KERNEL_EVIDENCE_MATRIX.md +131 -0
- package/docs/ORP_REASONING_KERNEL_EVOLUTION.md +123 -0
- package/docs/ORP_REASONING_KERNEL_PICKUP_PILOT.md +107 -0
- package/docs/ORP_REASONING_KERNEL_TECHNICAL_VALIDATION.md +140 -22
- package/docs/ORP_REASONING_KERNEL_V0_1.md +11 -0
- package/docs/ORP_YOUTUBE_INSPECT.md +97 -0
- package/docs/benchmarks/orp_reasoning_kernel_agent_pilot_v0_1.json +796 -0
- package/docs/benchmarks/orp_reasoning_kernel_agent_replication_task_smoke.json +487 -0
- package/docs/benchmarks/orp_reasoning_kernel_agent_replication_v0_1.json +1927 -0
- package/docs/benchmarks/orp_reasoning_kernel_agent_replication_v0_2.json +10217 -0
- package/docs/benchmarks/orp_reasoning_kernel_canonical_continuation_task_smoke.json +174 -0
- package/docs/benchmarks/orp_reasoning_kernel_canonical_continuation_v0_1.json +598 -0
- package/docs/benchmarks/orp_reasoning_kernel_comparison_v0_1.json +688 -0
- package/docs/benchmarks/orp_reasoning_kernel_continuation_task_smoke.json +150 -0
- package/docs/benchmarks/orp_reasoning_kernel_continuation_v0_1.json +448 -0
- package/docs/benchmarks/orp_reasoning_kernel_pickup_v0_1.json +594 -0
- package/docs/benchmarks/orp_reasoning_kernel_v0_1_validation.json +769 -41
- package/examples/README.md +2 -0
- package/examples/kernel/comparison/comparison-corpus.json +337 -0
- package/examples/kernel/comparison/next-task-continuation.json +55 -0
- package/examples/kernel/corpus/operations/habanero-routing.checkpoint.kernel.yml +12 -0
- package/examples/kernel/corpus/operations/runner-routing.policy.kernel.yml +9 -0
- package/examples/kernel/corpus/product/project-home.decision.kernel.yml +11 -0
- package/examples/kernel/corpus/research/kernel-handoff.experiment.kernel.yml +16 -0
- package/examples/kernel/corpus/research/lane-drift.hypothesis.kernel.yml +11 -0
- package/examples/kernel/corpus/software/trace-widget.task.kernel.yml +13 -0
- package/examples/kernel/corpus/writing/kernel-launch.result.kernel.yml +12 -0
- package/llms.txt +3 -0
- package/package.json +4 -1
- package/scripts/orp-kernel-agent-pilot.py +673 -0
- package/scripts/orp-kernel-agent-replication.py +307 -0
- package/scripts/orp-kernel-benchmark.py +471 -2
- package/scripts/orp-kernel-canonical-continuation.py +381 -0
- package/scripts/orp-kernel-ci-check.py +138 -0
- package/scripts/orp-kernel-comparison.py +592 -0
- package/scripts/orp-kernel-continuation-pilot.py +384 -0
- package/scripts/orp-kernel-pickup.py +401 -0
- package/spec/v1/kernel-extension.schema.json +96 -0
- package/spec/v1/kernel-proposal.schema.json +115 -0
- package/spec/v1/kernel.schema.json +2 -1
- package/spec/v1/youtube-source.schema.json +151 -0
|
@@ -0,0 +1,796 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": "1.0.0",
|
|
3
|
+
"kind": "orp_reasoning_kernel_agent_pilot_report",
|
|
4
|
+
"metadata": {
|
|
5
|
+
"generated_at_utc": "2026-03-23T07:30:36Z",
|
|
6
|
+
"repo_commit": "c2f7f2a52744a00fb719d37de583da1f4ae615bd",
|
|
7
|
+
"repo_branch": "main",
|
|
8
|
+
"package_version": "0.4.7",
|
|
9
|
+
"python_version": "3.9.6",
|
|
10
|
+
"codex_version": "codex-cli 0.116.0",
|
|
11
|
+
"platform": "macOS-26.3-arm64-arm-64bit",
|
|
12
|
+
"model": "default"
|
|
13
|
+
},
|
|
14
|
+
"corpus": {
|
|
15
|
+
"source": "examples/kernel/comparison/comparison-corpus.json",
|
|
16
|
+
"cases_total": 7,
|
|
17
|
+
"domains_total": 5,
|
|
18
|
+
"domains": [
|
|
19
|
+
"operations",
|
|
20
|
+
"product",
|
|
21
|
+
"research",
|
|
22
|
+
"software",
|
|
23
|
+
"writing"
|
|
24
|
+
],
|
|
25
|
+
"artifact_classes_total": 7,
|
|
26
|
+
"artifact_classes": [
|
|
27
|
+
"checkpoint",
|
|
28
|
+
"decision",
|
|
29
|
+
"experiment",
|
|
30
|
+
"hypothesis",
|
|
31
|
+
"policy",
|
|
32
|
+
"result",
|
|
33
|
+
"task"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"conditions": {
|
|
37
|
+
"freeform": {
|
|
38
|
+
"condition": "freeform",
|
|
39
|
+
"cases_total": 7,
|
|
40
|
+
"rows": [
|
|
41
|
+
{
|
|
42
|
+
"id": "software_trace_widget",
|
|
43
|
+
"domain": "software",
|
|
44
|
+
"artifact_class": "task",
|
|
45
|
+
"pickup_score": 0.6,
|
|
46
|
+
"ambiguity_remaining": 0.4,
|
|
47
|
+
"answered_targets": 3,
|
|
48
|
+
"pickup_targets_total": 5,
|
|
49
|
+
"answers": {
|
|
50
|
+
"object": "terminal trace widget for lane monitoring.",
|
|
51
|
+
"goal": "let operators tell quickly when a lane is drifting.",
|
|
52
|
+
"boundary": null,
|
|
53
|
+
"constraints": "stay terminal-first and low friction.",
|
|
54
|
+
"success_criteria": null
|
|
55
|
+
},
|
|
56
|
+
"artifact_type_guess": "design brief fragment",
|
|
57
|
+
"confidence": 0.97,
|
|
58
|
+
"ambiguities_count": 3,
|
|
59
|
+
"elapsed_ms": 15953.354,
|
|
60
|
+
"tokens_used": null,
|
|
61
|
+
"session_id": ""
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "product_project_home",
|
|
65
|
+
"domain": "product",
|
|
66
|
+
"artifact_class": "decision",
|
|
67
|
+
"pickup_score": 0.8,
|
|
68
|
+
"ambiguity_remaining": 0.2,
|
|
69
|
+
"answered_targets": 4,
|
|
70
|
+
"pickup_targets_total": 5,
|
|
71
|
+
"answers": {
|
|
72
|
+
"question": "should the web app lead with linked projects or the old idea board?",
|
|
73
|
+
"chosen_path": "lead with linked projects first.",
|
|
74
|
+
"rejected_alternatives": null,
|
|
75
|
+
"rationale": "active work should be foregrounded and idea browsing can move into Pensieve.",
|
|
76
|
+
"consequences": "the old idea board becomes secondary navigation."
|
|
77
|
+
},
|
|
78
|
+
"artifact_type_guess": "product direction decision note",
|
|
79
|
+
"confidence": 0.96,
|
|
80
|
+
"ambiguities_count": 2,
|
|
81
|
+
"elapsed_ms": 26351.99,
|
|
82
|
+
"tokens_used": null,
|
|
83
|
+
"session_id": ""
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": "research_drift_hypothesis",
|
|
87
|
+
"domain": "research",
|
|
88
|
+
"artifact_class": "hypothesis",
|
|
89
|
+
"pickup_score": 0.8,
|
|
90
|
+
"ambiguity_remaining": 0.2,
|
|
91
|
+
"answered_targets": 4,
|
|
92
|
+
"pickup_targets_total": 5,
|
|
93
|
+
"answers": {
|
|
94
|
+
"claim": "short drift summaries will help operators notice stalled lanes faster.",
|
|
95
|
+
"boundary": "terminal-first multi-lane work.",
|
|
96
|
+
"assumptions": "operators glance at summaries while they work.",
|
|
97
|
+
"test_path": "compare stalled-lane pickup with and without summaries.",
|
|
98
|
+
"falsifiers": null
|
|
99
|
+
},
|
|
100
|
+
"artifact_type_guess": "hypothesis",
|
|
101
|
+
"confidence": 0.95,
|
|
102
|
+
"ambiguities_count": 2,
|
|
103
|
+
"elapsed_ms": 15395.471,
|
|
104
|
+
"tokens_used": null,
|
|
105
|
+
"session_id": ""
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "research_handoff_experiment",
|
|
109
|
+
"domain": "research",
|
|
110
|
+
"artifact_class": "experiment",
|
|
111
|
+
"pickup_score": 0.667,
|
|
112
|
+
"ambiguity_remaining": 0.333,
|
|
113
|
+
"answered_targets": 4,
|
|
114
|
+
"pickup_targets_total": 6,
|
|
115
|
+
"answers": {
|
|
116
|
+
"objective": "compare free-form tasks, checklist tasks, and kernel tasks during handoff pickup.",
|
|
117
|
+
"method": "give matched task artifacts to a second operator and time correct interpretation.",
|
|
118
|
+
"inputs": null,
|
|
119
|
+
"outputs": null,
|
|
120
|
+
"evidence_expectations": "collect scores and clarification counts.",
|
|
121
|
+
"interpretation_limits": "internal sample only."
|
|
122
|
+
},
|
|
123
|
+
"artifact_type_guess": "experiment handoff note",
|
|
124
|
+
"confidence": 0.96,
|
|
125
|
+
"ambiguities_count": 3,
|
|
126
|
+
"elapsed_ms": 15591.971,
|
|
127
|
+
"tokens_used": null,
|
|
128
|
+
"session_id": ""
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "operations_habanero_checkpoint",
|
|
132
|
+
"domain": "operations",
|
|
133
|
+
"artifact_class": "checkpoint",
|
|
134
|
+
"pickup_score": 0.6,
|
|
135
|
+
"ambiguity_remaining": 0.4,
|
|
136
|
+
"answered_targets": 3,
|
|
137
|
+
"pickup_targets_total": 5,
|
|
138
|
+
"answers": {
|
|
139
|
+
"completed_unit": "restored linked-project routing for Habanero",
|
|
140
|
+
"current_state": "the repo is bound and the primary session is routable again",
|
|
141
|
+
"risks": "other machines may still need a sync",
|
|
142
|
+
"next_handoff_target": null,
|
|
143
|
+
"artifact_refs": null
|
|
144
|
+
},
|
|
145
|
+
"artifact_type_guess": "routing checkpoint",
|
|
146
|
+
"confidence": 0.97,
|
|
147
|
+
"ambiguities_count": 2,
|
|
148
|
+
"elapsed_ms": 16398.78,
|
|
149
|
+
"tokens_used": null,
|
|
150
|
+
"session_id": ""
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "operations_runner_policy",
|
|
154
|
+
"domain": "operations",
|
|
155
|
+
"artifact_class": "policy",
|
|
156
|
+
"pickup_score": 0.8,
|
|
157
|
+
"ambiguity_remaining": 0.2,
|
|
158
|
+
"answered_targets": 4,
|
|
159
|
+
"pickup_targets_total": 5,
|
|
160
|
+
"answers": {
|
|
161
|
+
"scope": "hosted runner pickup",
|
|
162
|
+
"rule": "only claim hosted jobs for linked projects that have a routeable local session",
|
|
163
|
+
"rationale": "avoid claiming work with nowhere real to execute",
|
|
164
|
+
"invariants": "a claimed job must resolve to an actual local session",
|
|
165
|
+
"enforcement_surface": null
|
|
166
|
+
},
|
|
167
|
+
"artifact_type_guess": "routing policy",
|
|
168
|
+
"confidence": 0.98,
|
|
169
|
+
"ambiguities_count": 1,
|
|
170
|
+
"elapsed_ms": 15252.915,
|
|
171
|
+
"tokens_used": null,
|
|
172
|
+
"session_id": ""
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"id": "writing_kernel_launch_result",
|
|
176
|
+
"domain": "writing",
|
|
177
|
+
"artifact_class": "result",
|
|
178
|
+
"pickup_score": 0.6,
|
|
179
|
+
"ambiguity_remaining": 0.4,
|
|
180
|
+
"answered_targets": 3,
|
|
181
|
+
"pickup_targets_total": 5,
|
|
182
|
+
"answers": {
|
|
183
|
+
"claim": "ORP shipped the first reasoning kernel release.",
|
|
184
|
+
"evidence_paths": null,
|
|
185
|
+
"status": "shipped in the CLI.",
|
|
186
|
+
"interpretation_limits": null,
|
|
187
|
+
"next_follow_up": "run comparative studies against free-form artifacts and checklist artifacts."
|
|
188
|
+
},
|
|
189
|
+
"artifact_type_guess": "kernel launch result note",
|
|
190
|
+
"confidence": 0.96,
|
|
191
|
+
"ambiguities_count": 3,
|
|
192
|
+
"elapsed_ms": 12702.155,
|
|
193
|
+
"tokens_used": null,
|
|
194
|
+
"session_id": ""
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"mean_pickup_score": 0.695,
|
|
198
|
+
"mean_ambiguity_remaining": 0.305,
|
|
199
|
+
"mean_answered_target_rate": 0.695,
|
|
200
|
+
"mean_confidence": 0.964,
|
|
201
|
+
"mean_ambiguities_count": 2.286,
|
|
202
|
+
"mean_elapsed_ms": 16806.662,
|
|
203
|
+
"mean_tokens_used": null
|
|
204
|
+
},
|
|
205
|
+
"generic_checklist": {
|
|
206
|
+
"condition": "generic_checklist",
|
|
207
|
+
"cases_total": 7,
|
|
208
|
+
"rows": [
|
|
209
|
+
{
|
|
210
|
+
"id": "software_trace_widget",
|
|
211
|
+
"domain": "software",
|
|
212
|
+
"artifact_class": "task",
|
|
213
|
+
"pickup_score": 0.8,
|
|
214
|
+
"ambiguity_remaining": 0.2,
|
|
215
|
+
"answered_targets": 4,
|
|
216
|
+
"pickup_targets_total": 5,
|
|
217
|
+
"answers": {
|
|
218
|
+
"object": null,
|
|
219
|
+
"goal": "Build the terminal trace widget for lane monitoring.",
|
|
220
|
+
"boundary": "Terminal-first lane visibility in active ORP sessions.",
|
|
221
|
+
"constraints": "[\"low friction\", \"no GUI dependency\"]",
|
|
222
|
+
"success_criteria": "An operator can identify a drifting lane quickly."
|
|
223
|
+
},
|
|
224
|
+
"artifact_type_guess": "task",
|
|
225
|
+
"confidence": 0.84,
|
|
226
|
+
"ambiguities_count": 2,
|
|
227
|
+
"elapsed_ms": 57354.579,
|
|
228
|
+
"tokens_used": null,
|
|
229
|
+
"session_id": ""
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"id": "product_project_home",
|
|
233
|
+
"domain": "product",
|
|
234
|
+
"artifact_class": "decision",
|
|
235
|
+
"pickup_score": 0.4,
|
|
236
|
+
"ambiguity_remaining": 0.6,
|
|
237
|
+
"answered_targets": 2,
|
|
238
|
+
"pickup_targets_total": 5,
|
|
239
|
+
"answers": {
|
|
240
|
+
"question": null,
|
|
241
|
+
"chosen_path": "Lead with linked projects and move broader idea browsing into Pensieve.",
|
|
242
|
+
"rejected_alternatives": "keep the idea board as the front door",
|
|
243
|
+
"rationale": null,
|
|
244
|
+
"consequences": null
|
|
245
|
+
},
|
|
246
|
+
"artifact_type_guess": "decision",
|
|
247
|
+
"confidence": 0.95,
|
|
248
|
+
"ambiguities_count": 3,
|
|
249
|
+
"elapsed_ms": 42033.35,
|
|
250
|
+
"tokens_used": null,
|
|
251
|
+
"session_id": ""
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"id": "research_drift_hypothesis",
|
|
255
|
+
"domain": "research",
|
|
256
|
+
"artifact_class": "hypothesis",
|
|
257
|
+
"pickup_score": 0.8,
|
|
258
|
+
"ambiguity_remaining": 0.2,
|
|
259
|
+
"answered_targets": 4,
|
|
260
|
+
"pickup_targets_total": 5,
|
|
261
|
+
"answers": {
|
|
262
|
+
"claim": "Drift summaries will improve stalled-lane pickup speed.",
|
|
263
|
+
"boundary": "Terminal-first multi-lane workflows.",
|
|
264
|
+
"assumptions": "Assumes operators actually consult the summary lane.",
|
|
265
|
+
"test_path": "Add summaries and compare pickup behavior against a no-summary baseline.",
|
|
266
|
+
"falsifiers": null
|
|
267
|
+
},
|
|
268
|
+
"artifact_type_guess": "hypothesis",
|
|
269
|
+
"confidence": 0.9,
|
|
270
|
+
"ambiguities_count": 3,
|
|
271
|
+
"elapsed_ms": 33550.468,
|
|
272
|
+
"tokens_used": null,
|
|
273
|
+
"session_id": ""
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "research_handoff_experiment",
|
|
277
|
+
"domain": "research",
|
|
278
|
+
"artifact_class": "experiment",
|
|
279
|
+
"pickup_score": 0.667,
|
|
280
|
+
"ambiguity_remaining": 0.333,
|
|
281
|
+
"answered_targets": 4,
|
|
282
|
+
"pickup_targets_total": 6,
|
|
283
|
+
"answers": {
|
|
284
|
+
"objective": "Compare handoff pickup across free-form, checklist, and kernel task artifacts.",
|
|
285
|
+
"method": "Give a second operator one artifact at a time and record time to correct interpretation.",
|
|
286
|
+
"inputs": null,
|
|
287
|
+
"outputs": null,
|
|
288
|
+
"evidence_expectations": "pickup timings; clarification counts",
|
|
289
|
+
"interpretation_limits": "Small sample may limit interpretation."
|
|
290
|
+
},
|
|
291
|
+
"artifact_type_guess": "experiment",
|
|
292
|
+
"confidence": 0.95,
|
|
293
|
+
"ambiguities_count": 3,
|
|
294
|
+
"elapsed_ms": 55295.468,
|
|
295
|
+
"tokens_used": null,
|
|
296
|
+
"session_id": ""
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"id": "operations_habanero_checkpoint",
|
|
300
|
+
"domain": "operations",
|
|
301
|
+
"artifact_class": "checkpoint",
|
|
302
|
+
"pickup_score": 1.0,
|
|
303
|
+
"ambiguity_remaining": 0.0,
|
|
304
|
+
"answered_targets": 5,
|
|
305
|
+
"pickup_targets_total": 5,
|
|
306
|
+
"answers": {
|
|
307
|
+
"completed_unit": "Restored the Habanero linked-project routing path.",
|
|
308
|
+
"current_state": "The local repo, primary session, and hosted world are aligned again.",
|
|
309
|
+
"risks": "Other active machines may still carry stale routing state.",
|
|
310
|
+
"next_handoff_target": "Rerun runner sync on active machines and verify live pickup.",
|
|
311
|
+
"artifact_refs": "[\".git/orp/link/project.json\", \"runner sync output\"]"
|
|
312
|
+
},
|
|
313
|
+
"artifact_type_guess": "checkpoint",
|
|
314
|
+
"confidence": 0.84,
|
|
315
|
+
"ambiguities_count": 2,
|
|
316
|
+
"elapsed_ms": 64657.69,
|
|
317
|
+
"tokens_used": null,
|
|
318
|
+
"session_id": ""
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": "operations_runner_policy",
|
|
322
|
+
"domain": "operations",
|
|
323
|
+
"artifact_class": "policy",
|
|
324
|
+
"pickup_score": 1.0,
|
|
325
|
+
"ambiguity_remaining": 0.0,
|
|
326
|
+
"answered_targets": 5,
|
|
327
|
+
"pickup_targets_total": 5,
|
|
328
|
+
"answers": {
|
|
329
|
+
"scope": "Hosted runner job pickup.",
|
|
330
|
+
"rule": "Only claim hosted jobs for linked projects that have a routeable local session.",
|
|
331
|
+
"rationale": "The rule exists to prevent dead-end job claims.",
|
|
332
|
+
"invariants": "do not claim unroutable jobs",
|
|
333
|
+
"enforcement_surface": "Runner pickup rejects unroutable jobs."
|
|
334
|
+
},
|
|
335
|
+
"artifact_type_guess": "policy",
|
|
336
|
+
"confidence": 0.88,
|
|
337
|
+
"ambiguities_count": 3,
|
|
338
|
+
"elapsed_ms": 60614.735,
|
|
339
|
+
"tokens_used": null,
|
|
340
|
+
"session_id": ""
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"id": "writing_kernel_launch_result",
|
|
344
|
+
"domain": "writing",
|
|
345
|
+
"artifact_class": "result",
|
|
346
|
+
"pickup_score": 1.0,
|
|
347
|
+
"ambiguity_remaining": 0.0,
|
|
348
|
+
"answered_targets": 5,
|
|
349
|
+
"pickup_targets_total": 5,
|
|
350
|
+
"answers": {
|
|
351
|
+
"claim": "ORP shipped the first reasoning kernel release in the CLI.",
|
|
352
|
+
"evidence_paths": "[\"docs/ORP_REASONING_KERNEL_V0_1.md\",\"docs/ORP_REASONING_KERNEL_TECHNICAL_VALIDATION.md\"]",
|
|
353
|
+
"status": "Release shipped",
|
|
354
|
+
"interpretation_limits": "comparative superiority is still unproven",
|
|
355
|
+
"next_follow_up": "Run comparative artifact and handoff studies next."
|
|
356
|
+
},
|
|
357
|
+
"artifact_type_guess": "result",
|
|
358
|
+
"confidence": 0.93,
|
|
359
|
+
"ambiguities_count": 3,
|
|
360
|
+
"elapsed_ms": 52923.437,
|
|
361
|
+
"tokens_used": null,
|
|
362
|
+
"session_id": ""
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"mean_pickup_score": 0.81,
|
|
366
|
+
"mean_ambiguity_remaining": 0.19,
|
|
367
|
+
"mean_answered_target_rate": 0.81,
|
|
368
|
+
"mean_confidence": 0.899,
|
|
369
|
+
"mean_ambiguities_count": 2.714,
|
|
370
|
+
"mean_elapsed_ms": 52347.104,
|
|
371
|
+
"mean_tokens_used": null
|
|
372
|
+
},
|
|
373
|
+
"kernel": {
|
|
374
|
+
"condition": "kernel",
|
|
375
|
+
"cases_total": 7,
|
|
376
|
+
"rows": [
|
|
377
|
+
{
|
|
378
|
+
"id": "software_trace_widget",
|
|
379
|
+
"domain": "software",
|
|
380
|
+
"artifact_class": "task",
|
|
381
|
+
"pickup_score": 1.0,
|
|
382
|
+
"ambiguity_remaining": 0.0,
|
|
383
|
+
"answered_targets": 5,
|
|
384
|
+
"pickup_targets_total": 5,
|
|
385
|
+
"answers": {
|
|
386
|
+
"object": "terminal trace widget",
|
|
387
|
+
"goal": "surface lane drift and state clearly for operators",
|
|
388
|
+
"boundary": "[\"terminal-first lane visibility\",\"active ORP sessions only\"]",
|
|
389
|
+
"constraints": "[\"low friction\",\"no GUI dependency\"]",
|
|
390
|
+
"success_criteria": "[\"an operator can identify a drifting lane within 10 seconds\",\"the widget does not overload the terminal surface\"]"
|
|
391
|
+
},
|
|
392
|
+
"artifact_type_guess": "task",
|
|
393
|
+
"confidence": 0.99,
|
|
394
|
+
"ambiguities_count": 1,
|
|
395
|
+
"elapsed_ms": 49576.61,
|
|
396
|
+
"tokens_used": null,
|
|
397
|
+
"session_id": ""
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"id": "product_project_home",
|
|
401
|
+
"domain": "product",
|
|
402
|
+
"artifact_class": "decision",
|
|
403
|
+
"pickup_score": 1.0,
|
|
404
|
+
"ambiguity_remaining": 0.0,
|
|
405
|
+
"answered_targets": 5,
|
|
406
|
+
"pickup_targets_total": 5,
|
|
407
|
+
"answers": {
|
|
408
|
+
"question": "Should the web app home foreground linked projects or the old idea board?",
|
|
409
|
+
"chosen_path": "Foreground linked projects and move broad idea browsing into Pensieve.",
|
|
410
|
+
"rejected_alternatives": "[\"keep the old idea board as the default home\",\"split the home evenly between ideas and projects\"]",
|
|
411
|
+
"rationale": "Active work should be reachable immediately, while the idea library can stay available as secondary navigation.",
|
|
412
|
+
"consequences": "[\"linked projects become the primary home object\",\"idea browsing becomes one click deeper\"]"
|
|
413
|
+
},
|
|
414
|
+
"artifact_type_guess": "decision",
|
|
415
|
+
"confidence": 0.99,
|
|
416
|
+
"ambiguities_count": 0,
|
|
417
|
+
"elapsed_ms": 49520.688,
|
|
418
|
+
"tokens_used": null,
|
|
419
|
+
"session_id": ""
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"id": "research_drift_hypothesis",
|
|
423
|
+
"domain": "research",
|
|
424
|
+
"artifact_class": "hypothesis",
|
|
425
|
+
"pickup_score": 1.0,
|
|
426
|
+
"ambiguity_remaining": 0.0,
|
|
427
|
+
"answered_targets": 5,
|
|
428
|
+
"pickup_targets_total": 5,
|
|
429
|
+
"answers": {
|
|
430
|
+
"claim": "Short drift summaries reduce the time needed to identify stalled lanes.",
|
|
431
|
+
"boundary": "[\"terminal-first multi-lane workflows\",\"operators already monitoring active lanes\"]",
|
|
432
|
+
"assumptions": "[\"operators glance at summaries while they work\",\"summaries do not introduce excessive noise\"]",
|
|
433
|
+
"test_path": "Run matched stalled-lane pickup trials with and without summaries and compare detection time.",
|
|
434
|
+
"falsifiers": "[\"pickup time does not improve materially\",\"operators ignore the summaries\"]"
|
|
435
|
+
},
|
|
436
|
+
"artifact_type_guess": "hypothesis",
|
|
437
|
+
"confidence": 0.99,
|
|
438
|
+
"ambiguities_count": 1,
|
|
439
|
+
"elapsed_ms": 22959.467,
|
|
440
|
+
"tokens_used": null,
|
|
441
|
+
"session_id": ""
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "research_handoff_experiment",
|
|
445
|
+
"domain": "research",
|
|
446
|
+
"artifact_class": "experiment",
|
|
447
|
+
"pickup_score": 1.0,
|
|
448
|
+
"ambiguity_remaining": 0.0,
|
|
449
|
+
"answered_targets": 6,
|
|
450
|
+
"pickup_targets_total": 6,
|
|
451
|
+
"answers": {
|
|
452
|
+
"objective": "Measure whether kernel task artifacts improve handoff pickup quality over free-form and generic checklist alternatives.",
|
|
453
|
+
"method": "Run matched handoff trials where a second operator receives one artifact at a time and explains the task, constraints, and next action.",
|
|
454
|
+
"inputs": "[\"matched prompt set\", \"second-operator reviewers\", \"three artifact conditions\"]",
|
|
455
|
+
"outputs": "[\"pickup scores\", \"clarification counts\", \"time to correct interpretation\"]",
|
|
456
|
+
"evidence_expectations": "[\"score sheets\", \"timing logs\", \"artifact corpus\"]",
|
|
457
|
+
"interpretation_limits": "[\"internal sample size is small\", \"the pilot measures structural pickup, not full downstream outcomes\"]"
|
|
458
|
+
},
|
|
459
|
+
"artifact_type_guess": "experiment",
|
|
460
|
+
"confidence": 0.99,
|
|
461
|
+
"ambiguities_count": 1,
|
|
462
|
+
"elapsed_ms": 30498.682,
|
|
463
|
+
"tokens_used": null,
|
|
464
|
+
"session_id": ""
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"id": "operations_habanero_checkpoint",
|
|
468
|
+
"domain": "operations",
|
|
469
|
+
"artifact_class": "checkpoint",
|
|
470
|
+
"pickup_score": 1.0,
|
|
471
|
+
"ambiguity_remaining": 0.0,
|
|
472
|
+
"answered_targets": 5,
|
|
473
|
+
"pickup_targets_total": 5,
|
|
474
|
+
"answers": {
|
|
475
|
+
"completed_unit": "Restored canonical runner routing for Habanero.",
|
|
476
|
+
"current_state": "The local project link, primary session, and hosted world are synchronized and routable again.",
|
|
477
|
+
"risks": "[\"inactive machines may still hold stale routing state\",\"older queued jobs may need a fresh sync before pickup\"]",
|
|
478
|
+
"next_handoff_target": "Rerun runner sync on active machines and verify one fresh hosted job pickup.",
|
|
479
|
+
"artifact_refs": "[\".git/orp/link/project.json\",\".git/orp/link/sessions\",\"orp/artifacts\"]"
|
|
480
|
+
},
|
|
481
|
+
"artifact_type_guess": "checkpoint",
|
|
482
|
+
"confidence": 0.99,
|
|
483
|
+
"ambiguities_count": 0,
|
|
484
|
+
"elapsed_ms": 14397.524,
|
|
485
|
+
"tokens_used": null,
|
|
486
|
+
"session_id": ""
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"id": "operations_runner_policy",
|
|
490
|
+
"domain": "operations",
|
|
491
|
+
"artifact_class": "policy",
|
|
492
|
+
"pickup_score": 1.0,
|
|
493
|
+
"ambiguity_remaining": 0.0,
|
|
494
|
+
"answered_targets": 5,
|
|
495
|
+
"pickup_targets_total": 5,
|
|
496
|
+
"answers": {
|
|
497
|
+
"scope": "Hosted runner job pickup and claim behavior.",
|
|
498
|
+
"rule": "Only claim a hosted job when the linked project has a routeable local session on the current machine.",
|
|
499
|
+
"rationale": "Jobs should only be claimed when the runner can execute them against a real local target.",
|
|
500
|
+
"invariants": "[\"a claimed job must resolve to an actual local session\",\"runner routing must stay machine-scoped\"]",
|
|
501
|
+
"enforcement_surface": "runner sync, poll, and work lifecycle"
|
|
502
|
+
},
|
|
503
|
+
"artifact_type_guess": "policy",
|
|
504
|
+
"confidence": 0.98,
|
|
505
|
+
"ambiguities_count": 0,
|
|
506
|
+
"elapsed_ms": 17085.649,
|
|
507
|
+
"tokens_used": null,
|
|
508
|
+
"session_id": ""
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"id": "writing_kernel_launch_result",
|
|
512
|
+
"domain": "writing",
|
|
513
|
+
"artifact_class": "result",
|
|
514
|
+
"pickup_score": 1.0,
|
|
515
|
+
"ambiguity_remaining": 0.0,
|
|
516
|
+
"answered_targets": 5,
|
|
517
|
+
"pickup_targets_total": 5,
|
|
518
|
+
"answers": {
|
|
519
|
+
"claim": "ORP shipped the first reasoning kernel release as a real CLI protocol surface.",
|
|
520
|
+
"evidence_paths": "[\"docs/ORP_REASONING_KERNEL_V0_1.md\",\"docs/ORP_REASONING_KERNEL_TECHNICAL_VALIDATION.md\",\"spec/v1/kernel.schema.json\"]",
|
|
521
|
+
"status": "shipped in the ORP CLI and published to npm",
|
|
522
|
+
"interpretation_limits": "[\"comparative superiority over free-form and checklist alternatives is not yet proven\",\"the current evidence is strongest on internal validity\"]",
|
|
523
|
+
"next_follow_up": "Run the comparative artifact, pickup, and corpus-fit studies."
|
|
524
|
+
},
|
|
525
|
+
"artifact_type_guess": "result",
|
|
526
|
+
"confidence": 0.99,
|
|
527
|
+
"ambiguities_count": 1,
|
|
528
|
+
"elapsed_ms": 32627.913,
|
|
529
|
+
"tokens_used": null,
|
|
530
|
+
"session_id": ""
|
|
531
|
+
}
|
|
532
|
+
],
|
|
533
|
+
"mean_pickup_score": 1.0,
|
|
534
|
+
"mean_ambiguity_remaining": 0.0,
|
|
535
|
+
"mean_answered_target_rate": 1.0,
|
|
536
|
+
"mean_confidence": 0.989,
|
|
537
|
+
"mean_ambiguities_count": 0.571,
|
|
538
|
+
"mean_elapsed_ms": 30952.362,
|
|
539
|
+
"mean_tokens_used": null
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"pairwise": {
|
|
543
|
+
"kernel_vs_generic_checklist": {
|
|
544
|
+
"left": "kernel",
|
|
545
|
+
"right": "generic_checklist",
|
|
546
|
+
"wins": 4,
|
|
547
|
+
"ties": 3,
|
|
548
|
+
"losses": 0,
|
|
549
|
+
"mean_pickup_score_delta": 0.19,
|
|
550
|
+
"by_case": [
|
|
551
|
+
{
|
|
552
|
+
"id": "software_trace_widget",
|
|
553
|
+
"domain": "software",
|
|
554
|
+
"artifact_class": "task",
|
|
555
|
+
"left_score": 1.0,
|
|
556
|
+
"right_score": 0.8,
|
|
557
|
+
"delta": 0.2,
|
|
558
|
+
"outcome": "win"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"id": "product_project_home",
|
|
562
|
+
"domain": "product",
|
|
563
|
+
"artifact_class": "decision",
|
|
564
|
+
"left_score": 1.0,
|
|
565
|
+
"right_score": 0.4,
|
|
566
|
+
"delta": 0.6,
|
|
567
|
+
"outcome": "win"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"id": "research_drift_hypothesis",
|
|
571
|
+
"domain": "research",
|
|
572
|
+
"artifact_class": "hypothesis",
|
|
573
|
+
"left_score": 1.0,
|
|
574
|
+
"right_score": 0.8,
|
|
575
|
+
"delta": 0.2,
|
|
576
|
+
"outcome": "win"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"id": "research_handoff_experiment",
|
|
580
|
+
"domain": "research",
|
|
581
|
+
"artifact_class": "experiment",
|
|
582
|
+
"left_score": 1.0,
|
|
583
|
+
"right_score": 0.667,
|
|
584
|
+
"delta": 0.333,
|
|
585
|
+
"outcome": "win"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"id": "operations_habanero_checkpoint",
|
|
589
|
+
"domain": "operations",
|
|
590
|
+
"artifact_class": "checkpoint",
|
|
591
|
+
"left_score": 1.0,
|
|
592
|
+
"right_score": 1.0,
|
|
593
|
+
"delta": 0.0,
|
|
594
|
+
"outcome": "tie"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"id": "operations_runner_policy",
|
|
598
|
+
"domain": "operations",
|
|
599
|
+
"artifact_class": "policy",
|
|
600
|
+
"left_score": 1.0,
|
|
601
|
+
"right_score": 1.0,
|
|
602
|
+
"delta": 0.0,
|
|
603
|
+
"outcome": "tie"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"id": "writing_kernel_launch_result",
|
|
607
|
+
"domain": "writing",
|
|
608
|
+
"artifact_class": "result",
|
|
609
|
+
"left_score": 1.0,
|
|
610
|
+
"right_score": 1.0,
|
|
611
|
+
"delta": 0.0,
|
|
612
|
+
"outcome": "tie"
|
|
613
|
+
}
|
|
614
|
+
]
|
|
615
|
+
},
|
|
616
|
+
"kernel_vs_freeform": {
|
|
617
|
+
"left": "kernel",
|
|
618
|
+
"right": "freeform",
|
|
619
|
+
"wins": 7,
|
|
620
|
+
"ties": 0,
|
|
621
|
+
"losses": 0,
|
|
622
|
+
"mean_pickup_score_delta": 0.305,
|
|
623
|
+
"by_case": [
|
|
624
|
+
{
|
|
625
|
+
"id": "software_trace_widget",
|
|
626
|
+
"domain": "software",
|
|
627
|
+
"artifact_class": "task",
|
|
628
|
+
"left_score": 1.0,
|
|
629
|
+
"right_score": 0.6,
|
|
630
|
+
"delta": 0.4,
|
|
631
|
+
"outcome": "win"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"id": "product_project_home",
|
|
635
|
+
"domain": "product",
|
|
636
|
+
"artifact_class": "decision",
|
|
637
|
+
"left_score": 1.0,
|
|
638
|
+
"right_score": 0.8,
|
|
639
|
+
"delta": 0.2,
|
|
640
|
+
"outcome": "win"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"id": "research_drift_hypothesis",
|
|
644
|
+
"domain": "research",
|
|
645
|
+
"artifact_class": "hypothesis",
|
|
646
|
+
"left_score": 1.0,
|
|
647
|
+
"right_score": 0.8,
|
|
648
|
+
"delta": 0.2,
|
|
649
|
+
"outcome": "win"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"id": "research_handoff_experiment",
|
|
653
|
+
"domain": "research",
|
|
654
|
+
"artifact_class": "experiment",
|
|
655
|
+
"left_score": 1.0,
|
|
656
|
+
"right_score": 0.667,
|
|
657
|
+
"delta": 0.333,
|
|
658
|
+
"outcome": "win"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"id": "operations_habanero_checkpoint",
|
|
662
|
+
"domain": "operations",
|
|
663
|
+
"artifact_class": "checkpoint",
|
|
664
|
+
"left_score": 1.0,
|
|
665
|
+
"right_score": 0.6,
|
|
666
|
+
"delta": 0.4,
|
|
667
|
+
"outcome": "win"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"id": "operations_runner_policy",
|
|
671
|
+
"domain": "operations",
|
|
672
|
+
"artifact_class": "policy",
|
|
673
|
+
"left_score": 1.0,
|
|
674
|
+
"right_score": 0.8,
|
|
675
|
+
"delta": 0.2,
|
|
676
|
+
"outcome": "win"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"id": "writing_kernel_launch_result",
|
|
680
|
+
"domain": "writing",
|
|
681
|
+
"artifact_class": "result",
|
|
682
|
+
"left_score": 1.0,
|
|
683
|
+
"right_score": 0.6,
|
|
684
|
+
"delta": 0.4,
|
|
685
|
+
"outcome": "win"
|
|
686
|
+
}
|
|
687
|
+
]
|
|
688
|
+
},
|
|
689
|
+
"generic_checklist_vs_freeform": {
|
|
690
|
+
"left": "generic_checklist",
|
|
691
|
+
"right": "freeform",
|
|
692
|
+
"wins": 4,
|
|
693
|
+
"ties": 2,
|
|
694
|
+
"losses": 1,
|
|
695
|
+
"mean_pickup_score_delta": 0.114,
|
|
696
|
+
"by_case": [
|
|
697
|
+
{
|
|
698
|
+
"id": "software_trace_widget",
|
|
699
|
+
"domain": "software",
|
|
700
|
+
"artifact_class": "task",
|
|
701
|
+
"left_score": 0.8,
|
|
702
|
+
"right_score": 0.6,
|
|
703
|
+
"delta": 0.2,
|
|
704
|
+
"outcome": "win"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"id": "product_project_home",
|
|
708
|
+
"domain": "product",
|
|
709
|
+
"artifact_class": "decision",
|
|
710
|
+
"left_score": 0.4,
|
|
711
|
+
"right_score": 0.8,
|
|
712
|
+
"delta": -0.4,
|
|
713
|
+
"outcome": "loss"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"id": "research_drift_hypothesis",
|
|
717
|
+
"domain": "research",
|
|
718
|
+
"artifact_class": "hypothesis",
|
|
719
|
+
"left_score": 0.8,
|
|
720
|
+
"right_score": 0.8,
|
|
721
|
+
"delta": 0.0,
|
|
722
|
+
"outcome": "tie"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"id": "research_handoff_experiment",
|
|
726
|
+
"domain": "research",
|
|
727
|
+
"artifact_class": "experiment",
|
|
728
|
+
"left_score": 0.667,
|
|
729
|
+
"right_score": 0.667,
|
|
730
|
+
"delta": 0.0,
|
|
731
|
+
"outcome": "tie"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"id": "operations_habanero_checkpoint",
|
|
735
|
+
"domain": "operations",
|
|
736
|
+
"artifact_class": "checkpoint",
|
|
737
|
+
"left_score": 1.0,
|
|
738
|
+
"right_score": 0.6,
|
|
739
|
+
"delta": 0.4,
|
|
740
|
+
"outcome": "win"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"id": "operations_runner_policy",
|
|
744
|
+
"domain": "operations",
|
|
745
|
+
"artifact_class": "policy",
|
|
746
|
+
"left_score": 1.0,
|
|
747
|
+
"right_score": 0.8,
|
|
748
|
+
"delta": 0.2,
|
|
749
|
+
"outcome": "win"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"id": "writing_kernel_launch_result",
|
|
753
|
+
"domain": "writing",
|
|
754
|
+
"artifact_class": "result",
|
|
755
|
+
"left_score": 1.0,
|
|
756
|
+
"right_score": 0.6,
|
|
757
|
+
"delta": 0.4,
|
|
758
|
+
"outcome": "win"
|
|
759
|
+
}
|
|
760
|
+
]
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
"claims": [
|
|
764
|
+
{
|
|
765
|
+
"id": "matched_agent_pilot_corpus_exists",
|
|
766
|
+
"claim": "ORP ran a matched Codex pickup simulation corpus spanning the requested artifact classes and domains.",
|
|
767
|
+
"status": "pass"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"id": "kernel_outscores_generic_checklist_on_agent_pickup",
|
|
771
|
+
"claim": "On the matched Codex recoverability simulation, kernel artifacts preserve more explicit required-field recoverability than generic checklist artifacts.",
|
|
772
|
+
"status": "pass"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"id": "kernel_outscores_freeform_on_agent_pickup",
|
|
776
|
+
"claim": "On the matched Codex recoverability simulation, kernel artifacts preserve more explicit required-field recoverability than free-form artifacts.",
|
|
777
|
+
"status": "pass"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": "generic_checklist_improves_on_freeform_on_agent_pickup",
|
|
781
|
+
"claim": "On the matched Codex recoverability simulation, a generic checklist preserves more explicit required-field recoverability on average than free-form artifacts, but not uniformly case by case.",
|
|
782
|
+
"status": "pass"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"id": "kernel_preserves_full_pickup_targets_in_agent_simulation",
|
|
786
|
+
"claim": "On the matched Codex recoverability simulation, kernel artifacts keep all required fields explicitly recoverable.",
|
|
787
|
+
"status": "pass"
|
|
788
|
+
}
|
|
789
|
+
],
|
|
790
|
+
"summary": {
|
|
791
|
+
"all_claims_pass": true,
|
|
792
|
+
"kernel_mean_pickup_score": 1.0,
|
|
793
|
+
"generic_checklist_mean_pickup_score": 0.81,
|
|
794
|
+
"freeform_mean_pickup_score": 0.695
|
|
795
|
+
}
|
|
796
|
+
}
|