()
| 2631 | * in the Skill tool's runtime registry regardless). |
| 2632 | */ |
| 2633 | export function suppressNextSkillListing(): void { |
| 2634 | suppressNext = true |
| 2635 | } |
| 2636 | let suppressNext = false |
| 2637 | |
| 2638 | // When skill-search is enabled and the filtered (bundled + MCP) listing exceeds |
no outgoing calls
no test coverage detected