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

Function claude_embedded_plugin_files

src/agents/claude.rs:284–286  ·  view source on GitHub ↗

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`.

()

Source from the content-addressed store, hash-verified

282/// `(deploy_relative_path, file_contents)`. Coverage of the shared tree is
283/// enforced by `claude_embedded_file_list_covers_the_whole_source_bundle`.
284fn 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

Calls 1

claude_filesFunction · 0.85