Examples

A selection of real Recall commands. See the commands reference for every flag and exit code.

Initialize Recall in a repository

Analyzes the repository and creates the `.recall/` memory directory.

recall init

Generate context for a specific task

Ranks and surfaces the files most relevant to a task, with explainable evidence.

recall context --task "Fix password reset controller" --stdout

Check whether memory is up to date

Reports whether `.recall/` reflects the current state of the repository.

recall status

Explain a file or directory

Explains a path's role in the repository.

recall explain src/auth/password-reset.controller.ts

Refresh memory after changes

Re-runs analysis and updates `.recall/` from the current repository state.

recall update

Validate the environment

Checks the Recall installation and memory state for problems.

recall doctor