// Filter and validate skill paths before resolving
const validLocations = configuredLocations.filter(sourceFolder => {
// TODO: deprecate glob patterns for prompts and instructions in the future
promptFilesLocator.ts
if (type === PromptsType.instructions || type === PromptsType.prompt) {
const path = sourceFolder.path;
if (hasGlobPattern(path)) {