add Hermes plugin for Ponytail with command support and documentation

This commit is contained in:
Abdisalam Hassan
2026-06-15 19:57:45 +00:00
parent 687c1b3398
commit 4198fc30ac
6 changed files with 488 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
# Ponytail for Hermes installed
Enable it if you did not install with `--enable`:
```bash
hermes plugins enable ponytail
```
Restart Hermes or the gateway after enabling.
In shared gateways, restrict `/ponytail` to trusted users with Hermes slash-command access controls; runtime mode is process-local.
Commands:
- `/ponytail [lite|full|ultra|off]`
- `/ponytail-review [target]`
- `/ponytail-audit [target]`
- `/ponytail-debt`
- `/ponytail-help`
Bundled skills are available as `ponytail:ponytail`, `ponytail:ponytail-review`, `ponytail:ponytail-audit`, `ponytail:ponytail-debt`, and `ponytail:ponytail-help`.