You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ralph/prd.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@
226
226
"Writes a separate harness_configs.json to output dir with the full config per run"
227
227
],
228
228
"priority": 13,
229
-
"passes": false,
229
+
"passes": true,
230
230
"notes": "config.json is in the batch timestamp dir. claude-code.txt init line has {type: 'system', subtype: 'init', tools: [...], mcp_servers: [...], model: '...', permissionMode: '...', claude_code_version: '...'}. This is critical for reproducibility."
- Batch-level config.json has `agents` (list), task-level config.json has `agent` (dict) — handle both
241
+
- Batch-level config.json also lacks `task` key; it uses `tasks` (list) when present
242
+
- claude-code.txt init line is `{type: 'system', subtype: 'init', ...}` — always the first JSONL entry
243
+
- mcp_servers is a list of `{name, status}` dicts; server name determines the MCP mode
244
+
- `sourcegraph_hybrid` in Harbor config dir name actually had only `sourcegraph` server (no deepsearch), so mcp_mode resolves to `sourcegraph_no_deepsearch`
245
+
- `deepsearch_hybrid` in Harbor config dir name had `deepsearch` server only
0 commit comments