If I am not mistaken, Claude sometimes pulls an API key out of a .env file and drops it into that folder. It might be neat for you to add a feautre specifically for identifying any keys that are in that folder.
i had the same experience with vector db and ditched them. i like no database approach. do you add something to agents.md or claude.md so that claude code know how to use this tool?
## Session Memory & Recall
- When asked to remember, recall, or look up something from past sessions, use the `/search-sessions` skill
- Start with index search; if no results, suggest `--deep` for full message content search
- Use `--project` filter when the context is clearly tied to a specific project
2 comments