chore: slim uipath init output to a single AGENTS.md#1621
Open
radu-mocanu wants to merge 1 commit intomainfrom
Open
chore: slim uipath init output to a single AGENTS.md#1621radu-mocanu wants to merge 1 commit intomainfrom
radu-mocanu wants to merge 1 commit intomainfrom
Conversation
afb2f66 to
31ed1e3
Compare
2e28bd6 to
2976171
Compare
2976171 to
679ffb4
Compare
🚨 Heads up:
|
|
679ffb4 to
e26d037
Compare
e26d037 to
9a92123
Compare
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.



Summary
uipath initnow writes a numbered procedureAGENTS.md(plusCLAUDE.mdshim pointing at it) telling coding agents to installuip skills installfirst, fall back tohttps://uipath.github.io/uipath-python/llms.txtifuipis unavailableuipath init --with-offline-docs; bundledllms-full.txtis otherwise not copied to the project.agent/CLI_REFERENCE.md,.agent/SDK_REFERENCE.md,.agent/REQUIRED_STRUCTURE.md, and.claude/commands/*.mdfrom init outputPublish Docsto open a PR refreshing the bundledllms-full.txtwhen the live docs change--no-agents-md-overridecontinues to preserve existingAGENTS.md/CLAUDE.mdfilesWhy
skills cover the same workflows and stay current independently of the SDK release. the bundled static reference docs were ~1,300 lines of context bloat that went stale with every release. observed that coding agents systematically skipped the documented order and went straight to the offline file, so it is now opt-in and the procedure is more explicit. paired with UiPath/uipath-langchain-python#840.
Development Packages
uipath