Deterministic first use
See the decision trail in one command.
This synthetic fixture is designed to make the mechanism inspectable. It does not contact a model, require a provider key, or modify an existing project.
Run it
git clone https://github.com/leviuszen/meaning-assurance.git
cd meaning-assurance
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\Run-Demo.ps1
cd meaning-assurance
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\Run-Demo.ps1
What the fixture contains
- A bounded task packet and a worker completion claim.
- Frozen test and changed-file evidence.
- Reviewer findings with confirm, reject, and not-testable outcomes.
- A final human decision that refuses acceptance when evidence is incomplete.
Expected conclusion
The worker says the task is complete. The evidence shows one declared test is missing and one changed file is outside scope. The final decision is therefore not accepted.
The demo proves that the included fixture can be processed
deterministically. It does not prove that every real review has enough
evidence, that reviewers are correct, or that the final human decision
will be correct.