| 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:", |
nothing calls this directly
no outgoing calls
no test coverage detected