Expand description
Manifest validation for pproxy feature parity tracking.
Parses tests/compat/pproxy_manifest.toml and validates structural
invariants that prevent regressions in the evidence index.
Structs§
- Full
Manifest - The complete manifest structure.
- Full
Manifest Entry - A single feature entry in the manifest.
- Manifest
Meta - Top-level metadata section of the manifest.
- Validation
Errors - A collection of validation errors and warnings.
Enums§
- Egress
Status - Represents the egress implementation status for a feature.
- Evidence
Level - Represents the evidence level for a feature claim.
- Validation
Error - A single validation error with context.
Constants§
- ALLOWED_
CATEGORIES - Allowed
categoryvalues for manifest entries. - PINNED_
PPROXY_ VERSION - Pinned pproxy version that manifest metadata must reference.
Functions§
- find_
manifest_ path - Locate the pproxy manifest file relative to the workspace root.
- validate_
manifest - Validate a manifest parsed from TOML.
- validate_
manifest_ file - Parse and validate a manifest from a filesystem path.