@delt/claude-alarm 0.3.11 → 0.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -27
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,10 +4,6 @@
4
4
 
5
5
  Monitor and interact with multiple Claude Code sessions from a web dashboard. Get desktop notifications when tasks complete, send messages to Claude, and track session status.
6
6
 
7
- <p align="center">
8
- <img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/dashboard-preview.png" alt="Dashboard Preview" width="800">
9
- </p>
10
-
11
7
  ## Architecture
12
8
 
13
9
  <p align="center">
@@ -60,30 +56,11 @@ Open `http://127.0.0.1:7900` in your browser.
60
56
  <img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/message-flow.svg" alt="Message Flow" width="700">
61
57
  </p>
62
58
 
63
- ## Dashboard Layout
59
+ ## Dashboard
64
60
 
65
- ```
66
- ┌─────────────────────────────────────────────────────────────┐
67
- │ Claude Alarm ☽ ● Connected │
68
- ├──────────────┬──────────────────────┬───────────────────────┤
69
- │ SESSIONS │ Messages │ NOTIFICATIONS │
70
- │ │ │ │
71
- │ ┌──────────┐ │ ┌─────────────────┐ │ ┌─────────────────┐ │
72
- │ │ my-app │ │ │ Claude · 14:30 │ │ │ ● Task complete │ │
73
- │ │ idle │ │ │ Build succeeded │ │ │ my-app · 14:30│ │
74
- │ └──────────┘ │ └─────────────────┘ │ └─────────────────┘ │
75
- │ ┌──────────┐ │ │ ┌─────────────────┐ │
76
- │ │ api-svc │ │ ┌────────────┐ │ │ ● Error found │ │
77
- │ │ working │ │ │ You · 14:31│ │ │ api-svc · 14:2│ │
78
- │ └──────────┘ │ │ Fix the bug│ │ └─────────────────┘ │
79
- │ ┌──────────┐ │ └────────────┘ │ │
80
- │ │ frontend │ │ │ │
81
- │ │ waiting │ │ │ │
82
- │ └──────────┘ │ │ │
83
- ├──────────────┴──────────────────────┴───────────────────────┤
84
- │ 📎 [Message input... Shift+Enter ↵] [ Send ] │
85
- └─────────────────────────────────────────────────────────────┘
86
- ```
61
+ <p align="center">
62
+ <img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/dashboard-preview.png" alt="Dashboard" width="800">
63
+ </p>
87
64
 
88
65
  ## CLI Commands
89
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delt/claude-alarm",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Monitor and get notifications from multiple Claude Code sessions via MCP Channels",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",