()
| 64 | // deprecated `ctx7 skills ...` compatibility window closes. Do not remove the |
| 65 | // setup-installed Context7 skills with it. |
| 66 | function warnSkillHubDeprecated(): void { |
| 67 | console.error(pc.yellow(SKILL_HUB_DEPRECATION_WARNING)); |
| 68 | console.error(""); |
| 69 | } |
| 70 | |
| 71 | function logInstallSummary( |
| 72 | targets: InstallTargets, |
no outgoing calls
no test coverage detected