Module cache
Expand description
Process-global cache for skill-directory loads.
Functionsยง
- invalidate
- Drop every cached entry. Call after any out-of-band mutation of a skills
directory (e.g.
super::SkillsServicewrites/removes) so the change is reflected on the next load even before mtimes are re-examined.