PolicyFlow 0.2.0 - Evaluation Governance Foundation
PolicyFlow 0.2.0 - Evaluation Governance Foundation
This release completes the v1.1 Evaluation Foundation milestone.
Added
- Optional top-level
evaluationworkflow governance for declared quality criteria, categories, metrics, thresholds, evidence refs, and compliance status. - Typed Evaluation Governance models and schema normalization support.
- Validator checks for risk-based evaluation categories, required metric consistency, blocking failures, duplicate IDs, and simple declared threshold comparisons.
- Provider-neutral Evaluation Governance example covering tests, coverage, review score, security findings, and performance gates.
- Invalid evaluation fixtures for missing evidence refs and threshold mismatches.
- Consumer documentation for Evaluation Governance scope, non-scope, required fields, evidence, and examples.
Consumer Impact
- Existing workflows without an
evaluationblock remain valid. - Workflows that declare
evaluationnow receive stronger consistency validation. - Consumer-Repos should pin
policyflow==0.2.0and runpolicyflow sync .to review managed asset updates. - CI, scanners, test tooling, benchmark tools, and human reviewers remain external; PolicyFlow records and validates declared governance metadata only.
Validation
pytest -qpassed.- Release-focused docs, bootstrap, packaging, and GitHub workflow tests passed.
policyflow validate workflows/features/release-0-2-0.ymlpassed.python -m buildsucceeded.twine check dist\*passed.