smithers memory — View and query cross-run memory facts.

Usage: smithers memory <command>

Commands:
  get   Get a single memory fact by namespace + key.
  list  List all memory facts in a namespace.
  rm    Delete a memory fact by namespace + key.
  set   Set a memory fact (value is stored verbatim as the fact's JSON value).

Global Options:
  --filter-output <keys>              Filter output by key paths (e.g. foo,bar.baz,a[0,3])
  --format <toon|json|yaml|md|jsonl>  Output format
  --full-output                       Show full output envelope
  --help                              Show help
  --llms, --llms-full                 Print LLM-readable manifest
  --schema                            Show JSON Schema for command
  --token-count                       Print token count of output (instead of output)
  --token-limit <n>                   Limit output to n tokens
  --token-offset <n>                  Skip first n tokens of output
