17 lines
641 B
Markdown
17 lines
641 B
Markdown
# 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.
|