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

Function install_codex_managed_skill_overlay

src/agents/codex.rs:558–568  ·  view source on GitHub ↗
(
    profile_home: &Path,
    install_dir: &Path,
)

Source from the content-addressed store, hash-verified

556}
557
558fn install_codex_managed_skill_overlay(
559 profile_home: &Path,
560 install_dir: &Path,
561) -> Result<crate::automation::skill_targets::SkillInstallSummary> {
562 let profile_root = crate::automation::skill_targets::profile_root_for_agent_home(profile_home);
563 crate::automation::skill_targets::install_managed_skills(
564 &profile_root,
565 crate::automation::skill_targets::SkillInstallTarget::Codex,
566 install_dir,
567 )
568}
569
570fn write_codex_plugin_files(
571 install_dir: &Path,

Callers 1

Calls 2

install_managed_skillsFunction · 0.85

Tested by

no test coverage detected