Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 28 additions & 0 deletions docs/CHANGELOG_STANDARDIZATION_v0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion docs/SPEC_INDEX_v1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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:
Expand Down
Loading