Each row is one engineering question AI agents commonly skip
because they can't see the answer. The CLI surface is organised
around the questions — not around an encyclopaedic command list.
Codebase sight
"What does this repo do? What should I read?"
roam understand · roam map · roam tour · roam describe
Context retrieval
"Pull the exact spans I need for this task."
roam retrieve · roam context · roam search-semantic · roam agent-context
Change safety
"What breaks if I edit this? Which tests run?"
roam preflight · roam impact · roam affected-tests · roam diff
PR review
"Did the AI miss a clone, a caller, a test?"
roam critique · roam pr-analyze · roam pr-risk · roam clones
Algorithmic judgment
"Is this code correct but slow?"
roam math · roam algo · roam n1 · roam missing-index · roam hotspots
Catches AI patterns that pass tests but become O(n²): nested-loop lookups, N+1 queries, regex compiled in loops, repeated JSON parsing, branching recursion without memoisation.
Architecture governance
"Is the architecture drifting?"
roam layers · roam architecture-drift · roam health · roam dark-matter · roam fitness
Refactor safety
"Can I simulate this refactor first?"
roam simulate · roam mutate · roam safe-delete · roam plan-refactor
Multi-agent coordination
"Can multiple agents work on this graph in parallel?"
roam fleet · roam partition · roam orchestrate · roam agent-plan
Evidence + compliance
"Can we prove what was checked, signed, and gated?"
roam attest · roam cga · roam audit-trail-export · roam --sarif