openclaw-aegis 1.2.2 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/cli/index.js +1995 -21
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +305 -1
- package/dist/index.js +1060 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,6 +21,7 @@ Aegis prevents this:
|
|
|
21
21
|
2. **Diagnoses** the root cause using 6 failure pattern matchers
|
|
22
22
|
3. **Fixes** automatically — restores known-good config, clears stale PIDs, runs safe `doctor --fix`
|
|
23
23
|
4. **Alerts** you through channels that bypass the gateway entirely (ntfy, Telegram, WhatsApp, Slack, Discord, Email, Pushover, webhook)
|
|
24
|
+
5. **Responds** to bot commands — message `/health` on Telegram, WhatsApp, Slack, or Discord and get real-time status
|
|
24
25
|
|
|
25
26
|
**Total downtime: ~15 seconds instead of hours.**
|
|
26
27
|
|
|
@@ -59,6 +60,7 @@ Probes: 10 passed, 0 failed
|
|
|
59
60
|
| `aegis test-alert` | Send a test notification to all configured channels |
|
|
60
61
|
| `aegis incidents` | Browse past incident logs |
|
|
61
62
|
| `aegis incidents <id>` | Show full timeline for a specific incident |
|
|
63
|
+
| `aegis serve` | Start REST API server + bot listeners |
|
|
62
64
|
|
|
63
65
|
---
|
|
64
66
|
|
|
@@ -86,7 +88,7 @@ OpenClaw Gateway Aegis Sidecar
|
|
|
86
88
|
│ openclaw.json │ │ Dead Man's Switch │
|
|
87
89
|
│ logs/ │ │ Recovery Orchestrator │
|
|
88
90
|
│ │ │ L1: Restart │
|
|
89
|
-
│ systemd
|
|
91
|
+
│ systemd/launchd │◄─────────│ L2: Targeted Repair │
|
|
90
92
|
│ │ │ L4: Human Alert │
|
|
91
93
|
└─────────────────────┘ │ Alert Dispatcher │
|
|
92
94
|
│ (8 alert providers) │
|