[
https://issues.apache.org/jira/browse/AVRO-4349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18108687#comment-18108687
]
ASF subversion and git services commented on AVRO-4349:
-------------------------------------------------------
Commit a9b88f538c74d2347444fac60d7289abcf231a50 in avro's branch
refs/heads/dependabot/npm_and_yarn/lang/js/mocha-11.8.0 from Ryan Skraba
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=a9b88f538c ]
AVRO-4349: Add coding agent directories to .gitignore (#3968)
> Avoid checking in code agent configurations
> -------------------------------------------
>
> Key: AVRO-4349
> URL: https://issues.apache.org/jira/browse/AVRO-4349
> Project: Apache Avro
> Issue Type: Bug
> Affects Versions: 1.13.0
> Reporter: Ryan Skraba
> Priority: Major
> Fix For: 1.13.0
>
>
> We currently don't have a policy or strategy for using AI in this project,
> but it's easy to accidentally check in user local settings for their coding
> agents (like I did in https://github.com/apache/avro/pull/3953).
> The `.claude/settings.local.json` that I checked in might not be safe or
> relevant for for some users especially if they are not running in a sandbox.
> Until we have a reason, we should exclude `.claude/` (and/or other coding
> agent configurations) from being checked into the repo.
> Some of the directories that I know of:
> * .claude/
> * .codex/
> * .copilot/
> * .cursor/
> * .opencode/
> We can revisit the excluded directories if we adopt a coding agent policy.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)