@elyun/bylane 1.10.0 → 1.11.0
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/commands/bylane-monitor.md +18 -24
- package/package.json +1 -1
|
@@ -1,43 +1,37 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: bylane-monitor
|
|
3
|
-
description: byLane 실시간 TUI 모니터
|
|
3
|
+
description: byLane 실시간 TUI 모니터 대시보드 실행 안내. Claude가 직접 실행하지 않고 사용자 터미널 명령을 안내한다.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /bylane monitor
|
|
7
7
|
|
|
8
|
-
##
|
|
8
|
+
## 중요
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
모니터는 **long-running 터미널 프로세스**입니다.
|
|
11
|
+
Claude가 직접 실행하지 않는다. 사용자에게 아래 명령을 안내하고 즉시 완료한다.
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## 안내 메시지 출력
|
|
14
|
+
|
|
15
|
+
다음을 그대로 사용자에게 출력하고 이 스킬을 종료한다:
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
모니터 대시보드는 터미널에서 직접 실행하세요:
|
|
14
20
|
|
|
15
21
|
```bash
|
|
16
22
|
npm run monitor
|
|
17
23
|
```
|
|
18
24
|
|
|
19
|
-
|
|
25
|
+
byLane이 설치된 디렉토리에서 실행하거나, 현재 프로젝트에서:
|
|
26
|
+
|
|
20
27
|
```bash
|
|
21
|
-
|
|
28
|
+
npm run monitor --prefix ~/.claude/bylane
|
|
22
29
|
```
|
|
23
30
|
|
|
24
|
-
|
|
31
|
+
**종료**: `q` 또는 `Ctrl+C`
|
|
25
32
|
|
|
26
|
-
|
|
27
|
-
╔══════════════════════════════════════════════════════════╗
|
|
28
|
-
║ byLane Monitor [현재작업] [경과시간] [시각] ║
|
|
29
|
-
╠══════════════════╦═══════════════════════════════════════╣
|
|
30
|
-
║ AGENT PIPELINE ║ AGENT LOG [LIVE] ║
|
|
31
|
-
║ (좌상) ║ (우상) ║
|
|
32
|
-
╠══════════════════╬═══════════════════════════════════════╣
|
|
33
|
-
║ QUEUE ║ SYSTEM STATUS ║
|
|
34
|
-
║ (좌하) ║ (우하) ║
|
|
35
|
-
╚══════════════════╩═══════════════════════════════════════╝
|
|
36
|
-
```
|
|
33
|
+
---
|
|
37
34
|
|
|
38
|
-
##
|
|
35
|
+
## 완료
|
|
39
36
|
|
|
40
|
-
|
|
41
|
-
|---|---|
|
|
42
|
-
| `q` / `Ctrl+C` | 종료 |
|
|
43
|
-
| `↑` / `↓` | 로그 패널 스크롤 |
|
|
37
|
+
안내 메시지 출력 후 이 스킬은 완료됩니다. 추가 작업 없음.
|