Initial commit: autonomous maintenance agent for semprini stack

systemd-deployed daemon that drives the semprini-core stack-support agent
headless via Claude Code, monitors health via Uptime Kuma, applies safe
upgrades, and escalates to the operator over Matrix.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-21 17:20:06 +12:00
co-authored by Claude Opus 4.8
commit e91b129841
9 changed files with 1090 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Secrets — hold the Matrix bot token + password
config.json
.bot-secrets
# Python
__pycache__/
*.pyc
# Runtime state (also lives under ~/.local/state by default)
state.json
*.log