Skip to content

fix(plugin): reject install when plugin name already exists#11

Merged
git-hulk merged 1 commit intomasterfrom
feat/install-existing-name-error
Apr 1, 2026
Merged

fix(plugin): reject install when plugin name already exists#11
git-hulk merged 1 commit intomasterfrom
feat/install-existing-name-error

Conversation

@git-hulk
Copy link
Copy Markdown
Owner

@git-hulk git-hulk commented Apr 1, 2026

Summary

  • add a minimal name-conflict guard in clime plugin install <name>
  • return an error when <name> already exists in managed plugins (manifest)
  • include clear guidance to use update or uninstall first
  • add focused tests for conflict and no-conflict cases

Testing

  • go test ./...

Closes #10

@git-hulk git-hulk merged commit c38023a into master Apr 1, 2026
1 check passed
@git-hulk git-hulk deleted the feat/install-existing-name-error branch April 1, 2026 06:32
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.

Validate plugin name conflicts before install

1 participant