Skip to main content

Module manifest

Module manifest 

Source
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§

FullManifest
The complete manifest structure.
FullManifestEntry
A single feature entry in the manifest.
ManifestMeta
Top-level metadata section of the manifest.
ValidationErrors
A collection of validation errors and warnings.

Enums§

EgressStatus
Represents the egress implementation status for a feature.
EvidenceLevel
Represents the evidence level for a feature claim.
ValidationError
A single validation error with context.

Constants§

ALLOWED_CATEGORIES
Allowed category values 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.