-
-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Upon setting up dotagents in my repo, I had ~60 readme files unintentionally committed in the .agents/ dir. After reading the docs a bit deeper, it seems this is intentional behavior to ensure no setup to get access to shared agent skills/config.
I personally prefer to keep my repos free of generated code which can be easily added as part of a command, so maybe we'd consider making gitignore = true the default? The one downside of this is when cloning a repo, npx @sentry/dotagents install will need to be ran, so it would create a bit of setup overhead to keep a repo clean (a tradeoff I prefer). I personally added it as a postinstall npm script: "postinstall": "npx @sentry/dotagents install".
Curious to hear if others also resonate with this? If so, happy to open this change!