We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fd357 commit bfcff05Copy full SHA for bfcff05
1 file changed
platform-integrations/install.sh
@@ -748,8 +748,7 @@ def status_bob(target_dir):
748
# ── Claude installer ──────────────────────────────────────────────────────────
749
750
def install_claude(source_dir, target_dir):
751
- plugin_source = Path(source_dir) / "platform-integrations" / "claude" / "plugins" / "evolve-lite"
752
- info(f"Installing Claude plugin from {plugin_source}")
+ info("Installing Claude plugin via marketplace")
753
754
marketplace_dir = Path(target_dir).resolve()
755
has_local_marketplace = (marketplace_dir / ".claude-plugin" / "marketplace.json").is_file()
0 commit comments