MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / plugin_deploy_dir

Function plugin_deploy_dir

src/agents/claude.rs:291–293  ·  view source on GitHub ↗

The stable marketplace/deploy root. It contains `.claude-plugin/marketplace.json` plus the plugin component dirs at root (plugin source is `"./"`), so it doubles as the plugin dir.

(home: &Path)

Source from the content-addressed store, hash-verified

289/// `.claude-plugin/marketplace.json` plus the plugin component dirs at root
290/// (plugin source is `"./"`), so it doubles as the plugin dir.
291fn plugin_deploy_dir(home: &Path) -> PathBuf {
292 home.join(".claude/plugins/marketplaces/tracedecay")
293}
294
295/// The deployed marketplace manifest — presence signals a plugin install.
296fn plugin_marketplace_manifest_path(home: &Path) -> PathBuf {

Calls

no outgoing calls