Deepen operational quality evidence - #18
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
The engine now makes the report date, source data and rule policy explicit. It can read CSV or DuckDB input, validates a versioned rule file, records machine readable run events and writes a manifest with source, policy and output hashes.
Three synthetic scenarios show the complete decision range. A clean input is ready for routine reporting, a second input needs review and the blocked example is not ready. The blocked example produces 39 exceptions and a score of 12 out of 100.
The score is deliberately simple enough to challenge. It does not claim that a passing record is factually correct, and the local DuckDB output is not presented as a hosted warehouse.
Checks
make qa: 53 tests passed with 96.42 per cent coverage, and Ruff found no issuesmake audit: no known vulnerabilities in an isolated environmentmake benchmark: 100,000 rows and 1,000 deliberate exceptions completed locally