-
Notifications
You must be signed in to change notification settings - Fork 484
Expand file tree
/
Copy pathdogfood-results.json
More file actions
83 lines (83 loc) · 1.91 KB
/
Copy pathdogfood-results.json
File metadata and controls
83 lines (83 loc) · 1.91 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
{
"dir": "/Users/tmchow/printing-press/library/dub",
"spec_path": "/Users/tmchow/printing-press/.runstate/majestic-giggling-lollipop-a96356fc/runs/20260502-153038/research/dub-openapi.yaml",
"verdict": "PASS",
"path_check": {
"tested": 3,
"valid": 3,
"valid_pct": 100
},
"auth_check": {
"spec_scheme": "bearer token format (expects \"Bearer \" prefix)",
"generated_format": "Bearer ",
"match": true,
"detail": "spec and generated client both use \"Bearer\""
},
"browser_session_check": {
"required": false,
"pass": true,
"detail": "browser-session auth not required"
},
"dead_flags": {
"total": 17,
"dead": 0
},
"dead_functions": {
"total": 50,
"dead": 0
},
"pipeline_check": {
"sync_calls_domain": true,
"search_calls_domain": true,
"domain_tables": 5,
"detail": "sync uses domain-specific Upsert methods; search uses domain-specific Search methods; 5 domain tables found"
},
"example_check": {
"tested": 10,
"with_examples": 10,
"valid_examples": 10,
"detail": "10/10 commands have examples"
},
"wiring_check": {
"command_tree": {
"defined": 103,
"registered": 103
},
"config_consistency": {
"consistent": true
},
"workflow_completeness": {
"skipped": true,
"total_steps": 0,
"mapped_steps": 0,
"detail": "no workflow_verify.yaml found"
}
},
"novel_features_check": {
"planned": 14,
"found": 14
},
"mcp_surface_parity": {
"state": "runtime_walking",
"pass": true,
"detail": "MCP surface mirrors the Cobra tree at runtime"
},
"reimplementation_check": {
"checked": 14,
"exempted_via_store": 14
},
"source_client_check": {
"checked": 0,
"skipped": true
},
"print_json_filtered_check": {
"checked": 96
},
"test_presence": {
"checked": 0
},
"naming_check": {
"checked": 96
},
"issues": null
}