OpenProgram Docs

memory#

usage: openprogram memory [-h] verb ...

memory status#

Show workspace contents, revision, writer health, and pending turns.

memory recall#

Search memory and print the matching paragraphs.

Option Description
query Words to recall memories for

memory show#

Print one memory file, e.g. topics/people/dave.md.

Option Description
path Path of the memory file to print

memory edit#

Open a memory file in $EDITOR; the edit lands only if it validates.

Option Description
path Path of the memory file to open

memory sleep#

Reorganise topic files now, instead of waiting for tonight.

Option Description
--model MODEL Model to reorganise with (default: whatever your own CLI uses)

memory backfill#

Write trusted source records that no Topic cites.

Option Description
--model MODEL Model to write with (default: the configured memory writer)

memory export#

Tar+gzip the entire memory dir to a path.

Option Description
--out OUT Output path (default: ./openprogram-memory-.tar.gz)