pub fn cli_revision_metadata(
key: &str,
content: &str,
category: &str,
session_id: Option<&str>,
) -> HashMap<String, String>Expand description
Construct a revision metadata map for a CLI-stored memory entry.
Kept as a free helper so other callers (e.g. future construct memory store
subcommand) can build revisions with the same schema the list/get commands
expect.