Memory Layer
Agents

Codex CLI

What you will do

Use Memory Layer from Codex with repo-local project configuration and evidence-first instructions.

Setup

memory wizard --global
cd /path/to/project
memory wizard --dry-run
memory wizard
memory status --project <project-slug>

Codex should use the current checkout, inspect local docs and code before answering repo-specific questions, and query Memory Layer when prior project context matters.

Verify

memory query --project <project-slug> --question "What should a new agent know before working here?"
memory resume --project <project-slug>

Next

Use Agent project-init prompt for repeatable setup.

On this page