Summary
`chutoro-bench-datasets/src/newtypes/keys.rs` still documents only path-backed key newtypes, but the module now also hosts checksum, digest, phase, port, and partial-state types.
Required changes
Expand the module-level documentation to cover the recipe lifecycle contract types (`Phase`, `PortName`, `PartialState`) and the checksum/digest helpers (`Checksum`, `ManifestDigest`), or split them into a separately, properly documented module.
Affected areas
- `chutoro-bench-datasets/src/newtypes/keys.rs`
- `chutoro-bench-datasets/src/newtypes/mod.rs`
Acceptance criteria
- Module doc accurately reflects all public types hosted in the file.
References
- PR: $pr_url
- Requested by: @$assignee
Summary
`chutoro-bench-datasets/src/newtypes/keys.rs` still documents only path-backed key newtypes, but the module now also hosts checksum, digest, phase, port, and partial-state types.
Required changes
Expand the module-level documentation to cover the recipe lifecycle contract types (`Phase`, `PortName`, `PartialState`) and the checksum/digest helpers (`Checksum`, `ManifestDigest`), or split them into a separately, properly documented module.
Affected areas
Acceptance criteria
References