Skip to content

refactor: simplify init middleware to only generate CLAUDE.md#638

Open
cosmyo wants to merge 1 commit intomainfrom
simplify-init-claude-md-only
Open

refactor: simplify init middleware to only generate CLAUDE.md#638
cosmyo wants to merge 1 commit intomainfrom
simplify-init-claude-md-only

Conversation

@cosmyo
Copy link
Collaborator

@cosmyo cosmyo commented Feb 26, 2026

Summary

  • Simplify LangGraph init middleware to only generate a minimal CLAUDE.md project marker
    • Remove generation of AGENTS.md, .agent/ reference docs, and .claude/commands/ skills during uipath init for LangGraph projects
    • Add dedicated CLAUDE.md resource for LangGraph projects
    • Skills are now handled by the separate uipath-claude-plugins repo
    • Bump version to 0.8.0

Changes

  • src/uipath_langchain/_cli/cli_init.py: Simplified generate_specific_agents_md_files() to only create CLAUDE.md
    • src/uipath_langchain/_resources/CLAUDE.md: New minimal LangGraph project marker
    • tests/cli/test_init.py: Updated tests to verify only CLAUDE.md is generated
    • pyproject.toml: Version bump 0.7.6 → 0.8.0

@cosmyo cosmyo force-pushed the simplify-init-claude-md-only branch from 60d9473 to 0208ee6 Compare February 26, 2026 16:10
@cosmyo cosmyo force-pushed the simplify-init-claude-md-only branch 3 times, most recently from 163bcad to d44cd6a Compare March 4, 2026 11:16
…d only

- Restore AGENTS.md generation from uipath_langchain._resources
- Remove generation of .agent/ reference docs
  (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 from uipath._resources (@AGENTS.md)
- Bump version to 0.7.7

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cosmyo cosmyo force-pushed the simplify-init-claude-md-only branch from d44cd6a to d21c0c7 Compare March 4, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants