Merge pull request #1012 from MemPalace/docs/use-real-claude-projects-path-996

docs: use real ~/.claude/projects/ path in first-run help and README (#996)
This commit is contained in:
Igor Lins e Silva
2026-04-18 18:43:53 -03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ mempalace init ~/projects/myapp
```bash ```bash
# Mine content into the palace # Mine content into the palace
mempalace mine ~/projects/myapp # project files mempalace mine ~/projects/myapp # project files
mempalace mine ~/chats/ --mode convos # conversation exports mempalace mine ~/.claude/projects/ --mode convos # Claude Code sessions (scope with --wing per project)
# Search # Search
mempalace search "why did we switch to GraphQL" mempalace search "why did we switch to GraphQL"
+2 -2
View File
@@ -4,7 +4,7 @@ MemPalace — Give your AI a memory. No API key required.
Two ways to ingest: Two ways to ingest:
Projects: mempalace mine ~/projects/my_app (code, docs, notes) Projects: mempalace mine ~/projects/my_app (code, docs, notes)
Conversations: mempalace mine ~/chats/ --mode convos (Claude, ChatGPT, Slack) Conversations: mempalace mine <convo-dir> --mode convos (Claude Code, Claude.ai, ChatGPT, Slack exports)
Same palace. Same search. Different ingest strategies. Same palace. Same search. Different ingest strategies.
@@ -22,7 +22,7 @@ Commands:
Examples: Examples:
mempalace init ~/projects/my_app mempalace init ~/projects/my_app
mempalace mine ~/projects/my_app mempalace mine ~/projects/my_app
mempalace mine ~/chats/claude-sessions --mode convos mempalace mine ~/.claude/projects/-Users-you-Projects-my_app --mode convos --wing my_app
mempalace search "why did we switch to GraphQL" mempalace search "why did we switch to GraphQL"
mempalace search "pricing discussion" --wing my_app --room costs mempalace search "pricing discussion" --wing my_app --room costs
""" """