What happened?
I ran these commands shown in the README.
pip install mempalace
# Set up your world — who you work with, what your projects are
mempalace init ~/projects/myapp
# Mine your data
mempalace mine ~/projects/myapp # projects — code, docs, notes
mempalace mine ~/chats/ --mode convos # convos — Claude, ChatGPT, Slack exports
mempalace mine ~/chats/ --mode convos --extract general # general — classifies into decisions
- I init'ed in a directory I setup (projects).
- I mined that directory
- I tried to mine a sibling directory (chats) and got this error:
ERROR: No mempalace.yaml found
What did you expect?
I expected that I'm init'ing a mempalace project anywhere and then I'm able to mine data from anywhere else on the computer.
How to reproduce:
pip install mempalace
# Set up your world — who you work with, what your projects are
mempalace init ~/projects/myapp
# Mine your data
mempalace mine ~/projects/myapp # projects — code, docs, notes
mempalace mine ~/chats/ --mode convos # convos — Claude, ChatGPT, Slack exports
mempalace mine ~/chats/ --mode convos --extract general # general — classifies into decisions
Environment:
- OS: macOS Sequioa
- Python version: Python 3.10.17
- MemPal version: latest pip install from today
What happened?
I ran these commands shown in the README.
ERROR: No mempalace.yaml foundWhat did you expect?
I expected that I'm init'ing a mempalace project anywhere and then I'm able to mine data from anywhere else on the computer.
How to reproduce:
Environment: