Skip to content

Consider making gitignore = true the default? #30

@rbro112

Description

@rbro112

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions