-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtruth-baseline.json
More file actions
119 lines (119 loc) · 3.13 KB
/
Copy pathtruth-baseline.json
File metadata and controls
119 lines (119 loc) · 3.13 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"project": "ai-skills",
"timestamp": "2026-06-19T21:41:49.405440+00:00",
"summary": {
"pass": 10,
"fail": 0,
"skip": 0,
"error": 0
},
"checks": [
{
"name": "personas_on_disk",
"check_type": "count",
"status": "PASS",
"expected": null,
"actual": 114,
"claim_source": "",
"message": "Found 114 files matching ['personas/**/SKILL.md']"
},
{
"name": "agents_on_disk",
"check_type": "count",
"status": "PASS",
"expected": null,
"actual": 17,
"claim_source": "",
"message": "Found 17 files matching ['agents/**/SKILL.md']"
},
{
"name": "workflows_on_disk",
"check_type": "count",
"status": "PASS",
"expected": null,
"actual": 13,
"claim_source": "",
"message": "Found 13 files matching ['workflows/**/SKILL.md']"
},
{
"name": "readme_skill_count",
"check_type": "regex_match",
"status": "PASS",
"expected": null,
"actual": "114",
"claim_source": "",
"message": "Extracted '114' from README.md"
},
{
"name": "bundles_yaml_count",
"check_type": "command_output",
"status": "PASS",
"expected": null,
"actual": "14",
"claim_source": "",
"message": "Command returned 0; output: '14'"
},
{
"name": "installer_bundle_resolver",
"check_type": "regex_match",
"status": "PASS",
"expected": null,
"actual": "$REPO_ROOT/scripts/resolve-bundle.py",
"claim_source": "",
"message": "Extracted '$REPO_ROOT/scripts/resolve-bundle.py' from tools/install.sh"
},
{
"name": "agent_schema_files",
"check_type": "file_exists",
"status": "PASS",
"expected": [
"agents/analysis/technical-debt-auditor/schema.yaml",
"agents/analysis/release-engineer/schema.yaml",
"agents/analysis/entity-resolver/schema.yaml",
"agents/analysis/context-mapper/schema.yaml",
"agents/analysis/workflow-debugger/schema.yaml",
"agents/analysis/document-forensics/schema.yaml",
"agents/analysis/intent-author/schema.yaml"
],
"actual": {
"missing": [],
"unexpected": []
},
"claim_source": "",
"message": "All paths match expectation"
},
{
"name": "registry_has_schema_false_flags",
"check_type": "command_output",
"status": "PASS",
"expected": null,
"actual": "0",
"claim_source": "",
"message": "Command returned 0; output: '0'"
},
{
"name": "contributor_templates",
"check_type": "file_exists",
"status": "PASS",
"expected": [
"templates/agent-template.md",
"templates/workflow-template.md"
],
"actual": {
"missing": [],
"unexpected": []
},
"claim_source": "",
"message": "All paths match expectation"
},
{
"name": "changelog_latest_version",
"check_type": "regex_match",
"status": "PASS",
"expected": null,
"actual": "1.0.0",
"claim_source": "",
"message": "Extracted '1.0.0' from CHANGELOG.md"
}
]
}