Skip to content

Commit 949cc78

Browse files
committed
docs: minimize AGENTS guidance
1 parent bbe5faf commit 949cc78

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# AGENTS.md
22

3-
This repository is `opentelemetry-java`, the core Java API and SDK implementation for OpenTelemetry.
4-
5-
Primary contributor guidance lives in [CONTRIBUTING.md](CONTRIBUTING.md). Read that first and treat
6-
it as the source of truth for repository layout, build and test commands, style expectations, and
7-
scope.
3+
Read [CONTRIBUTING.md](CONTRIBUTING.md) first. It is the source of truth for repository layout,
4+
build and test commands, style expectations, and scope.
85

96
Additional guidance for agents:
107

118
* Prefer small, localized changes over broad refactors.
12-
* Read the target module's `build.gradle.kts` and nearby package structure before editing.
13-
* Match existing package naming, visibility, and module boundaries.
14-
* When changing public API, check for ripple effects across `all`, BOM, incubator, exporters,
15-
shims, and integration tests.
169
* Mention generated outputs such as `docs/apidiffs/current_vs_latest` when they are affected.

0 commit comments

Comments
 (0)