Ryan Skraba created AVRO-4349:
---------------------------------
Summary: 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
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)