From a2a3347f39753193047d18753cf83d39db1bf904 Mon Sep 17 00:00:00 2001 From: Ralf Anton Beier Date: Mon, 2 Mar 2026 08:39:12 +0100 Subject: [PATCH] docs: fix dashboard description in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove incorrect thrum attribution — the dashboard is built into Temper itself. Update feature list to match actual dashboard capabilities shown in the screenshot (compliance score, health cards, PR tracker, signals). Co-Authored-By: Claude Opus 4.6 --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7ceb609..8fd860f 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,15 @@ repository in your GitHub organization. ## Dashboard -Temper ships with a real-time operations dashboard powered by **thrum** — a Rust/Axum -backend with HTMX and SSE for live agent monitoring. The dashboard provides: +Temper includes a built-in operations dashboard for monitoring compliance and +activity across your organization. The dashboard provides: -- Task queue with approve/reject/retry actions -- Live agent activity grid with streaming stdout/stderr -- Per-task review pages with syntax-colored diffs and gate reports -- Budget tracking, memory inspection, and agent-to-agent messaging +- Organization-wide compliance score with per-repo breakdown +- Repository health cards — branch protection, signed commits, CI status, merge settings, labels +- Active pull request tracker with check status, labels, and age +- Signal feed for real-time webhook events and configuration drift -Run `thrum` alongside the Probot app, or access the dashboard at `/dashboard` when -deployed with the standalone HTTP handler. +Access the dashboard at `/dashboard` when running with the standalone HTTP handler. ## Quick Start