docs(ai): document observability + Revert + full scope in webapp CLAUDE.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-15 01:53:37 +02:00
parent 0bf01f434e
commit ce944ef14f
2 changed files with 12 additions and 6 deletions

View file

@ -1810,6 +1810,11 @@ Code:
Runtime-Drift-Guard im Service
- `mana_ai.mission_snapshots` — inkrementeller Snapshot, `listDueMissions`
ist ein indexed SELECT statt O(N) LWW-Replay
- **Observability**: `/metrics` (Prom-Counter für ticks/plans/parse-
failures/snapshots + Histogramme für tick-, planner-, HTTP-Latenz)
scraped vom `mana-ai`-Job in `docker/prometheus/prometheus.yml`.
`/health` als blackbox-internal Probe → surfaces auf **status.mana.how**
als „Mana AI Runner".
**Die Workbench-Roadmap ist damit funktional abgeschlossen.**