Every entry is pinned to the commit reviewed on 2026-09-15 and passed, at that commit: `hermes plugins validate` (declared tools/hooks/middleware match registrations, no built-in tool collisions) in both the main venv and a bare `pip install -e .` venv, `tools.plugin_guard.scan_plugin` with a non-dangerous verdict, a self-updater grep over every .js file, and a vendor-credential-store write grep over every .py file. Capabilities and requires_env are copied from each plugin.yaml; category was assigned by hand.
20 lines
614 B
YAML
20 lines
614 B
YAML
name: self-wake
|
|
repo: https://github.com/mentatzoe/hermes-self-wake-plugin
|
|
sha: e6057e049f0ee55c5e7e69a38c2bcdebb0bc8fbf
|
|
description: Portable operator tools for Hermes internal session wake routing, including exact-host-checked
|
|
Kanban and cron-delivery adapters (opt-in).
|
|
maintainer: mentatzoe
|
|
tier: community
|
|
category: automation
|
|
docs_url: https://github.com/mentatzoe/hermes-self-wake-plugin#readme
|
|
capabilities:
|
|
provides_tools:
|
|
- self_wake_doctor
|
|
- self_wake_receipts
|
|
- self_wake_sessions
|
|
- self_wake_subscribe_kanban
|
|
provides_hooks:
|
|
- pre_llm_call
|
|
provides_middleware: []
|
|
requires_env: []
|