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

Function codex_files

src/agents/plugin_bundle.rs:280–282  ·  view source on GitHub ↗

Files Codex deploys: manifest + every skill file (all 30 skills incl. dispatchers, plus any support files). Codex ships no agents/commands/rules.

()

Source from the content-addressed store, hash-verified

278/// Files Codex deploys: manifest + every skill file (all 30 skills incl.
279/// dispatchers, plus any support files). Codex ships no agents/commands/rules.
280pub fn codex_files() -> Vec<(&'static str, &'static str)> {
281 compose(&[CODEX_MANIFEST_FILES], all_skill_files())
282}
283
284#[cfg(test)]
285#[allow(clippy::unwrap_used, clippy::expect_used)]

Calls 2

composeFunction · 0.85
all_skill_filesFunction · 0.85