clitrigger 0.2.16 → 0.2.18
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 +22 -19
- package/README_KR.md +21 -18
- package/dist/client/assets/index-B2b9mxbi.js +852 -0
- package/dist/client/index.html +1 -1
- package/dist/server/db/queries.d.ts +4 -4
- package/dist/server/db/queries.d.ts.map +1 -1
- package/dist/server/db/queries.js +10 -10
- package/dist/server/db/queries.js.map +1 -1
- package/dist/server/db/schema.d.ts.map +1 -1
- package/dist/server/db/schema.js +19 -1
- package/dist/server/db/schema.js.map +1 -1
- package/dist/server/lib/jira-client.d.ts +5 -0
- package/dist/server/lib/jira-client.d.ts.map +1 -1
- package/dist/server/lib/jira-client.js +16 -0
- package/dist/server/lib/jira-client.js.map +1 -1
- package/dist/server/routes/personal.d.ts.map +1 -1
- package/dist/server/routes/personal.js +101 -19
- package/dist/server/routes/personal.js.map +1 -1
- package/dist/server/services/claude-manager.d.ts.map +1 -1
- package/dist/server/services/claude-manager.js +31 -0
- package/dist/server/services/claude-manager.js.map +1 -1
- package/dist/server/services/file-scanner.d.ts.map +1 -1
- package/dist/server/services/file-scanner.js +0 -1
- package/dist/server/services/file-scanner.js.map +1 -1
- package/package.json +3 -3
- package/dist/client/assets/index-CZPlygtk.js +0 -852
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
[](https://www.npmjs.com/package/clitrigger)
|
|
20
20
|
[](https://www.npmjs.com/package/clitrigger)
|
|
21
21
|
[](https://www.npmjs.com/package/clitrigger)
|
|
22
|
-
[](https://nodejs.org)
|
|
23
23
|
[](https://www.typescriptlang.org)
|
|
24
24
|
[](https://react.dev)
|
|
25
25
|
[](https://github.com/HyperAITeam/CLITrigger/stargazers)
|
|
@@ -62,12 +62,12 @@ CLITrigger solves all three:
|
|
|
62
62
|
|
|
63
63
|
## Features
|
|
64
64
|
|
|
65
|
-
CLITrigger spans four layers — **plan & organize** what needs doing, **delegate** it to AI, **review & ship** the results, and **access** it from anywhere.
|
|
65
|
+
CLITrigger spans four layers — **plan & organize** what needs doing, **delegate** it to AI, **review & ship** the results, and **access** it from anywhere. Each feature below has a full guide in the **[Wiki](https://github.com/HyperAITeam/CLITrigger/wiki)** (↗).
|
|
66
66
|
|
|
67
67
|
### 🗂 Plan & Organize
|
|
68
68
|
|
|
69
69
|
#### My Schedule
|
|
70
|
-
|
|
70
|
+
One personal calendar overlaying your memos, every project's schedules, planner due dates, and assigned Jira issues. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#my-schedule)
|
|
71
71
|
|
|
72
72
|
<div align="center">
|
|
73
73
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-agenda.png" alt="My Schedule — personal calendar overlaying memos, schedules, planner & Jira" width="800">
|
|
@@ -75,7 +75,7 @@ A global, project-independent personal hub. One calendar — month / week / day
|
|
|
75
75
|
</div>
|
|
76
76
|
|
|
77
77
|
#### Planner
|
|
78
|
-
A lightweight task planner
|
|
78
|
+
A lightweight task planner — capture ideas, then convert any item into a TODO, schedule, or session; Markdown import/export. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#planner)
|
|
79
79
|
|
|
80
80
|
<div align="center">
|
|
81
81
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-planer.png" alt="Planner — Lightweight task management" width="800">
|
|
@@ -83,7 +83,7 @@ A lightweight task planner separate from TODOs — capture ideas, attach images,
|
|
|
83
83
|
</div>
|
|
84
84
|
|
|
85
85
|
#### Vault (File-based Knowledge)
|
|
86
|
-
|
|
86
|
+
A per-project Obsidian-style knowledge base with a `[[wikilink]]` graph — inject any file into a prompt, CLI-agnostically. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#vault)
|
|
87
87
|
|
|
88
88
|
<div align="center">
|
|
89
89
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-vault.png" alt="Vault — Obsidian-style file-based knowledge with a link graph" width="800">
|
|
@@ -91,15 +91,15 @@ An Obsidian-style, file-based knowledge vault per project. CLITrigger auto-scans
|
|
|
91
91
|
</div>
|
|
92
92
|
|
|
93
93
|
#### Favorites Launcher
|
|
94
|
-
|
|
94
|
+
One-click launcher for your frequent external tools (executables, commands, URLs) from the sidebar. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#favorites-launcher)
|
|
95
95
|
|
|
96
96
|
### 🤖 Delegate to AI
|
|
97
97
|
|
|
98
98
|
#### Parallel Worktree Execution (Tasks)
|
|
99
|
-
|
|
99
|
+
Every TODO runs in its own git worktree with Claude / Gemini / Codex in parallel, plus dependency chains and merge control. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#parallel-worktree-execution)
|
|
100
100
|
|
|
101
101
|
#### Interactive Sessions
|
|
102
|
-
Long-lived
|
|
102
|
+
Long-lived CLI sessions in floating windows with VS Code-style docking, pop-out, and real xterm.js terminals. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#interactive-sessions)
|
|
103
103
|
|
|
104
104
|
<div align="center">
|
|
105
105
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-sessions.png" alt="Sessions — Multi-CLI floating windows with VS Code-style docking" width="800">
|
|
@@ -107,7 +107,7 @@ Long-lived interactive CLI sessions as first-class entities — bring up a Claud
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
#### Multi-Agent Discussion
|
|
110
|
-
|
|
110
|
+
Architect / developer / reviewer agents debate before implementing, then commit code or send action items to the planner. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#multi-agent-discussion)
|
|
111
111
|
|
|
112
112
|
<div align="center">
|
|
113
113
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-discussions.png" alt="Discussions — Multi-agent debate" width="800">
|
|
@@ -115,7 +115,7 @@ AI agents with different roles — architect, developer, reviewer — debate in
|
|
|
115
115
|
</div>
|
|
116
116
|
|
|
117
117
|
#### Scheduled Execution
|
|
118
|
-
|
|
118
|
+
Run tasks on cron or one-off schedules, with auto-retry at the exact rate-limit reset time. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#scheduled-execution)
|
|
119
119
|
|
|
120
120
|
<div align="center">
|
|
121
121
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-schedules.png" alt="Schedules — Scheduled execution" width="800">
|
|
@@ -123,15 +123,15 @@ Schedule tasks for off-peak hours to avoid rate limits. Supports recurring cron
|
|
|
123
123
|
</div>
|
|
124
124
|
|
|
125
125
|
#### Multi-CLI & Sandbox Mode
|
|
126
|
-
|
|
126
|
+
Pick Claude / Gemini / Codex per project, TODO, or agent; strict sandbox confines file access to the worktree. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI#multi-cli--sandbox-mode)
|
|
127
127
|
|
|
128
128
|
### 🔍 Review & Ship
|
|
129
129
|
|
|
130
130
|
#### Morning Review Queue
|
|
131
|
-
|
|
131
|
+
Triage every overnight TODO across projects in one keyboard-driven card stack — navigate, merge, or discard in a keypress. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship#morning-review-queue)
|
|
132
132
|
|
|
133
133
|
#### Built-in Git Client
|
|
134
|
-
A
|
|
134
|
+
A Fork / SourceTree-style Git client in the browser — stage, commit, push, and manage branches and diffs. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship#built-in-git-client)
|
|
135
135
|
|
|
136
136
|
<div align="center">
|
|
137
137
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-git.png" alt="Git — Built-in client" width="800">
|
|
@@ -139,7 +139,7 @@ A full Git client lives inside the web UI with a Fork/SourceTree-style layout
|
|
|
139
139
|
</div>
|
|
140
140
|
|
|
141
141
|
#### Analytics
|
|
142
|
-
Per-project cost and execution stats
|
|
142
|
+
Per-project cost and execution stats — by CLI, by status, and over time. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship#analytics)
|
|
143
143
|
|
|
144
144
|
<div align="center">
|
|
145
145
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-analytics.png" alt="Analytics — Execution stats" width="800">
|
|
@@ -147,12 +147,12 @@ Per-project cost and execution stats powered by Recharts — stacked bar chart b
|
|
|
147
147
|
</div>
|
|
148
148
|
|
|
149
149
|
#### Live Logs (Chat & Raw)
|
|
150
|
-
|
|
150
|
+
Real-time WebSocket log streaming in Chat (markdown) or Raw (terminal) mode. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship#live-logs)
|
|
151
151
|
|
|
152
152
|
### 🌐 Access Anywhere
|
|
153
153
|
|
|
154
154
|
#### Remote Access
|
|
155
|
-
|
|
155
|
+
Reach CLITrigger from anywhere via Cloudflare Tunnel, with completion notifications and custom-domain routing. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Remote-Access)
|
|
156
156
|
|
|
157
157
|
---
|
|
158
158
|
|
|
@@ -204,10 +204,10 @@ clitrigger config port 8080 # Change port
|
|
|
204
204
|
clitrigger config tunnel on # Enable Cloudflare tunnel for external sharing
|
|
205
205
|
```
|
|
206
206
|
|
|
207
|
-
> **Prerequisites**: Node.js
|
|
207
|
+
> **Prerequisites**: Node.js 22+ (use an **LTS** release), Git, at least one AI CLI (Claude / Gemini / Codex)
|
|
208
208
|
>
|
|
209
209
|
> **Supported Platforms**: Windows · macOS · Linux — all core code is cross-platform compatible.
|
|
210
|
-
>
|
|
210
|
+
> Prefer an LTS (even-numbered) Node.js. A brand-new major (e.g. an odd/just-released version) may not have prebuilt native binaries yet, which forces a source build requiring a C++ toolchain (Visual Studio Build Tools on Windows, `xcode-select --install` on macOS).
|
|
211
211
|
|
|
212
212
|
### Run from Source (for development)
|
|
213
213
|
|
|
@@ -285,9 +285,12 @@ The displayed URL becomes `https://app.your-domain.com` and reputation tracks yo
|
|
|
285
285
|
|
|
286
286
|
## Documentation
|
|
287
287
|
|
|
288
|
+
📖 **The full manual lives in the [Wiki](https://github.com/HyperAITeam/CLITrigger/wiki)** — installation, every feature guide, and remote access.
|
|
289
|
+
|
|
288
290
|
| Doc | Content |
|
|
289
291
|
|-----|---------|
|
|
290
|
-
| [
|
|
292
|
+
| [Wiki](https://github.com/HyperAITeam/CLITrigger/wiki) | Detailed feature guides and usage |
|
|
293
|
+
| [SETUP.md](docs/SETUP.md) | Detailed installation and usage guide (한국어) |
|
|
291
294
|
| [changelog/](docs/changelog/README.md) | Version history (per-date entries by month) |
|
|
292
295
|
| [CICD.md](docs/CICD.md) | GitHub Actions CI/CD setup |
|
|
293
296
|
| [TESTING.md](docs/TESTING.md) | Testing guide |
|
package/README_KR.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
[](https://www.npmjs.com/package/clitrigger)
|
|
20
20
|
[](https://www.npmjs.com/package/clitrigger)
|
|
21
21
|
[](https://www.npmjs.com/package/clitrigger)
|
|
22
|
-
[](https://nodejs.org)
|
|
23
23
|
[](https://www.typescriptlang.org)
|
|
24
24
|
[](https://react.dev)
|
|
25
25
|
[](https://github.com/HyperAITeam/CLITrigger/stargazers)
|
|
@@ -62,12 +62,12 @@ CLITrigger는 이 세 가지를 한 번에 해결한다:
|
|
|
62
62
|
|
|
63
63
|
## 주요 기능
|
|
64
64
|
|
|
65
|
-
CLITrigger는 네 개의 계층으로 이루어진다 — 할 일을 **계획·정리**하고, AI에 **위임**하고, 결과를 **리뷰·머지**하고, **어디서나 접속**한다.
|
|
65
|
+
CLITrigger는 네 개의 계층으로 이루어진다 — 할 일을 **계획·정리**하고, AI에 **위임**하고, 결과를 **리뷰·머지**하고, **어디서나 접속**한다. 각 기능의 자세한 가이드는 **[Wiki](https://github.com/HyperAITeam/CLITrigger/wiki/Home-KR)** (↗)에 있다.
|
|
66
66
|
|
|
67
67
|
### 🗂 계획 · 정리
|
|
68
68
|
|
|
69
69
|
#### 내 일정 (My Schedule)
|
|
70
|
-
|
|
70
|
+
내 메모·전 프로젝트 스케줄·플래너 마감일·할당된 Jira 이슈를 한 캘린더에 겹쳐 보는 개인 허브. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#내-일정)
|
|
71
71
|
|
|
72
72
|
<div align="center">
|
|
73
73
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-agenda.png" alt="내 일정 — 개인 메모·스케줄·플래너·Jira를 한 캘린더에" width="800">
|
|
@@ -75,7 +75,7 @@ CLITrigger는 네 개의 계층으로 이루어진다 — 할 일을 **계획·
|
|
|
75
75
|
</div>
|
|
76
76
|
|
|
77
77
|
#### Planner (플래너)
|
|
78
|
-
|
|
78
|
+
경량 작업 플래너 — 아이디어를 적고 한 번의 클릭으로 TODO·스케줄·세션으로 변환, Markdown 입출력 지원. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#플래너)
|
|
79
79
|
|
|
80
80
|
<div align="center">
|
|
81
81
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-planer.png" alt="Planner — 경량 작업 관리" width="800">
|
|
@@ -83,7 +83,7 @@ TODO와는 별개인 경량 작업 플래너 — 아이디어를 빠르게 적
|
|
|
83
83
|
</div>
|
|
84
84
|
|
|
85
85
|
#### 볼트 (파일 기반 지식)
|
|
86
|
-
|
|
86
|
+
`[[wikilink]]` 그래프를 갖춘 프로젝트별 Obsidian 스타일 지식 저장소 — 파일을 CLI 불문으로 프롬프트에 주입. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#볼트)
|
|
87
87
|
|
|
88
88
|
<div align="center">
|
|
89
89
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-vault.png" alt="볼트 — Obsidian 스타일 파일 기반 지식 + 링크 그래프" width="800">
|
|
@@ -91,15 +91,15 @@ TODO와는 별개인 경량 작업 플래너 — 아이디어를 빠르게 적
|
|
|
91
91
|
</div>
|
|
92
92
|
|
|
93
93
|
#### 즐겨찾기 런처 (Favorites)
|
|
94
|
-
자주 쓰는 외부 도구(실행파일,
|
|
94
|
+
자주 쓰는 외부 도구(실행파일, 명령어, URL)를 사이드바에서 원클릭으로 실행. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#즐겨찾기-런처)
|
|
95
95
|
|
|
96
96
|
### 🤖 AI에 위임
|
|
97
97
|
|
|
98
98
|
#### 병렬 Worktree 실행 (자동 작업)
|
|
99
|
-
TODO
|
|
99
|
+
TODO마다 격리된 git worktree에서 Claude / Gemini / Codex가 병렬 실행 + 의존성 체인·머지 제어. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI-KR#병렬-워크트리-실행)
|
|
100
100
|
|
|
101
101
|
#### 인터랙티브 세션 (Sessions)
|
|
102
|
-
|
|
102
|
+
VS Code 스타일 도킹·별도 창 분리·실제 xterm.js 터미널을 갖춘 장시간 CLI 세션. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI-KR#인터랙티브-세션)
|
|
103
103
|
|
|
104
104
|
<div align="center">
|
|
105
105
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-sessions.png" alt="Sessions — VS Code 스타일로 도킹된 멀티 CLI floating windows" width="800">
|
|
@@ -107,7 +107,7 @@ TODO를 작성하면 각 작업마다 격리된 git worktree가 자동 생성된
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
#### 다중 AI 토론 (Discussion)
|
|
110
|
-
|
|
110
|
+
아키텍트·개발자·리뷰어 에이전트가 구현 전에 토론하고, 코드 커밋이나 플래너 전송까지 이어진다. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI-KR#멀티-에이전트-토론)
|
|
111
111
|
|
|
112
112
|
<div align="center">
|
|
113
113
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-discussions.png" alt="Discussions — 다중 AI 토론" width="800">
|
|
@@ -115,7 +115,7 @@ TODO를 작성하면 각 작업마다 격리된 git worktree가 자동 생성된
|
|
|
115
115
|
</div>
|
|
116
116
|
|
|
117
117
|
#### 예약 실행 (Scheduler)
|
|
118
|
-
|
|
118
|
+
cron·일회성 스케줄로 작업을 예약하고, 토큰 한도 리셋 시각에 자동 재시도. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI-KR#스케줄-실행)
|
|
119
119
|
|
|
120
120
|
<div align="center">
|
|
121
121
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-schedules.png" alt="Schedules — 예약 실행" width="800">
|
|
@@ -123,15 +123,15 @@ TODO를 작성하면 각 작업마다 격리된 git worktree가 자동 생성된
|
|
|
123
123
|
</div>
|
|
124
124
|
|
|
125
125
|
#### 멀티 CLI & 샌드박스
|
|
126
|
-
Claude / Gemini / Codex
|
|
126
|
+
Claude / Gemini / Codex를 프로젝트·TODO·에이전트별로 선택, strict 샌드박스로 파일 접근을 워크트리로 제한. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Delegate-to-AI-KR#멀티-cli--샌드박스-모드)
|
|
127
127
|
|
|
128
128
|
### 🔍 리뷰 · 머지
|
|
129
129
|
|
|
130
130
|
#### Morning Review Queue (아침 리뷰 큐)
|
|
131
|
-
|
|
131
|
+
밤새 실행된 전 프로젝트 TODO를 키보드 한 번으로 이동·머지·discard하는 단일 트리아주 카드 스택. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship-KR#모닝-리뷰-큐)
|
|
132
132
|
|
|
133
133
|
#### 내장 Git 클라이언트
|
|
134
|
-
|
|
134
|
+
브라우저 안의 Fork/SourceTree 스타일 Git 클라이언트 — 스테이지·커밋·푸시·브랜치/diff 관리. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship-KR#내장-git-클라이언트)
|
|
135
135
|
|
|
136
136
|
<div align="center">
|
|
137
137
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-git.png" alt="Git — 내장 클라이언트" width="800">
|
|
@@ -139,7 +139,7 @@ Claude / Gemini / Codex CLI를 프로젝트·TODO·토론 에이전트별로 선
|
|
|
139
139
|
</div>
|
|
140
140
|
|
|
141
141
|
#### Analytics (통계)
|
|
142
|
-
프로젝트별 비용·실행
|
|
142
|
+
프로젝트별 비용·실행 통계 — CLI별, 상태별, 시간 축으로. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship-KR#분석)
|
|
143
143
|
|
|
144
144
|
<div align="center">
|
|
145
145
|
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-analytics.png" alt="Analytics — 실행 통계" width="800">
|
|
@@ -147,12 +147,12 @@ Claude / Gemini / Codex CLI를 프로젝트·TODO·토론 에이전트별로 선
|
|
|
147
147
|
</div>
|
|
148
148
|
|
|
149
149
|
#### 실시간 로그 (Chat & Raw)
|
|
150
|
-
WebSocket
|
|
150
|
+
WebSocket 실시간 로그 스트리밍 — Chat(마크다운) 또는 Raw(터미널) 모드. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Review-&-Ship-KR#실시간-로그)
|
|
151
151
|
|
|
152
152
|
### 🌐 어디서나 접속
|
|
153
153
|
|
|
154
154
|
#### 외부 접속
|
|
155
|
-
Cloudflare Tunnel로 어디서든
|
|
155
|
+
Cloudflare Tunnel로 어디서든 접속 — 완료 알림과 커스텀 도메인 라우팅 지원. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Remote-Access-KR)
|
|
156
156
|
|
|
157
157
|
---
|
|
158
158
|
|
|
@@ -204,10 +204,10 @@ clitrigger config port 8080 # 포트 변경
|
|
|
204
204
|
clitrigger config tunnel on # 외부 공유용 Cloudflare 터널 활성화
|
|
205
205
|
```
|
|
206
206
|
|
|
207
|
-
> **사전 요구사항**: Node.js
|
|
207
|
+
> **사전 요구사항**: Node.js 22+ (**LTS** 버전 권장), Git, 사용할 AI CLI (Claude / Gemini / Codex 중 하나 이상)
|
|
208
208
|
>
|
|
209
209
|
> **지원 플랫폼**: Windows · macOS · Linux — 모든 핵심 코드가 크로스 플랫폼 대응되어 있다.
|
|
210
|
-
>
|
|
210
|
+
> Node.js는 **LTS(짝수 버전)** 를 권장한다. 갓 출시된 최신 메이저(홀수/방금 나온 버전)는 네이티브 모듈의 prebuilt 바이너리가 아직 없어, 소스 빌드를 강제하며 C++ 빌드 도구(Windows는 Visual Studio Build Tools, macOS는 `xcode-select --install`)가 필요할 수 있다.
|
|
211
211
|
|
|
212
212
|
### 소스에서 직접 실행 (개발용)
|
|
213
213
|
|
|
@@ -285,8 +285,11 @@ cloudflared tunnel route dns <tunnel-name> app.your-domain.com # 한 번만
|
|
|
285
285
|
|
|
286
286
|
## 문서
|
|
287
287
|
|
|
288
|
+
📖 **전체 매뉴얼은 [Wiki](https://github.com/HyperAITeam/CLITrigger/wiki/Home-KR)에 있습니다** — 설치, 기능별 가이드, 원격 접속까지.
|
|
289
|
+
|
|
288
290
|
| 문서 | 내용 |
|
|
289
291
|
|------|------|
|
|
292
|
+
| [Wiki (한국어)](https://github.com/HyperAITeam/CLITrigger/wiki/Home-KR) | 기능별 상세 가이드와 사용법 |
|
|
290
293
|
| [SETUP.md](docs/SETUP.md) | 상세 설치 및 사용 가이드 |
|
|
291
294
|
| [changelog/](docs/changelog/README.md) | 변경 이력 (월별 폴더 + 날짜별 파일) |
|
|
292
295
|
| [CICD.md](docs/CICD.md) | GitHub Actions CI/CD 설정 |
|