2 comments

  • SteveVeilStream 3 hours ago
    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.
    • sinzin91 1 hour ago
      I have a separate project for that use case, good idea to integrate it here though!
  • kirilligum 3 hours ago
    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?
    • sinzin91 30 minutes ago
      I have this in my CLAUDE.md:

        ## 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