Skip to content
Merged
Changes from 2 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
16 changes: 16 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# AGENTS.md

This repository is `opentelemetry-java`, the core Java API and SDK implementation for OpenTelemetry.

Primary contributor guidance lives in [CONTRIBUTING.md](CONTRIBUTING.md). Read that first and treat
it as the source of truth for repository layout, build and test commands, style expectations, and
scope.
Comment thread
opensourcevk marked this conversation as resolved.
Outdated

Additional guidance for agents:

* Prefer small, localized changes over broad refactors.
* Read the target module's `build.gradle.kts` and nearby package structure before editing.
* Match existing package naming, visibility, and module boundaries.
* When changing public API, check for ripple effects across `all`, BOM, incubator, exporters,
Comment thread
opensourcevk marked this conversation as resolved.
Outdated
shims, and integration tests.
* Mention generated outputs such as `docs/apidiffs/current_vs_latest` when they are affected.
Comment thread
opensourcevk marked this conversation as resolved.
Outdated
Comment thread
opensourcevk marked this conversation as resolved.
Outdated
Loading