-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-ci-success.json
More file actions
84 lines (84 loc) · 2.09 KB
/
example-ci-success.json
File metadata and controls
84 lines (84 loc) · 2.09 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"status": "ok",
"summary": "all readiness phases passed",
"keep_going": false,
"policy_profile": "ci",
"slow_run_threshold_ms": 8000,
"slow_phase_threshold_ms": 1000,
"started_at": "2026-03-17T09:00:00Z",
"completed_at": "2026-03-17T09:00:03Z",
"duration_ms": 3000,
"warning_policy_failed": false,
"doctor": {
"status": "ok",
"runtime": {
"foreign_keys": true,
"required_schema_ok": true,
"fts_ready": true
},
"migrations": {
"pending": 0
},
"audit": {
"note_provenance_ready": true,
"exclusion_audit_ready": true,
"import_audit_ready": true
},
"follow_imports": {
"health_present": true,
"last_updated_at": "2026-03-17T08:59:55Z",
"status": "ok",
"source": "watcher_import",
"input_count": 1,
"continuous": true,
"poll_interval_seconds": 5,
"snapshot_age_seconds": 5,
"health_stale": false,
"requested_watch_mode": "auto",
"active_watch_mode": "notify",
"watch_fallbacks": 0,
"watch_transitions": 0,
"watch_poll_catchups": 0,
"watch_poll_catchup_bytes": 0,
"warnings": null
},
"mcp": {
"transport": "stdio",
"tool_count": 11
}
},
"stdio_mcp_smoke_test": {
"status": "ok",
"summary": "mcp smoke test passed"
},
"http_mcp_smoke_test": {
"status": "ok",
"summary": "http mcp smoke test passed"
},
"phases": [
{
"name": "doctor",
"status": "ok",
"summary": "doctor --json passed",
"started_at": "2026-03-17T09:00:00Z",
"completed_at": "2026-03-17T09:00:00.4Z",
"duration_ms": 400
},
{
"name": "stdio_mcp_smoke_test",
"status": "ok",
"summary": "mcp smoke test passed",
"started_at": "2026-03-17T09:00:00.4Z",
"completed_at": "2026-03-17T09:00:01Z",
"duration_ms": 600
},
{
"name": "http_mcp_smoke_test",
"status": "ok",
"summary": "http mcp smoke test passed",
"started_at": "2026-03-17T09:00:01Z",
"completed_at": "2026-03-17T09:00:01.8Z",
"duration_ms": 800
}
]
}