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

Function install_cursor_managed_skill_overlay

src/agents/cursor.rs:243–256  ·  view source on GitHub ↗
(home: &Path, install_dir: &Path)

Source from the content-addressed store, hash-verified

241}
242
243fn install_cursor_managed_skill_overlay(home: &Path, install_dir: &Path) -> Result<()> {
244 let profile_root = crate::automation::skill_targets::profile_root_for_agent_home(home);
245 crate::automation::skill_targets::install_managed_skills(
246 &profile_root,
247 crate::automation::skill_targets::SkillInstallTarget::Cursor,
248 install_dir,
249 )?;
250 crate::automation::memory_digest::sync_memory_digest_export(
251 &profile_root,
252 crate::automation::skill_targets::SkillInstallTarget::Cursor,
253 install_dir,
254 )?;
255 Ok(())
256}
257
258fn write_embedded_plugin(install_dir: &Path, tracedecay_bin: &str) -> Result<()> {
259 for (relative, contents) in embedded_plugin_files() {

Callers 1

install_cursor_pluginFunction · 0.85

Calls 3

install_managed_skillsFunction · 0.85

Tested by

no test coverage detected