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

Function remove_cursor_managed_skill_overlay

src/agents/cursor.rs:347–349  ·  view source on GitHub ↗
(install_dir: &Path)

Source from the content-addressed store, hash-verified

345}
346
347fn remove_cursor_managed_skill_overlay(install_dir: &Path) {
348 std::fs::remove_dir_all(install_dir.join("skills/agent-managed")).ok();
349}
350
351/// Remove every `skills/<dir>` under the tracedecay plugin dir that the current
352/// bundle does not ship. The keep-set is derived from the live embedded bundle,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected