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 b3b83c8 commit 7894e95Copy full SHA for 7894e95
1 file changed
platform-integrations/install.sh
@@ -741,8 +741,7 @@ def status_bob(target_dir):
741
# ── Claude installer ──────────────────────────────────────────────────────────
742
743
def install_claude(source_dir, target_dir):
744
- plugin_source = Path(source_dir) / "platform-integrations" / "claude" / "plugins" / "evolve-lite"
745
- info(f"Installing Claude plugin from {plugin_source}")
+ info("Installing Claude plugin via marketplace")
746
747
marketplace_dir = Path(target_dir).resolve()
748
has_local_marketplace = (marketplace_dir / ".claude-plugin" / "marketplace.json").is_file()
0 commit comments