Skip to main content

Module inspect_cli

Module inspect_cli 

Source
Expand description

recall-echo what-do-you-know — memory, read out loud.

Everything else in the CLI answers a question the user already knew to ask. This answers the one they have before they know anything: what do you think you know? It is deliberately readable rather than complete — a person should be able to scan it in ten seconds and think “yes, that’s right” or “no, that’s wrong”, and the second thought needs somewhere to go, so every rendering points at graph correct.

Nothing here retrieves. The overview is a projection of the store and the --about form is the ordinary hybrid query; this module only decides how the answer reads. Rendering builds a string and printing emits it, so what a person sees is what a test can assert.

Functions§

certainty
How a posterior mean reads out loud.
render_overview
Everything memory holds, as a person reads it.
render_topic
What memory holds about one subject, as a person reads it.
run
Report what memory holds — everything, or one subject.