Goal: confirm the whole pipeline works end-to-end by storing your first three facts and recalling them.
Assume the server is up and you’ve built the CLI (see The Command-Line Client).
ownsona add "My dog's name is Mochi." --tags family,pets ownsona add "I prefer concise answers." --tags preferences ownsona add "The Q3 forecast lives in ~/work/q3/" --tags work
Each call should print Ok (id=N).
Recall:
ownsona query "what's my dog's name"
Should return the Mochi memory with a high score (around 0.85+).
ownsona query "how should you answer me"
Should return the “concise answers” memory. Note that the score is lower (around 0.5–0.6) because the query is more abstract — semantic recall, not keyword match.
List everything:
ownsona list
Three rows, newest first.