[AAASM-5017] 📝 (docs): add light/dark dashboard screenshots to observe docs#131
[AAASM-5017] 📝 (docs): add light/dark dashboard screenshots to observe docs#131Chisanan232 wants to merge 7 commits into
Conversation
Fleet (observe your agents) and Audit Log (see a denial) captured from the dashboard's own Playwright + fixture harness in agent-assembly/dashboard — real UI, deterministic fixtures, both data-theme light and dark, 1440x900. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
New Operations hub page embedding the light/dark Fleet and Audit Log screenshots with honest captions + descriptive alt text, oriented to the golden-path observe step. Registered in SUMMARY.md.
Add an Overview section (light + dark) ahead of Fleet — the landing screen where a newly registered agent appears at a glance via the fleet snapshot and posture rings. Real Dashboard UI, sample fixture data.
|
📸 Added an Overview section (light + dark) ahead of Fleet on the dashboard page — the landing screen where a newly registered agent appears at a glance via the fleet snapshot + posture rings. Real Dashboard UI, sample fixture data. Topology was retried with a cleaner fixture but dropped — the graph has no D3 collision force, so intra-team nodes overlap and narrow single-node clusters wrap the budget-bar label over the cluster title. Not embedding a garbled image.
|
Add a Topology section to the Dashboard observe page, between Fleet and Audit Log, showing the operator dashboard Topology view (light + dark) captured from the real UI with sample fixture data (two team clusters). Refs AAASM-5017 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Pushed a new commit adding a Topology section to the Dashboard observe page ( |
|
Refreshed the Topology screenshot ( |
|
🤖 Claude Code — PR review CI: Scope (AAASM-5017): ✅ Matches the AC. New Side-effects: ✅ Docs + 8 real PNGs ( FE: N/A — static PNGs in an mdBook page, not app FE → Playwright N/A. Verdict: READY — pending Pioneer approval. The one red check is a pre-existing, unrelated aggregate-infra failure (core |
agent-assembly's default branch was renamed master→main; the docs aggregation
registry still pinned core `ref: master`, so `git clone -b master` failed
("pathspec 'master' did not match") and broke the Aggregate job on every docs
PR + scheduled main run. Point core at `main`. All modules now on main.
|



Description
Adds a new Operations hub page — Observe your agents in the Dashboard (
docs/src/dashboard.md) — embedding real Dashboard screenshots in both light and dark mode:/agents) — the golden-path observe your agents surface (agents across frameworks with mode / status / owner / last-seen)./audit) — the see a denial surface (aDENYon an externalgmail/send, alongside allow / redact verdicts).Each screen is shown as a captioned light + dark pair with descriptive alt text. The page is registered in
SUMMARY.mdunder Operations, andself-host-observability.mdgets a reciprocal cross-link.How the screenshots were produced (honest, real captures): they are the actual dashboard React UI rendered by the dashboard's own Playwright + fixture harness in
agent-assembly/dashboard(the established pattern behindaudit-log-theme.spec.ts/theme-visual.spec.ts/ the design-fidelity specs) — deterministic fixtures + a mocked event stream, no live backend, animations frozen, fixed 1440×900 viewport, bothdata-themelight and dark. The throwaway capture spec/config were not committed toagent-assembly. The images truthfully show the operator UI; they are not a claim that any live deployment is wired end-to-end (the page says so).Topology and Policies/Budget were intentionally dropped rather than embedded: Topology's small-node budget labels overlapped (no collision force in the D3 layout) and the Policies/Budget fixture endpoints now return a paginated
{items,total}shape that rendered empty. Fleet + Audit cover the AC's agents + decisions screens cleanly.Type of Change
Related Issues
How to verify
cd docs && mdbook build→ green (mdBook v0.5.2);book/dashboard.htmlrenders, the 4 PNGs are copied tobook/images/dashboard/and resolve, and the new nav entry appears under Operations.Documentation Checklist
cd docs && mdbook buildpasses locally with no warnings (only the pre-existing mdbook-mermaid / gettext preprocessor version-mismatch notices)docs/src/SUMMARY.md