From c87f97899d0c99c9a7bb642249f82a68649741d7 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Mon, 2 Feb 2026 22:41:30 +0100 Subject: [PATCH] Update USAGE.md with show sections/children details and update --section example --- USAGE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index a0afa14..6f13618 100644 --- a/USAGE.md +++ b/USAGE.md @@ -52,10 +52,12 @@ memory query "user service" --limit 5 --format json ### `memory show ` -Show a node's full details and its connections. The `` can be a full UUID or a unique prefix. +Show a node's full details, structured sections, inline children, and connections. The `` can be a full UUID or a unique prefix. Each call to `show` updates the node's `lastAccessedAt` timestamp, which affects freshness scoring. +If the node has `metadata.sections`, they render as labeled blocks. If the node has outgoing `contains` edges, children are listed inline before other connections. + | Argument / Option | Required | Description | |---|---|---| | `` | yes | Node ID or unique prefix | @@ -105,6 +107,7 @@ Update an existing node's fields. memory update abc123 --status done memory update abc123 -t "Updated title" -c "New content" memory update abc123 --tags newtag1,newtag2 +memory update abc123 --section "Notes: Updated implementation notes" ``` ### `memory remove `