Skip to content

Conversation

@maycotte
Copy link
Contributor

@maycotte maycotte commented Dec 5, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@ensemble-edge/edgit@0.4.2

Patch Changes

  • ac3cd6e: Make edgit fully standalone by removing ensemble dependency

    Standalone UI Utilities:

    • Created src/utils/ui.ts with self-contained CLI output utilities
    • Implemented statusIcons for consistent status indicators (✓, ✗, ⚠, ℹ)
    • Implemented colors helper with ANSI escape codes for terminal styling
    • Implemented log utilities (success, error, warn, info, dim)
    • Implemented banners.edgit() for branded CLI header

    Dependency Changes:

    • Removed @ensemble-edge/ensemble from dependencies
    • Updated imports in commands/base.ts to use local UI
    • Updated imports in errors/edgit-error.ts to use local UI
    • Updated imports in index.ts to use local UI

    Architecture Impact:

    • Eliminates circular dependency between edgit and ensemble
    • Allows edgit to be installed and used independently
    • Reduces package installation footprint
    • Enables independent versioning and release cycles

    This patch resolves the circular dependency issue where edgit imported from
    @ensemble-edge/ensemble/ui while ensemble imported from @ensemble-edge/edgit/cli,
    which caused npm installation failures in some scenarios.

@maycotte maycotte merged commit 39b0efa into master Dec 5, 2025
1 check passed
@maycotte maycotte deleted the changeset-release/master branch December 5, 2025 01:46
maycotte added a commit that referenced this pull request Dec 11, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant