()
| 90 | } |
| 91 | |
| 92 | fn cursor_skill_files() -> impl Iterator<Item = &'static PluginFile> { |
| 93 | GENERATED_SKILL_FILES |
| 94 | .iter() |
| 95 | .filter(|file| !file.relative.starts_with(CURSOR_EXCLUDED_SKILL_PREFIX)) |
| 96 | } |
| 97 | |
| 98 | /// Cursor's native slash commands for the canonical workflow slugs. |
| 99 | const CURSOR_COMMAND_FILES: &[PluginFile] = &[ |
no outgoing calls