When I spin a new VM and install funes and claude, I would like to be able to do funes add claude <org/repo> and, when I start claude, be able to recall memories stored in the bucket. The issue is that since claude has not been started yet, there is nothing to index yet, and I get this message:
funes: nothing indexed yet — nothing to publish to tengomucho/funes-memory yet. Run `funes index`, and the hooks keep it current from there.
Also, if I do funes recall "something" it prints this message:
Error: no local sessions found — looked in ~/.claude/projects, ~/.codex/sessions, ~/.pi/agent/sessions, ~/.hermes/state.db
But I would like for it to look on the bucket too.
I think that either something is not clear on this "empty machine" setup, or something is missing in the doc or readme.
When I spin a new VM and install funes and claude, I would like to be able to do
funes add claude <org/repo>and, when I start claude, be able to recall memories stored in the bucket. The issue is that since claude has not been started yet, there is nothing to index yet, and I get this message:Also, if I do
funes recall "something"it prints this message:But I would like for it to look on the bucket too.
I think that either something is not clear on this "empty machine" setup, or something is missing in the doc or readme.