The Claude plugin's composed deploy set, sourced from the shared `plugin/` tree via [`crate::agents::plugin_bundle::claude_files`]. Each entry is `(deploy_relative_path, file_contents)`. Coverage of the shared tree is enforced by `claude_embedded_file_list_covers_the_whole_source_bundle`.
()
| 282 | /// `(deploy_relative_path, file_contents)`. Coverage of the shared tree is |
| 283 | /// enforced by `claude_embedded_file_list_covers_the_whole_source_bundle`. |
| 284 | fn claude_embedded_plugin_files() -> Vec<(&'static str, &'static str)> { |
| 285 | crate::agents::plugin_bundle::claude_files() |
| 286 | } |
| 287 | |
| 288 | /// The stable marketplace/deploy root. It contains |
| 289 | /// `.claude-plugin/marketplace.json` plus the plugin component dirs at root |