-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbundle.json
More file actions
59 lines (59 loc) · 1.57 KB
/
Copy pathbundle.json
File metadata and controls
59 lines (59 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"schemaVersion": "0.2.0",
"id": "hello-world-bundle",
"title": "Fix greeting punctuation",
"createdAt": "2026-03-18T00:00:00.000Z",
"tool": "codex",
"model": "gpt-5",
"runtime": "node",
"repo": "example/hello-world",
"commit": "abc123",
"branch": "main",
"tags": ["demo", "mvp"],
"artifacts": {
"task": "task.md",
"summary": "summary.md",
"diff": "result.diff",
"events": "events.jsonl",
"workspaceManifest": "workspace/manifest.json",
"workspaceFilesDir": "workspace/files"
},
"artifactInfo": {
"task": {
"path": "task.md",
"sha256": "18f5af61553b0b4e4de1a631c8984b9c260b2d8f04e709919d3e1da361c3ccf8",
"size": 327
},
"summary": {
"path": "summary.md",
"sha256": "5b0bf8e4d1a371fa32fe75907b38cf369f75a2358da75e7f9956a0bac47c0813",
"size": 218
},
"diff": {
"path": "result.diff",
"sha256": "019b7bc586b6b47ea312f3a2477c6a921ef26863b2d794686735efaa6f9d4f03",
"size": 216
},
"events": {
"path": "events.jsonl",
"sha256": "491345ab50af9bebb48bb336d85fe0f50e25b8a642b0bf9fc164ce446d874c67",
"size": 242
},
"workspaceManifest": {
"path": "workspace/manifest.json",
"sha256": "597e67b477306fa3cb74838e3273c2aba220940b5ad81530e6ea820ea5174d1a",
"size": 255
}
},
"runner": {
"os": "darwin",
"nodeVersion": "v25.8.0",
"cliVersion": "0.3.0",
"promptSource": "cli"
},
"outcome": {
"status": "success",
"score": 0.93,
"judgeNotes": "Small patch, correct output, complete workspace capture."
}
}