@delt/claude-alarm 0.3.7 → 0.3.8
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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Monitor and interact with multiple Claude Code sessions from a web dashboard. Ge
|
|
|
7
7
|
## Architecture
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
<img src="docs/architecture.svg" alt="Architecture" width="800">
|
|
10
|
+
<img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/architecture.svg" alt="Architecture" width="800">
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
13
|
## Features
|
|
@@ -53,7 +53,7 @@ Open `http://127.0.0.1:7900` in your browser.
|
|
|
53
53
|
## Message Flow
|
|
54
54
|
|
|
55
55
|
<p align="center">
|
|
56
|
-
<img src="docs/message-flow.svg" alt="Message Flow" width="700">
|
|
56
|
+
<img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/message-flow.svg" alt="Message Flow" width="700">
|
|
57
57
|
</p>
|
|
58
58
|
|
|
59
59
|
## Dashboard Layout
|
|
@@ -151,7 +151,7 @@ Config stored at `~/.claude-alarm/config.json`:
|
|
|
151
151
|
## Remote Access
|
|
152
152
|
|
|
153
153
|
<p align="center">
|
|
154
|
-
<img src="docs/remote-access.svg" alt="Remote Access" width="600">
|
|
154
|
+
<img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/remote-access.svg" alt="Remote Access" width="600">
|
|
155
155
|
</p>
|
|
156
156
|
|
|
157
157
|
1. Set host to `0.0.0.0` in `~/.claude-alarm/config.json`
|