# geni memory show

> Print the memory guide agents load, plus the changes still queued for the next update.

Source: https://docs.generalinput.com/cli/memory/show



```sh
geni memory show [flags]
```

Prints what the workspace already knows: standing instructions, conventions, and the reference files agents load. Read it before starting work, and before filing a change, so you do not queue something twice.

| Flag         | Notes                         |
| ------------ | ----------------------------- |
| `--personal` | Read your own memory instead. |

## Output [#output]

The guide as markdown, followed by any queued notes:

```
# Workspace memory

## Conventions
- Invoices are reconciled against Stripe, never the ledger.
…

· Queued for the next update (do not re-file these):
- deploys go out Tuesdays
```

When nothing is recorded yet it prints `Nothing recorded yet.`
