Overview
Thememory details command retrieves the complete extended details for a memory, including any additional context, decision rationale, or documentation that was saved with --details or --details-file.
Syntax
Arguments
The memory ID or ID prefix. You can use the full ID or just the first 12 characters shown in search results.
Examples
View details using ID prefix
View details with full ID
When memory has no extended details
Finding Memory IDs
You get memory IDs from:-
Search results: Shows 12-char prefix
-
Save output: Shows ID when saving
Use Cases
Review decision rationale
When you need to understand why a past decision was made:Share context with team
Export decision details for documentation:Retrieve bug fix notes
Get the full context of a past bug fix:Output
The command outputs the raw details text exactly as it was saved. This typically includes:- Extended context and background
- Structured decision documentation
- Code examples or configuration samples
- Links to related resources
- Follow-up actions or TODOs
--details, --details-file, or --details-template.
Related Commands
memory search- Find memories to get their IDsmemory save- Save memories with detailsmemory delete- Remove a memory
If you only see “No details found”, the memory was saved without the
--details or --details-file options. All the basic information is still available in search results.