Memory Layer
Install

Project wizard

What you will do

Create repo-local Memory Layer files for one project.

cd /path/to/project
memory wizard --dry-run
memory wizard

The dry run is important. It previews files such as .mem/project.toml and .agents/ material before they are written. Commit repo-local instructions that should travel with the project, but do not commit secrets or machine-local runtime state.

Verify

memory status --project <project-slug>
memory query --project <project-slug> --question "What is this project?"

Next

Read Agents or Watchers.

On this page