fix: remove all User Scripts dependencies — Varaverk plugin handles everything via event hooks, no User Scripts needed

This commit is contained in:
Gmer4Lfe
2026-06-01 19:57:21 -04:00
parent 98d2e6efa4
commit e0ae80d2ea
9 changed files with 65 additions and 75 deletions
+3 -3
View File
@@ -554,7 +554,7 @@ varaverk/
## ━━━ WHAT RUNS WHEN ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Arbiter runs only orchestrators — never individual scripts directly.
The Varaverk scheduler runs only orchestrators — never individual scripts directly.
```
At Startup of Array:
@@ -813,9 +813,9 @@ Things that are different from what you might expect:
```bash
# ─────────────────────────────────────────────────────────────────────────────
# 1. Arbiter has very few entries.
# 1. The Varaverk scheduler has very few entries.
# Everything runs through orchestrators. Individual scripts are never
# scheduled directly. array_started.sh is the only "At Startup of Array" entry.
# scheduled directly. array_started.sh is the only array_start event entry.
# 2. Scripts are silent when healthy.
# stability_watchdog.sh runs 288 times per day. It produces zero output on clean