Skip to documentation
Docs navigation
Docs/init
CLI

init

Generate the project-local MemoGrafter schema and configuration files.

Purpose

Generate the project-local MemoGrafter schema and configuration files.

Command

terminal
npx memo-grafter init

Behavior

Creates files under src/memo-grafter/.
Keeps generated memory configuration reviewable in source control.
Does not migrate the database.

Troubleshooting

Run the command from the package that contains MemoGrafter.
Confirm environment variables are loaded in the current shell.
Use --help to inspect options supported by the installed version.