clitrigger 0.2.26 → 0.2.28
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 +17 -5
- package/README_KR.md +17 -5
- package/dist/client/assets/{AnalyticsPanel-CJF51ov7.js → AnalyticsPanel-BW8Q44of.js} +1 -1
- package/dist/client/assets/{FloatingComposerController-5A3GJtK4-BqOKhUaC.js → FloatingComposerController-5A3GJtK4-BXicbwKp.js} +1 -1
- package/dist/client/assets/{PlannerPageEditor-BJ0DxLsM.js → PlannerPageEditor-BHzhV4Wb.js} +3 -3
- package/dist/client/assets/{TaskGraph-B4qlPjjq.js → TaskGraph-DQDsTiOy.js} +1 -1
- package/dist/client/assets/{VaultLayout-Cbz0Dzjt.js → VaultLayout-rzRt26Ig.js} +53 -45
- package/dist/client/assets/index-BP4pA6cj.js +668 -0
- package/dist/client/assets/index-C2Xxu3_J.css +32 -0
- package/dist/client/assets/{style-BeBN7DXF.js → style-DqHsVzBF.js} +1 -1
- package/dist/client/assets/{with-selector-bfGVmvLm.js → with-selector-WPfa-zKC.js} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/server/services/svn-manager.js +2 -2
- package/electron/main.cjs +26 -0
- package/electron/preload.cjs +15 -0
- package/package.json +1 -1
- package/dist/client/assets/index-B_5C2Aov.css +0 -32
- package/dist/client/assets/index-Df25dsa5.js +0 -668
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ npm i -g clitrigger && clitrigger
|
|
|
44
44
|
|
|
45
45
|
> ### Docs → Plan → Terminal → Autonomous Tasks → Version Control. One pipeline.
|
|
46
46
|
>
|
|
47
|
-
> The five stages of a development cycle scattered across five tools is today's real bottleneck. CLITrigger connects them in a single app — build project knowledge in
|
|
47
|
+
> The five stages of a development cycle scattered across five tools is today's real bottleneck. CLITrigger connects them in a single app — build project knowledge in **Docs**, shape it into a plan with the **planner & calendar**, refine it live in **terminal sessions**, then let multiple AI CLIs (**Claude Code · Antigravity · Codex**) **execute autonomously in parallel**, each in its own isolated git worktree — and land the results through the **review queue and built-in Git client**.
|
|
48
48
|
>
|
|
49
49
|
> While you sleep (or focus elsewhere), they burn through your token quota. Next morning you sit down, review the stack of diffs, and **accept / reject / merge**.
|
|
50
50
|
>
|
|
@@ -52,7 +52,7 @@ npm i -g clitrigger && clitrigger
|
|
|
52
52
|
|
|
53
53
|
```mermaid
|
|
54
54
|
flowchart LR
|
|
55
|
-
docs["📚 Docs<br>
|
|
55
|
+
docs["📚 Docs<br>Project knowledge"] --> plan["🗓 Plan<br>Planner · Calendar"]
|
|
56
56
|
plan --> term["⌨️ Terminal<br>Interactive Sessions"]
|
|
57
57
|
term --> auto["🤖 Autonomous Tasks<br>Parallel Worktrees"]
|
|
58
58
|
auto --> vcs["🔀 Version Control<br>Review Queue · Git"]
|
|
@@ -91,12 +91,12 @@ The features follow the five pipeline stages — **📚 Docs → 🗓 Plan →
|
|
|
91
91
|
|
|
92
92
|
### 📚 1. Docs — build the knowledge
|
|
93
93
|
|
|
94
|
-
####
|
|
94
|
+
#### Docs (File-based Knowledge)
|
|
95
95
|
A per-project Obsidian-style knowledge base with a `[[wikilink]]` graph — inject any file into a prompt, CLI-agnostically. What accumulates here is the input to the whole pipeline. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize#vault)
|
|
96
96
|
|
|
97
97
|
<div align="center">
|
|
98
|
-
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-vault.png" alt="
|
|
99
|
-
<p><em>The
|
|
98
|
+
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-vault.png" alt="Docs — Obsidian-style file-based knowledge with a link graph" width="800">
|
|
99
|
+
<p><em>The Docs tab — browse project markdown with inline preview and a force-directed wikilink graph, then selectively inject files into prompts</em></p>
|
|
100
100
|
</div>
|
|
101
101
|
|
|
102
102
|
### 🗓 2. Plan — capture the intent
|
|
@@ -362,6 +362,18 @@ Thanks to everyone who has contributed to CLITrigger!
|
|
|
362
362
|
|
|
363
363
|
---
|
|
364
364
|
|
|
365
|
+
## ☕ Buy Me a Coffee
|
|
366
|
+
|
|
367
|
+
If CLITrigger saves you time, consider buying me a coffee!
|
|
368
|
+
|
|
369
|
+
<div align="center">
|
|
370
|
+
|
|
371
|
+
[](https://buymeacoffee.com/osgoodyz)
|
|
372
|
+
|
|
373
|
+
</div>
|
|
374
|
+
|
|
375
|
+
---
|
|
376
|
+
|
|
365
377
|
## License
|
|
366
378
|
|
|
367
379
|
[MIT](LICENSE) — Free to use, modify, and distribute.
|
package/README_KR.md
CHANGED
|
@@ -44,7 +44,7 @@ npm i -g clitrigger && clitrigger
|
|
|
44
44
|
|
|
45
45
|
> ### 문서 → 계획 → 터미널 → 자동작업 → 형상관리. 하나의 파이프라인.
|
|
46
46
|
>
|
|
47
|
-
> 개발 사이클의 다섯 단계가 도구 다섯 개에 흩어져 있는 게 지금의 병목이다. CLITrigger는 그 전부를 한 앱으로 잇는다 — 프로젝트 지식을
|
|
47
|
+
> 개발 사이클의 다섯 단계가 도구 다섯 개에 흩어져 있는 게 지금의 병목이다. CLITrigger는 그 전부를 한 앱으로 잇는다 — 프로젝트 지식을 **문서**에 쌓고, **플래너·캘린더**로 계획을 세우고, **터미널 세션**에서 AI와 함께 다듬고, 확정된 작업은 격리된 git worktree에서 여러 AI CLI(**Claude Code · Antigravity · Codex**)가 **병렬로 자동 실행**하고, 결과는 **리뷰 큐와 내장 Git 클라이언트**에서 머지까지 끝낸다.
|
|
48
48
|
>
|
|
49
49
|
> 당신이 자는 동안(혹은 다른 일에 집중하는 동안) AI는 토큰 한도를 끝까지 써가며 일한다. 다음 날 아침 책상에 앉아 쌓인 diff를 보고 **accept / reject / merge**만 하면 된다.
|
|
50
50
|
>
|
|
@@ -52,7 +52,7 @@ npm i -g clitrigger && clitrigger
|
|
|
52
52
|
|
|
53
53
|
```mermaid
|
|
54
54
|
flowchart LR
|
|
55
|
-
docs["📚 문서<br
|
|
55
|
+
docs["📚 문서<br>프로젝트 지식"] --> plan["🗓 계획<br>플래너 · 캘린더"]
|
|
56
56
|
plan --> term["⌨️ 터미널<br>인터랙티브 세션"]
|
|
57
57
|
term --> auto["🤖 자동작업<br>병렬 worktree 실행"]
|
|
58
58
|
auto --> vcs["🔀 형상관리<br>리뷰 큐 · Git"]
|
|
@@ -91,12 +91,12 @@ CLITrigger는 이 세 가지를 한 번에 해결한다:
|
|
|
91
91
|
|
|
92
92
|
### 📚 1. 문서 — 지식을 쌓는다
|
|
93
93
|
|
|
94
|
-
####
|
|
94
|
+
#### 문서 (파일 기반 지식)
|
|
95
95
|
`[[wikilink]]` 그래프를 갖춘 프로젝트별 Obsidian 스타일 지식 저장소 — 파일을 CLI 불문으로 프롬프트에 주입. 여기 쌓인 문서가 파이프라인 전체의 입력이 된다. [↗](https://github.com/HyperAITeam/CLITrigger/wiki/Plan-&-Organize-KR#볼트)
|
|
96
96
|
|
|
97
97
|
<div align="center">
|
|
98
|
-
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-vault.png" alt="
|
|
99
|
-
<p><em
|
|
98
|
+
<img src="https://raw.githubusercontent.com/HyperAITeam/CLITrigger/main/docs/images/screenshot-vault.png" alt="문서 — Obsidian 스타일 파일 기반 지식 + 링크 그래프" width="800">
|
|
99
|
+
<p><em>문서 탭 — 프로젝트 마크다운을 인라인 미리보기와 wikilink force-directed 그래프로 탐색하고, 파일을 골라 프롬프트에 주입</em></p>
|
|
100
100
|
</div>
|
|
101
101
|
|
|
102
102
|
### 🗓 2. 계획 — 의도를 캡처한다
|
|
@@ -362,6 +362,18 @@ CLITrigger에 기여해 주신 모든 분들께 감사드립니다!
|
|
|
362
362
|
|
|
363
363
|
---
|
|
364
364
|
|
|
365
|
+
## ☕ 후원하기
|
|
366
|
+
|
|
367
|
+
이 프로젝트가 도움이 됐다면 커피 한 잔 사주세요!
|
|
368
|
+
|
|
369
|
+
<div align="center">
|
|
370
|
+
|
|
371
|
+
[](https://buymeacoffee.com/osgoodyz)
|
|
372
|
+
|
|
373
|
+
</div>
|
|
374
|
+
|
|
375
|
+
---
|
|
376
|
+
|
|
365
377
|
## 라이선스
|
|
366
378
|
|
|
367
379
|
[MIT](LICENSE) — 자유롭게 사용, 수정, 배포하세요.
|