Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ data-prepper-main/src/test/resources/logstash-conf/logstash-filter.yaml
.DS_Store
.idea
*.iml
.kiro
.kiro/*
!.kiro/steering/
.vscode
.project
.classpath
Expand All @@ -40,4 +41,3 @@ trace-tester.py

# Claude Code
.claude/settings.local.json
CLAUDE.md
1 change: 1 addition & 0 deletions .kiro/steering/CONTRIBUTING.md
1 change: 1 addition & 0 deletions .kiro/steering/developer_guide.md
10 changes: 10 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CLAUDE.md

OpenSearch Data Prepper welcomes AI-assisted development and does not require
any particular AI tool. Guidance for contributors — human or AI — lives in the
existing developer and contributing docs. This file imports those so Claude
Code picks them up automatically; other AI tools should be pointed at the same
files.

@docs/developer_guide.md
@CONTRIBUTING.md
6 changes: 6 additions & 0 deletions docs/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ fails, please check the *Summary* section of that Action. There may be artifacts
can download these and view the result information. Additionally, many builds have *Unit Test Results* job
which includes a summary of the results.

## AI and agentic development

We welcome and encourage the use of AI tools and agentic development.
This project does not enforce or require any particular AI tool and the tool choice is similar to choosing an IDE.
If you want to add AI tooling to the project, please commit it in such a way that it can be used by other AI tools.

## More Information

We have the following pages for specific development guidance on the topics:
Expand Down
Loading