Implement phase 1 foundations
build-image / docker (push) Successful in 53s

This commit is contained in:
2026-07-03 20:14:06 -08:00
commit 6f7549d439
39 changed files with 2221 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Phase 0 Summary
Created initial `log-guardian` scaffold.
Included:
- Go HTTP service with health endpoint and basic web UI.
- Local JSON-backed rule, alert-channel, and incident storage.
- Loki query client for LogQL range queries.
- Rule engine with thresholds and incident creation.
- No-op analyzer interface for future AI agent analysis.
- Dry-run remediation action runner scaffold.
- Alert dispatcher scaffold that logs alert intent only.
- Dockerfile, Portainer stack, Loki + Promtail starter compose, example environment, Makefile, CI workflow, and phase artifacts.
Phase 0 does not certify production alerting or remediation.