Skip to content

Commit 5be3a28

Browse files
committed
Clarify JDT means JSON Document Transforms, not Eclipse JDT
1 parent a6195f0 commit 5be3a28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

json-java21-jdt/AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file is for contributor/agent operational notes. Read `json-java21-jdt/README.md` for purpose, supported syntax, and user-facing examples.
44

5+
## CRITICAL: What "JDT" Means in This Project
6+
7+
**JDT stands for "JSON Document Transforms"** -- a C# technology from Microsoft that we are porting to Java. It has NOTHING to do with Eclipse JDT (Java Development Tools). There are NO Eclipse files in this module. Do not confuse `json-java21-jdt` with Eclipse tooling. Every file in this module relates exclusively to JSON Document Transforms.
8+
59
- User docs MUST recommend only `./mvnw`.
610
- The `$(command -v mvnd || command -v mvn || command -v ./mvnw)` wrapper is for local developer speed only; do not put it in user-facing docs.
711

0 commit comments

Comments
 (0)