generated from coulomb/repo-seed
Separated open-cmis-tck and guide-board repositories
This commit is contained in:
14
extensions/sample-noop/INTENT.md
Normal file
14
extensions/sample-noop/INTENT.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# INTENT
|
||||
|
||||
## Extension Name
|
||||
|
||||
`sample-noop`
|
||||
|
||||
## Purpose
|
||||
|
||||
`sample-noop` is a tiny guide-board extension used to prove that the core can
|
||||
discover extensions, validate profiles, and build run plans without depending on
|
||||
CMIS or any external test harness.
|
||||
|
||||
It should stay boring. Its job is to exercise the guide-board contracts before
|
||||
real extension adapters add domain-specific runners and normalizers.
|
||||
38
extensions/sample-noop/extension.json
Normal file
38
extensions/sample-noop/extension.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "sample-noop",
|
||||
"name": "Sample No-Op Extension",
|
||||
"version": "0.1.0",
|
||||
"extension_type": "procedural_evidence",
|
||||
"lifecycle_status": "incubating",
|
||||
"supported_frameworks": [
|
||||
"guide-board.sample-readiness.v0"
|
||||
],
|
||||
"authorities": [
|
||||
"guide-board"
|
||||
],
|
||||
"profile_schemas": [
|
||||
"target-profile",
|
||||
"assessment-profile"
|
||||
],
|
||||
"check_groups": [
|
||||
{
|
||||
"id": "profile-shape",
|
||||
"name": "Profile Shape",
|
||||
"check_type": "manual",
|
||||
"requirement_refs": [
|
||||
"guide-board.sample-readiness.v0.profile-shape"
|
||||
],
|
||||
"runner_ref": null
|
||||
}
|
||||
],
|
||||
"preflight_runner": null,
|
||||
"runner_entrypoints": [],
|
||||
"normalizers": [],
|
||||
"mappings": [
|
||||
"sample-readiness-map"
|
||||
],
|
||||
"report_fragments": [],
|
||||
"dependencies": [],
|
||||
"restricted_assets": [],
|
||||
"certification_boundary": "Development-only sample extension. It produces no certification or compliance conclusion."
|
||||
}
|
||||
16
extensions/sample-noop/mappings/sample-readiness-map.json
Normal file
16
extensions/sample-noop/mappings/sample-readiness-map.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"id": "sample-readiness-map",
|
||||
"extension_id": "sample-noop",
|
||||
"framework_refs": [
|
||||
"guide-board.sample-readiness.v0"
|
||||
],
|
||||
"mappings": [
|
||||
{
|
||||
"requirement_ref": "guide-board.sample-readiness.v0.profile-shape",
|
||||
"target_type": "quality_dimension",
|
||||
"target_id": "profile-readiness",
|
||||
"label": "Profile Readiness",
|
||||
"description": "The sample target and assessment profiles can be discovered, validated, and planned."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user