Open
Conversation
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
kennylam
approved these changes
Feb 13, 2026
Member
kennylam
left a comment
There was a problem hiding this comment.
LGTM! Just a few typo fixes. I know the agents won't care, just being consistent.
tay1orjones
commented
Feb 13, 2026
Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
alisonjoseph
approved these changes
Feb 13, 2026
Member
alisonjoseph
left a comment
There was a problem hiding this comment.
Thanks for adding this, LGTM!
heloiselui
approved these changes
Feb 18, 2026
Contributor
heloiselui
left a comment
There was a problem hiding this comment.
This is really nice! Thanks @tay1orjones 🚀
sunny-kukkar-ibm
approved these changes
Feb 18, 2026
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.
Closes #21520
Adds
AGENTS.mdto the repo. They're intentionally brief and only include breadcrumbs to further resources to avoid unnecessary instruction length. Read this. If you think we can shorten it further let me know.A new build step generates files that provide context on our package structure. These should be easily/cheaply ingested by models compared to them having to "manually" discover it. It includes both directory structure and dependency graph structure. It's tied to the build so it's always up to date with local changes. I purposefully excluded them from git because they don't need to be tracked.
Changelog
New
Changed
Testing / Reviewing
PR Checklist
As the author of this PR, before marking ready for review, confirm you:
- [ ] Wrote passing tests that cover this change- [ ] Addressed any impact on accessibility (a11y)- [ ] Tested for cross-browser consistencyMore details can be found in the pull request guide