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

Function remove_codex_managed_skill_overlay

src/agents/codex.rs:866–868  ·  view source on GitHub ↗
(install_dir: &Path)

Source from the content-addressed store, hash-verified

864}
865
866fn remove_codex_managed_skill_overlay(install_dir: &Path) {
867 std::fs::remove_dir_all(install_dir.join("skills/agent-managed")).ok();
868}
869
870fn remove_codex_plugin_managed_skills(install_dir: &Path, skills_dir: &Path) -> Result<()> {
871 sweep_retired_bundle_skill_dirs(skills_dir);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected