refactor: simplify init to only generate CLAUDE.md#1380
Open
Conversation
55e8e7f to
cfc2621
Compare
cfc2621 to
5ab0fd0
Compare
cristipufu
approved these changes
Feb 26, 2026
akshaylive
approved these changes
Feb 26, 2026
39970fb to
1cd4c78
Compare
- Restore AGENTS.md generation (was erroneously removed) - Remove generation of .agent/ reference docs and .claude/commands/ skills (these are now handled by the uipath-claude-plugins repo) - Update AGENTS.md content to remove references to removed sub-docs - CLAUDE.md continues to be generated as @AGENTS.md - Bump version to 2.9.12 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1cd4c78 to
787383d
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 initto only generate a minimalCLAUDE.mdproject markerAGENTS.md,.agent/reference docs (CLI_REFERENCE.md,SDK_REFERENCE.md,REQUIRED_STRUCTURE.md), and.claude/commands/skills (new-agent.md,eval.md)uipath-claude-pluginsrepoChanges
src/uipath/_cli/cli_init.py: Simplifiedgenerate_agent_md_files()to only createCLAUDE.mdsrc/uipath/_resources/CLAUDE.md: Replaced with minimal project marker contenttests/cli/test_init_agents_md.py: Updated tests to verify onlyCLAUDE.mdis generatedpyproject.toml: Version bump 2.9.11 → 2.10.0