MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / ChannelSession

Interface ChannelSession

src/runtime/agent.ts:408–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407 if (!agentsContent && !soulContent) {
408 return {
409 agentsPath,
410 soulPath,
411 };
412 }
413
414 const sections = [
415 "# SkillPack Pack Context",
416 "The following instructions are injected by the SkillPack runtime from files packaged with this pack.",
417 "Priority order:",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected