Skip to content

Commit a661069

Browse files
committed
Issue #129 Document jsonpath module and module doc policy
1 parent 3d2de89 commit a661069

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ See `README.md` for user-facing commands. When running locally as an agent, use
151151
- `json-java21-api-tracker`: API evolution tracking utilities.
152152
- `json-compatibility-suite`: JSON Test Suite compatibility validation.
153153
- `json-java21-jtd`: JSON Type Definition (JTD) validator based on RFC 8927.
154+
- `json-java21-jsonpath`: JsonPath query engine over `jdk.sandbox.java.util.json` values.
155+
156+
Only when you are asked to work on a specific module, start by reading that module's `README.md`, then its `AGENTS.md`.
157+
158+
These modules are treated as separate subsystems; do not read their docs unless you are actively working on them. They are not interlinked and each depends only on the core `json-java21` API.
154159

155160
### Core Components
156161

0 commit comments

Comments
 (0)