01
Audit an entire project
Use this when: you need an evidence-based inventory before changing any AI call-site.
Paste into any agent. This is the same contract the jevify report follows.
Audit this project for AI call-sites that ask a language model for a bounded decision.
For every call-site you find, report:
- file and line
- the evidence in the code that it is an AI invocation
- whether the output is open language or a bounded decision
- if bounded: choice (one of a known set), score (ordered scale) or noul (probability)
- the confidence you have, and what context is missing when you are not sure
Do not rewrite anything. Do not estimate savings, latency or cost.
If the output shape is not visible in the code, report the call-site as unknown.