-
Notifications
You must be signed in to change notification settings - Fork 484
Expand file tree
/
Copy pathdogfood-results.json
More file actions
87 lines (87 loc) · 1.89 KB
/
Copy pathdogfood-results.json
File metadata and controls
87 lines (87 loc) · 1.89 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": "\u003ccli-dir\u003e/trendhunter-pp-cli",
"spec_path": "\u003ccli-dir\u003e/spec.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/basic scheme detected"
},
"browser_session_check": {
"required": false,
"pass": true,
"detail": "browser-session auth not required"
},
"dead_flags": {
"total": 18,
"dead": 0
},
"dead_functions": {
"total": 57,
"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": 50,
"registered": 50
},
"config_consistency": {
"consistent": true
},
"workflow_completeness": {
"skipped": true,
"total_steps": 0,
"mapped_steps": 0,
"detail": "no workflow_verify.yaml found"
}
},
"novel_features_check": {
"planned": 9,
"found": 9
},
"mcp_surface_parity": {
"state": "runtime_walking",
"pass": true,
"detail": "MCP surface mirrors the Cobra tree at runtime"
},
"reimplementation_check": {
"checked": 9,
"exempted_via_store": 9
},
"source_client_check": {
"checked": 10
},
"print_json_filtered_check": {
"checked": 28
},
"test_presence": {
"checked": 2,
"thin_tests": [
"thstore (1 test funcs)"
]
},
"naming_check": {
"checked": 28
},
"issues": null
}