Add guide-board pilot ingestion

This commit is contained in:
2026-05-17 00:09:11 +02:00
parent 1f379ba321
commit 91bb08c8e5
22 changed files with 1074 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
{
"reviewed_logs": [
"raw/session/transcript.txt"
],
"warnings": [
"Repository returned one optional capability warning."
]
}

View File

@@ -0,0 +1,6 @@
{
"repositoryId": "fixture-repo",
"capabilities": {
"capabilityQuery": "metadataonly"
}
}

View File

@@ -0,0 +1,3 @@
GET /cmis/browser
200 OK
Repository info collected for fixture.

View File

@@ -0,0 +1,12 @@
{
"package_version": 1,
"files": [
{ "path": "run.json", "kind": "run-metadata" },
{ "path": "retention-summary.json", "kind": "retention-summary" },
{ "path": "reports/report.md", "kind": "report" },
{ "path": "scorecards/cmis-scorecard.json", "kind": "scorecard" },
{ "path": "logs/log-review-summary.json", "kind": "log-review" },
{ "path": "raw/session/transcript.txt", "kind": "raw-artifact" },
{ "path": "raw/session/browser-response.json", "kind": "raw-artifact" }
]
}

View File

@@ -0,0 +1,3 @@
# Guide-board CMIS Assessment
Fixture run `gb-fixture-001` completed with one warning and no failed checks.

View File

@@ -0,0 +1,17 @@
{
"retention_class": "release-evidence",
"report_paths": [
"reports/report.md",
"scorecards/cmis-scorecard.json",
"logs/log-review-summary.json"
],
"evidence_counts": {
"raw_artifacts": 2,
"reports": 3
},
"finding_counts": {
"pass": 17,
"warning": 1,
"fail": 0
}
}

10
tests/fixtures/guide-board/run.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"run_id": "gb-fixture-001",
"target_profile_ref": "open-cmis-tck:browser-binding",
"assessment_profile_ref": "guide-board:cmis-assessment:v1",
"result_status": "passed-with-findings",
"source_commits": {
"guide-board": "1234567890abcdef",
"open-cmis-tck": "abcdef1234567890"
}
}

View File

@@ -0,0 +1,7 @@
{
"scorecard": "cmis-browser-binding",
"checks": 18,
"passed": 17,
"warnings": 1,
"failed": 0
}