A cheap Python polling gate for the ENS docs EP maintenance workflow. It calls the GitHub REST API without an LLM and launches Hermes only when it detects a new open PR authored by gskril whose title starts with Add EP.
Save ensdocs-pr-gate.py as:
~/.hermes/scripts/ensdocs-pr-gate.py
For a named Hermes profile, use that profile's Hermes home instead (for example ~/.hermes/profiles/<profile>/scripts/ensdocs-pr-gate.py).
No executable bit is required: Hermes cron invokes .py scripts with its Python interpreter.
After saving it, tell Hermes so it can switch the existing paused cron job to script: ensdocs-pr-gate.py and no_agent: true, test the silent path, and resume it.