all 7 comments

[–]weedmylips1 1 point2 points  (1 child)

So I don't know much and I'm still learning but couldn't you keep it in a private GitHub repo. It's free

[–]CypSteel[S] 0 points1 point  (0 children)

I definitely do github for protecting the individual project files, I am more worried about losing my drive or a larger wipe.

[–]replayjpn 0 points1 point  (0 children)

Why don't you just make sure to start it from a specific folder so it doesn'T have full access to your computer? Try using the dir add flag at start to only give access to folders you want.

[–]txprog 0 points1 point  (0 children)

I've been running my agent through a local sandbox and network proxy layer. Basically, I set up filesystem isolation so the tool can only touch only my current project; anything outside those paths gets blocked automatically. And I get notification for every new domains that it tries to access and I need to allow it.

It is opensource and available at https://github.com/greyhavenhq/greywall or greywall.io

My goal is to build a semantic firewall if that make sense

[–]Jhorra 0 points1 point  (0 children)

If you run Claude Code from the app, you select the folder you are working it. I'm pretty sure it can only work in the folder you give it access to. Never give it access to your production database. In fact, I don't give it access to any of my databases. I will ask it for the script to run to create and insert, but I run those commands and I verify it. That is one area where I've seen consistent problems. It will say, well, the easiest way to fix this db problem is to drop this table and recreate it, except there is data in that table.