Skip to content

docs: clarify first-backup tracks only config, memory lands on next /remember#114

Merged
fdaviddpt merged 1 commit into
mainfrom
docs/clarify-first-backup
Jun 23, 2026
Merged

docs: clarify first-backup tracks only config, memory lands on next /remember#114
fdaviddpt merged 1 commit into
mainfrom
docs/clarify-first-backup

Conversation

@fdaviddpt

Copy link
Copy Markdown
Contributor

Closes #65.

The "Back up your memory" snippet ends with git add .gitignore config.json + push. A first-time user runs it, pushes, and finds no memory in the backup — slug dirs aren't tracked until the after_save hook fires after the next /remember.

Added a note after the snippet covering all three asks from #65:

  • initial commit only tracks .gitignore / config.json
  • per-project slug dirs land automatically via the after_save hook on next /remember
  • verify via cd ~/.remember && git log
  • plus the optional git add <slug>/ for existing memory

Docs-only, 2 lines.

@fdaviddpt fdaviddpt merged commit 3bede55 into main Jun 23, 2026
12 checks passed
@fdaviddpt fdaviddpt deleted the docs/clarify-first-backup branch June 23, 2026 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify README first-backup instructions

1 participant