Docs/Everyday tasks

Everyday tasks

Reading what ROSE knows, teaching it directly, and reading its own numbers.

You want toRun
Teach it something now, without waiting for reflection rose add "…" --family retry
See what it just learned rose tree --recent
See everything it knows, by family rose tree  ·  rose tree -v for bodies
See what a prompt would pull in rose recall --prompt "…"
See why it chose those rose trace --prompt "…"
Check how it is doing rose status
Settle a contradiction it flagged rose conflicts then rose resolve <id>
Stop it interrupting to reflect rose config learning.nudge_mode off
Turn recall off but keep learning rose config recall.enabled false
Remove it entirely rose uninstall — removes only what ROSE added

Reading rose status#

  precision  2/23 served lessons were used  (9%)
  captures   19  (4 by a reflector, 15 by the session)
  missed     79%  — the reflector is missing most of them

precision is retrieval quality: of the lessons put in front of the model, how many bore on the work. Low precision is a router problem, not a memory problem. missed is capture quality: a lesson the live session had to add by hand is one the reflector saw the evidence for and did not take.