From c1ad15bd8606690588f8bebd374902f93a0657a7 Mon Sep 17 00:00:00 2001 From: git_alhan Date: Sat, 13 Jun 2026 01:03:27 +0300 Subject: [PATCH] feat: add plugin.yaml for Hermes plugin registration --- plugin.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugin.yaml diff --git a/plugin.yaml b/plugin.yaml new file mode 100644 index 0000000..4cc7be3 --- /dev/null +++ b/plugin.yaml @@ -0,0 +1,5 @@ +name: hermes-session-cleaner +version: 1.0.0 +description: "Clean up Hermes session DB — delete short conversations, generate missing titles." +author: "git_alhan" +kind: standalone