chore: clean up skill_loader comments and extract_title signature

Signed-off-by: Asklv <boironic@gmail.com>
This commit is contained in:
Asklv
2026-02-27 14:00:00 +08:00
parent fc17355640
commit 77fb31d6bd
2 changed files with 6 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
/**
* Initialize skills system.
* Installs built-in skill files to SPIFFS if they don't already exist.
* Scans SPIFFS for available skill markdown files.
*/
esp_err_t skill_loader_init(void);