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 @@ -29,6 +29,7 @@ DigiEmu Core is moving toward a public standard structure for deterministic AI d
- [DigiEmu Core Specification v0.9](docs/DIGIEMU_CORE_SPEC_v0.9.md)
- [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)
- [Verify Report Examples v0.9](docs/VERIFY_REPORT_EXAMPLES_v0.9.md)

### Specification index and implementation contracts
Expand Down
32 changes: 30 additions & 2 deletions docs/CHANGELOG_STANDARDIZATION_v0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ DigiEmu Core is being structured as an emerging public standard for deterministi
The current public standard structure is:

```text
Specification → Test Vectors → Conformance → Verify Report Examples → Verify Report Schema
```
Specification → Test Vectors → Conformance → Conformance Declaration → Verify Report Examples → Verify Report Schema```

Meaning:

Expand Down Expand Up @@ -124,6 +123,35 @@ ERROR

---

---

### DigiEmu Core Conformance Declaration v0.9

File:

```text
docs/CONFORMANCE_DECLARATION_v0.9.md
```

Purpose:

Defines how implementations can declare claimed DigiEmu Core conformance levels.

It supports:

- implementation identification
- declared conformance levels
- supported capabilities
- supported test vectors
- known limitations
- declaration status
- relationship to Conformance v0.9
- relationship to Verify Report Schema v0.9

This gives implementers a reviewable way to state which DigiEmu Core conformance level they claim to support.

---

### DigiEmu Core Verify Report Examples v0.9

File:
Expand Down
1 change: 1 addition & 0 deletions docs/SPEC_INDEX_v1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ These documents define the emerging public standard structure for DigiEmu Core.
- `docs/DIGIEMU_CORE_SPEC_v0.9.md`
- `docs/TEST_VECTORS_v0.9.md`
- `docs/CONFORMANCE_v0.9.md`
- `docs/CONFORMANCE_DECLARATION_v0.9.md`
- `docs/VERIFY_REPORT_EXAMPLES_v0.9.md`
- `docs/VERIFY_REPORT_SCHEMA_v0.9.json`

Expand Down
Loading