Skip to content
Merged
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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,22 @@ DigiEmu Core is moving toward a public standard structure for deterministic AI d
- [Verify Report Examples v0.9](docs/VERIFY_REPORT_EXAMPLES_v0.9.md)

### Specification index and implementation contracts

- [Spec Index v1.0](docs/SPEC_INDEX_v1.0.md)
- [CLI Contract v1.0](docs/CLI_CONTRACT_v1.0.md)
- [Snapshot Hash v1.0](docs/SNAPSHOT_HASH_v1.0.md)
- [Verify Spec v1.0](docs/VERIFY_SPEC_v1.0.md)
- [Verify Result Schema v1](docs/VERIFY_RESULT_SCHEMA_v1.json)
- [Verify Report Schema v0.9](docs/VERIFY_REPORT_SCHEMA_v0.9.json)
- [Snapshot Bundle v1.0](docs/SNAPSHOT_BUNDLE_v1.0.md)

---
````md

### Public standard path

```text
Specification → Test Vectors → Negative Test Vectors → Test Vector Manifest → Conformance → Conformance Declaration → Conformance Declaration Schema → Verify Report Examples → Verify Report Schema```
Specification -> Test Vectors -> Negative Test Vectors -> Test Vector Manifest -> Conformance -> Conformance Declaration -> Conformance Declaration Schema -> Verify Report Examples -> Verify Report Schema
```

The specification explains the model.
The test vectors make verification reproducible.
Expand Down
Loading