diff --git a/README.md b/README.md index 7ff536c..0ec63bf 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ DigiEmu Core is moving toward a public standard structure for deterministic AI d - [Test Vectors v0.9](docs/TEST_VECTORS_v0.9.md) - [Conformance v0.9](docs/CONFORMANCE_v0.9.md) - [Conformance Declaration v0.9](docs/CONFORMANCE_DECLARATION_v0.9.md) +- [Conformance Declaration Schema v0.9](docs/CONFORMANCE_DECLARATION_SCHEMA_v0.9.json) - [Verify Report Examples v0.9](docs/VERIFY_REPORT_EXAMPLES_v0.9.md) ### Specification index and implementation contracts diff --git a/docs/CHANGELOG_STANDARDIZATION_v0.9.md b/docs/CHANGELOG_STANDARDIZATION_v0.9.md index 7a59928..093c9da 100644 --- a/docs/CHANGELOG_STANDARDIZATION_v0.9.md +++ b/docs/CHANGELOG_STANDARDIZATION_v0.9.md @@ -152,6 +152,34 @@ This gives implementers a reviewable way to state which DigiEmu Core conformance --- +--- + +### DigiEmu Core Conformance Declaration Schema v0.9 + +File: + +```text +docs/CONFORMANCE_DECLARATION_SCHEMA_v0.9.json +``` + +Purpose: + +Defines a public review draft JSON Schema for machine-readable DigiEmu Core conformance declarations. + +It supports validation of: + +- declaration type and version +- implementation metadata +- declared conformance levels +- supported capabilities +- supported and passed test vectors +- known limitations +- declaration status + +This makes DigiEmu Core conformance declarations formally validatable across independent implementations. + +--- + ### DigiEmu Core Verify Report Examples v0.9 File: diff --git a/docs/SPEC_INDEX_v1.0.md b/docs/SPEC_INDEX_v1.0.md index 9f6a914..2833c1b 100644 --- a/docs/SPEC_INDEX_v1.0.md +++ b/docs/SPEC_INDEX_v1.0.md @@ -26,6 +26,7 @@ These documents define the emerging public standard structure for DigiEmu Core. - `docs/TEST_VECTORS_v0.9.md` - `docs/CONFORMANCE_v0.9.md` - `docs/CONFORMANCE_DECLARATION_v0.9.md` +- `docs/CONFORMANCE_DECLARATION_SCHEMA_v0.9.json` - `docs/VERIFY_REPORT_EXAMPLES_v0.9.md` - `docs/VERIFY_REPORT_SCHEMA_v0.9.json` @@ -48,7 +49,7 @@ These documents provide additional specification context for snapshot hashing, b DigiEmu Core currently follows this public standard development path: ```text -Specification → Test Vectors → Conformance → Verify Report Examples → Verify Report Schema +Specification → Test Vectors → Conformance → Conformance Declaration → Conformance Declaration Schema → Verify Report Examples → Verify Report Schema ``` Meaning: