forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdogfood-results.json
More file actions
87 lines (87 loc) · 1.91 KB
/
Copy pathdogfood-results.json
File metadata and controls
87 lines (87 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
84
85
86
87
{
"dir": "/Users/cathrynlavery/printing-press/library/amazon-seller",
"spec_path": "catalog/specs/amazon-seller.yaml",
"verdict": "PASS",
"path_check": {
"tested": 0,
"valid": 0,
"valid_pct": 0,
"skipped": true,
"detail": "internal-yaml spec: paths validated at parse time"
},
"auth_check": {
"spec_scheme": "",
"generated_format": "unknown",
"match": true,
"detail": "spec not provided or no bot/bearer scheme detected"
},
"browser_session_check": {
"required": false,
"pass": true,
"detail": "browser-session auth not required"
},
"dead_flags": {
"total": 18,
"dead": 0
},
"dead_functions": {
"total": 51,
"dead": 0
},
"pipeline_check": {
"sync_calls_domain": true,
"search_calls_domain": false,
"domain_tables": 1,
"detail": "sync uses domain-specific Upsert methods; search uses generic Search only; 1 domain tables found"
},
"example_check": {
"tested": 10,
"with_examples": 10,
"valid_examples": 10,
"detail": "10/10 commands have examples"
},
"wiring_check": {
"command_tree": {
"defined": 40,
"registered": 40
},
"config_consistency": {
"consistent": true
},
"workflow_completeness": {
"skipped": true,
"total_steps": 0,
"mapped_steps": 0,
"detail": "no workflow_verify.yaml found"
}
},
"novel_features_check": {
"planned": 0,
"found": 0,
"skipped": true
},
"mcp_surface_parity": {
"state": "runtime_walking",
"pass": true,
"detail": "MCP surface mirrors the Cobra tree at runtime"
},
"reimplementation_check": {
"checked": 0,
"exempted_via_store": 0,
"skipped": true
},
"source_client_check": {
"checked": 0,
"skipped": true
},
"print_json_filtered_check": {
"checked": 33
},
"test_presence": {
"checked": 0
},
"naming_check": {
"checked": 33
},
"issues": null
}