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 initGenerate 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" --stdoutCheck whether memory is up to date
Reports whether `.recall/` reflects the current state of the repository.
recall statusExplain a file or directory
Explains a path's role in the repository.
recall explain src/auth/password-reset.controller.tsRefresh memory after changes
Re-runs analysis and updates `.recall/` from the current repository state.
recall updateValidate the environment
Checks the Recall installation and memory state for problems.
recall doctor