RAGit
CommandsMemory

Memory

Manage working memory and durable memory promotion

The memory family separates active continuity from durable searchable knowledge.

Choose A Subcommand

  • memory wrap: record the current session state.
  • memory recall: rebuild the next-session packet.
  • memory promote: crystallize stable knowledge into durable docs that become searchable after commit and ingest.

Family Boundary

  • wrap writes control-plane state into .ragit/memory/**.
  • recall reads working state and combines it with retrieval.
  • promote writes durable docs into docs/memory/**; it does not ingest them, so review and commit them before a later ingest.