Skip to content

Commit a101828

Browse files
peguesjclaude
andcommitted
docs: add live screenshots and SVG menubar to README
- 9 Playwright screenshots: dashboard, docs wiki (index, getting-started, architecture), formation, ports, ralph, skills, timeline - SVG vectorized CCEM menubar agent with anonymized project data - README updated with Screenshots section and inline images in SwiftUI Menubar Agent and Documentation Wiki sections Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6d1aeb3 commit a101828

File tree

11 files changed

+166
-0
lines changed

11 files changed

+166
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@
1010
1111
---
1212

13+
## Screenshots
14+
15+
### APM Dashboard
16+
![APM Dashboard](ui/screenshots/apm-dashboard.png)
17+
18+
### Documentation Wiki
19+
![Docs Index](ui/screenshots/apm-docs-index.png)
20+
![Getting Started](ui/screenshots/apm-docs-getting-started.png)
21+
![Architecture](ui/screenshots/apm-docs-architecture.png)
22+
23+
### Other Views
24+
| Formation | Ports | Skills |
25+
|-----------|-------|--------|
26+
| ![Formation](ui/screenshots/apm-formation.png) | ![Ports](ui/screenshots/apm-ports.png) | ![Skills](ui/screenshots/apm-skills.png) |
27+
28+
| Ralph | Timeline |
29+
|-------|----------|
30+
| ![Ralph](ui/screenshots/apm-ralph.png) | ![Timeline](ui/screenshots/apm-timeline.png) |
31+
32+
### CCEM Menubar Agent
33+
![CCEM Menubar Agent](ui/screenshots/ccem-agent-menubar.svg)
34+
35+
---
36+
1337
## What is CCEM?
1438

1539
CCEM is a three-component system for managing Claude Code environments at scale:
@@ -227,6 +251,8 @@ ccem tui
227251

228252
## SwiftUI Menubar Agent
229253

254+
![CCEM Menubar Agent](ui/screenshots/ccem-agent-menubar.svg)
255+
230256
The CCEM Agent is a native macOS application (Swift/SwiftUI) that lives in the menu bar and polls the APM server.
231257

232258
**Location**: `CCEMAgent/` (Xcode project)
@@ -253,6 +279,8 @@ xcodebuild -scheme CCEMAgent -configuration Release build
253279

254280
## Documentation Wiki
255281

282+
![Docs Index](ui/screenshots/apm-docs-index.png)
283+
256284
The APM v4 server hosts a built-in documentation wiki at `http://localhost:3031/docs`.
257285

258286
The wiki content is served from `apm-v4/priv/docs/` and rendered via the `DocsStore` GenServer and `DocsLive` LiveView. Markdown files are parsed with Earmark at startup.

ui/screenshots/apm-dashboard.png

84.6 KB
Loading
177 KB
Loading
201 KB
Loading

ui/screenshots/apm-docs-index.png

238 KB
Loading

ui/screenshots/apm-formation.png

51.3 KB
Loading

ui/screenshots/apm-ports.png

43.9 KB
Loading

ui/screenshots/apm-ralph.png

98.3 KB
Loading

ui/screenshots/apm-skills.png

51.7 KB
Loading

ui/screenshots/apm-timeline.png

166 KB
Loading

0 commit comments

Comments
 (0)