()
| 804 | ) |
| 805 | |
| 806 | export function clearSkillCaches() { |
| 807 | getSkillDirCommands.cache?.clear?.() |
| 808 | loadMarkdownFilesForSubdir.cache?.clear?.() |
| 809 | conditionalSkills.clear() |
| 810 | activatedConditionalSkillNames.clear() |
| 811 | } |
| 812 | |
| 813 | // Backwards-compatible aliases for tests |
| 814 | export { getSkillDirCommands as getCommandDirCommands } |
no test coverage detected