Add live skill refresh notifications

This commit is contained in:
Yaroslav Volovich
2026-02-25 18:58:17 +00:00
parent 28bfbb8f2b
commit 1eac244927
14 changed files with 274 additions and 39 deletions

View File

@@ -0,0 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Notification emitted when local skill files or skill configuration changes.",
"title": "SkillsUpdatedNotification",
"type": "object"
}