chore(ai): add AGENTS.md and CLAUDE.md to npm package#11760
Closed
chore(ai): add AGENTS.md and CLAUDE.md to npm package#11760
Conversation
- Implemented a new build step to copy USAGE-AGENTS.md to AGENTS.md for inclusion in the published package. - Updated package.json to include AGENTS.md in the files list. - Added AGENTS.md to .gitignore to prevent it from being tracked in version control.
aayush-kapoor
approved these changes
Jan 13, 2026
Collaborator
|
@lgrammel I assume you still work on this one? The actual changes do not match the title / gitignore updates etc |
4 tasks
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.
Background
AI agents can benefit from an
AGENTS.mdin the npm package that shows how to use the library.Summary
Add
USER-AGENTS.mswith basic patterns for testing the approach.It is shipped as
AGENTS.md(for Cursor) andCLAUDE.mdfor Claude code.Manual Verification
AGENTS.mdandCLAUDE.mdhttps://www.npmjs.com/package/ai/v/0.0.0-0219f568-20260113124214?activeTab=codeFuture Work
maxOutputTokenswhen generating examples with AI agentsAGENTS.mdRelated Issues
Resolves #11759