2.0 KiB
2.0 KiB
DRP2 Reading Order
Read these files in order during DRP2 review.
1. Orientation
- README.md: directory status, map, validation, and scope.
- AUTHORITY.md: conflict resolution and source-of-truth order.
- LAYER1.md: primary human-readable contract overview.
- GLOSSARY.md: fixed protocol terminology.
- VERSIONING.md: compatibility and contract-evolution rules.
2. Active Protocol Surface
- COMMANDS.md: active
2.0command surface and command semantics. - LIFETIMES.md: object lifetime and encoder/pass state rules.
- ERRORS.md: validation and error model.
- CAPABILITIES.md: feature and format capability reporting.
- CONFORMANCE.md: conformance levels and requirements for
2.0.
3. Machine-Readable Review Material
- schema/README.md: schema authority, active files, and maintenance rules.
- schema/drp_command.json: root union for active commands.
- schema/commands/: per-command schema files.
- schema/common/: shared enums and common value types.
- schema/DEFERRED.md: explicitly deferred schema inventory.
4. Executable Conformance Material
- fixtures/README.md: fixture corpus overview.
- fixtures/FORMAT.md: fixture file format.
- fixtures/RUNNER.md: fixture runner behavior and usage.
- fixtures/positive/: canonical valid traces.
- fixtures/negative/: canonical invalid semantic traces.
- fixtures/negative_schema/: canonical invalid schema traces.
5. Pressure And Roadmap Notes
- recording/README.md: DRP2/DVZR recording and replay design status.
- roadmap/README.md: long-horizon WebGPU and native/browser parity direction.