docs(agents): list adk, dev-tools and json-ui packages - #229
Open
thomasschijf wants to merge 1 commit into
Open
Conversation
|
Someone is attempting to deploy a commit to the Callstack Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
agents.md lists three of the six packages under packages/. This adds the other three with a one-line purpose each, taken from their package.json descriptions:
@react-native-ai/adk (packages/adk, in the repo since 2026-07-03)
@react-native-ai/dev-tools (packages/dev-tools, since 2026-01-28)
@react-native-ai/json-ui (packages/json-ui, since 2026-02-11)
I checked the rest of the file against HEAD (d4ce05f) rather than guess at what is obsolete: bun + bun.lock, Expo ~54, React Native 0.81.5, React 19.1, ai ^6, jotai, zod, SetupAdapter, useChatStore and bun lint all still hold, so I left those lines alone. If there are sections you already consider dead weight (the UI & Styling block is the one I would look at, since it describes the example app rather than the libraries), happy to trim them in a follow-up once you say which.
CONTRIBUTING.md's Project Structure section has the same gap (it lists 3 of 6 packages); happy to align it in a follow-up if you want.
Found while checking whether agent briefing files track their codebases; this one was close, the package list was the only line that had fallen behind.