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)
| 289 | /// `.claude-plugin/marketplace.json` plus the plugin component dirs at root |
| 290 | /// (plugin source is `"./"`), so it doubles as the plugin dir. |
| 291 | fn 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. |
| 296 | fn plugin_marketplace_manifest_path(home: &Path) -> PathBuf { |
no outgoing calls