@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.
@@ -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
- 현재 진행 중인 모든 byLane 에이전트의 상태를 2열 그리드 TUI로 실시간 표시한다.
11
- `.bylane/state/*.json` 파일을 1초마다 폴링하여 갱신.
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
- node src/monitor/index.js
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
+ 안내 메시지 출력 이 스킬은 완료됩니다. 추가 작업 없음.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyun/bylane",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "Frontend development harness for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {