- What it covers
- A single, complete log entry per decision: what went in, what was retrieved, what tools ran, and what came out.
- How to build it
- One structured log record per decision, keyed to the release version above, capturing all four elements instead of only the final output.
- Produces
- A decision that can be read back in full, not reconstructed from whichever pieces happened to get logged.
- Tradeoff
- Logging full inputs and retrieved context at this granularity is real storage and, for personal data, a real privacy-scoping decision, not a free add.
- Prove it
- A decision picked at random resolves to a complete log entry that someone actually checks, rather than one merely documented as policy.