mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
Polish: Move 'Failed to load skills' warning to debug logs (#16142)
This commit is contained in:
@@ -60,8 +60,7 @@ export async function loadSkillsFromDir(
|
||||
if (discoveredSkills.length === 0) {
|
||||
const files = await fs.readdir(absoluteSearchPath);
|
||||
if (files.length > 0) {
|
||||
coreEvents.emitFeedback(
|
||||
'warning',
|
||||
debugLogger.debug(
|
||||
`Failed to load skills from ${absoluteSearchPath}. The directory is not empty but no valid skills were discovered. Please ensure SKILL.md files are present in subdirectories and have valid frontmatter.`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user