chore(Agents.md): override the AGENTS.md files on init #723
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.
Override AGENTS.md and Related Files on Init
Summary
This PR updates the
uipath init
command to override existing agent documentation files (AGENTS.md, CLAUDE.md, and reference files) instead of skipping them when they already exist. This ensures users always get the latest version of these files when runninguipath init
.Motivation
Previously, when users ran
uipath init
, the command would skip creating AGENTS.md and related files if they already existed in the project directory. This meant that users would not receive updates to these important documentation files when:By overriding these files on each
uipath init
run, users automatically get the most up-to-date documentation that matches their installed SDK version.Impact
User-facing changes:
uipath init
will now receive updated documentation files automaticallyDevelopment Package