@su-record/vibe 2.9.15 → 2.9.17

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.
Files changed (41) hide show
  1. package/CLAUDE.md +100 -190
  2. package/README.ko.md +171 -171
  3. package/README.md +220 -220
  4. package/commands/vibe.docs.md +3 -2
  5. package/dist/cli/auth.d.ts.map +1 -1
  6. package/dist/cli/auth.js +3 -1
  7. package/dist/cli/auth.js.map +1 -1
  8. package/dist/cli/commands/info.d.ts.map +1 -1
  9. package/dist/cli/commands/info.js +7 -2
  10. package/dist/cli/commands/info.js.map +1 -1
  11. package/dist/cli/commands/init.d.ts +0 -10
  12. package/dist/cli/commands/init.d.ts.map +1 -1
  13. package/dist/cli/commands/init.js +6 -77
  14. package/dist/cli/commands/init.js.map +1 -1
  15. package/dist/cli/commands/update.d.ts.map +1 -1
  16. package/dist/cli/commands/update.js +6 -15
  17. package/dist/cli/commands/update.js.map +1 -1
  18. package/dist/cli/postinstall/index.d.ts +0 -4
  19. package/dist/cli/postinstall/index.d.ts.map +1 -1
  20. package/dist/cli/postinstall/index.js +0 -4
  21. package/dist/cli/postinstall/index.js.map +1 -1
  22. package/dist/cli/postinstall/main.d.ts.map +1 -1
  23. package/dist/cli/postinstall/main.js +2 -32
  24. package/dist/cli/postinstall/main.js.map +1 -1
  25. package/dist/cli/postinstall.d.ts +1 -1
  26. package/dist/cli/postinstall.d.ts.map +1 -1
  27. package/dist/cli/postinstall.js +1 -1
  28. package/dist/cli/postinstall.js.map +1 -1
  29. package/dist/cli/setup/ProjectSetup.d.ts +1 -16
  30. package/dist/cli/setup/ProjectSetup.d.ts.map +1 -1
  31. package/dist/cli/setup/ProjectSetup.js +8 -161
  32. package/dist/cli/setup/ProjectSetup.js.map +1 -1
  33. package/dist/cli/setup.d.ts +1 -1
  34. package/dist/cli/setup.d.ts.map +1 -1
  35. package/dist/cli/setup.js +1 -1
  36. package/dist/cli/setup.js.map +1 -1
  37. package/dist/cli/utils/cli-detector.d.ts +1 -1
  38. package/dist/cli/utils/cli-detector.js +1 -1
  39. package/package.json +1 -1
  40. package/skills/vibe-docs/SKILL.md +221 -171
  41. package/skills/vibe-docs/templates/behavioral-principles.md +47 -0
package/README.md CHANGED
@@ -1,220 +1,220 @@
1
- # VIBE
2
-
3
- **Easy vibe coding. Minimum quality guaranteed.**
4
-
5
- [![npm](https://img.shields.io/npm/v/@su-record/vibe)](https://www.npmjs.com/package/@su-record/vibe)
6
- [![npm downloads](https://img.shields.io/npm/dt/@su-record/vibe.svg?style=flat-square&color=blue)](https://www.npmjs.com/package/@su-record/vibe)
7
- [![Node.js](https://img.shields.io/badge/node-%3E%3D18-green)](https://nodejs.org/)
8
- [![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)
9
-
10
- Vibe is a quality harness for AI coding tools. It wraps around Claude Code, Codex, Cursor, or Gemini CLI and automatically enforces type safety, code quality, and security — so you can vibe-code fast without shipping garbage.
11
-
12
- ```bash
13
- npm install -g @su-record/vibe
14
- vibe init
15
- ```
16
-
17
- ---
18
-
19
- ## The Workflow
20
-
21
- One entry point. Everything else is automatic.
22
-
23
- ```
24
- /vibe.spec "coffee brand landing page"
25
- |
26
- v
27
- Interview ─── "Who's the audience?" "What sections?" "Dark mode?" ───
28
- | (loops until you say stop)
29
- v
30
- Plan ─── Structured planning document (.claude/vibe/plans/)
31
- |
32
- v
33
- SPEC ─── PTCF spec + BDD features, GPT+Gemini parallel research
34
- |
35
- v
36
- Review ─── Race review (GPT vs Gemini), quality gate (100-point, loop until perfect)
37
- |
38
- +──────────────────────────────┐
39
- v v
40
- /vibe.run (Logic) /vibe.figma (UI)
41
- Implement from SPEC Figma design ↔ Code
42
- 12 agents review Read or Write
43
- | |
44
- v v
45
- /vibe.verify ──── /vibe.trace ──── Done
46
- ```
47
-
48
- **Smart Resume** — Stop at any step, close the session, come back later. `/vibe.spec` auto-detects where you left off and picks up from there. No need to remember feature names.
49
-
50
- **ultrawork** — Add `ultrawork` to skip all confirmation gates and run the full pipeline hands-free.
51
-
52
- ---
53
-
54
- ## Quick Start
55
-
56
- ```bash
57
- # Install
58
- npm install -g @su-record/vibe
59
-
60
- # Initialize (auto-detects your stack, generates project-aware CLAUDE.md)
61
- cd your-project
62
- vibe init
63
-
64
- # Start your AI coding tool
65
- claude
66
-
67
- # Run the workflow
68
- /vibe.spec "add user authentication"
69
- ```
70
-
71
- ---
72
-
73
- ## Harness Engineering
74
-
75
- Vibe is built on the [Harness Engineering](https://anthropic.com/engineering/harness-design) principle — designing the working environment so AI operates effectively on its own.
76
-
77
- ### The 6 Axes
78
-
79
- | Axis | What it covers | Vibe implementation |
80
- |------|---------------|---------------------|
81
- | **Scaffolding** | Project structure, tools, boundaries | `/vibe.scaffold` generates optimized folder structure (docs/, .dev/, layered src/) |
82
- | **Context** | What AI knows | `vibe init` generates project-aware CLAUDE.md from actual structure analysis |
83
- | **Planning** | What to build | `/vibe.spec` → interview → plan → SPEC → review pipeline |
84
- | **Orchestration** | How to execute | 40+ agents, 12 teams, skill-based dispatch |
85
- | **Verification** | How to trust | Hooks, convergence loops, RTM traceability |
86
- | **Compounding** | How to improve | Evolution engine, session memory, auto-generated skills |
87
-
88
- ### Diagnose Your Project
89
-
90
- ```bash
91
- /vibe.harness # Score your project across all 6 axes (0-100)
92
- ```
93
-
94
- Produces a detailed report with per-axis scores, grade (S/A/B/C/D), and auto-fixable improvement suggestions. Detects project type (app vs package/library) and adjusts scoring accordingly.
95
-
96
- ---
97
-
98
- ## Analyze Anything
99
-
100
- `/vibe.analyze` works on more than just source code:
101
-
102
- ```bash
103
- /vibe.analyze "login" # Feature/module code exploration
104
- /vibe.analyze --code # Code quality analysis
105
- /vibe.analyze report.pdf # Document analysis (PDF, slides, markdown)
106
- /vibe.analyze https://example.com # Website analysis (UX, tech, SEO, a11y)
107
- /vibe.analyze https://figma.com/… # Figma design analysis
108
- ```
109
-
110
- Auto-detects input type (file extension → URL pattern → flag → string) and routes to the appropriate analysis mode with mode-specific quality gates.
111
-
112
- ---
113
-
114
- ## Figma ↔ Code
115
-
116
- Bidirectional. Read designs from Figma, or write designs to Figma from a plan.
117
-
118
- ```bash
119
- # READ — Add UI to existing project (follows project conventions)
120
- /vibe.figma <figma-url> <figma-url>
121
-
122
- # READ — New standalone page (independent styles)
123
- /vibe.figma --new <figma-url>
124
-
125
- # WRITE — Create Figma design from plan document
126
- /vibe.figma plan.md --create # Full (wireframe + visual design)
127
- /vibe.figma plan.md --create-storyboard # Wireframe only
128
- /vibe.figma plan.md --create-design # Visual design only
129
- ```
130
-
131
- **How READ works**: Extracts the Figma node tree + 30 CSS properties via REST API, maps Auto Layout to Flexbox 1:1, generates responsive SCSS. Screenshot is for verification only — the tree is the source of truth.
132
-
133
- **How WRITE works**: Parses plan document sections (Look & Feel, layout, responsive strategy), builds wireframe first for structure review, then applies visual design with design system components. Idempotent — re-run after editing the plan and only changed sections update.
134
-
135
- ---
136
-
137
- ## Quality Gates
138
-
139
- Three layers of defense on every tool call:
140
-
141
- | Layer | What it blocks |
142
- |-------|----------------|
143
- | Pre-commit hooks | `any` types, `@ts-ignore`, `console.log`, functions > 50 lines |
144
- | Review agents | 12 specialized reviewers run in parallel (security, performance, a11y, complexity, ...) |
145
- | Convergence loop | Review findings loop until P1 = 0. No round cap. Stuck = ask user, never silently proceed. |
146
-
147
- ---
148
-
149
- ## Key Features
150
-
151
- **40+ agents** — Exploration, implementation, architecture, parallel code review, UI/UX analysis, security audit, Figma analysis/building.
152
-
153
- **44 skills** — Not all loaded at once. 3-tier system prevents context overload:
154
-
155
- | Tier | When loaded | Purpose | Examples |
156
- |------|-------------|---------|----------|
157
- | **Core** | Always active | Bug prevention, workflow entry | quality gates, interview, plan |
158
- | **Standard** | `vibe init` selects by stack | Stack/capability support | figma, design-audit, techdebt |
159
- | **Optional** | Explicit `/skill` only | Reference, wrappers | chub-usage, context7 |
160
-
161
- **Multi-LLM** — Claude orchestrates, GPT reasons, Gemini researches. Auto-routes by availability. Works Claude-only by default. When running under Coco (GPT as primary), Claude CLI becomes the secondary for cross-validation — roles automatically reverse based on `~/.coco/` detection.
162
-
163
- **Stack detection** — Auto-detects 24 frameworks (Next.js, Django, Rails, Go, Rust, Flutter, and more) and applies framework-specific rules and skills.
164
-
165
- **Project-aware CLAUDE.md** — `vibe init` and `vibe update` analyze your project's actual structure (folders, tech stack, build commands) and generate a tailored CLAUDE.md — not a static template.
166
-
167
- **Session memory** — Decisions, constraints, and goals persist across sessions via SQLite + FTS5 hybrid search.
168
-
169
- **Smart Resume** — `.last-feature` pointer tracks your latest work. `/vibe.spec` without arguments shows where you left off or lists all in-progress features.
170
-
171
- **Self-repair** — Skills include error recovery tables. `/vibe.harness` diagnoses gaps and chains to `/vibe.scaffold` → `vibe update` for automated fixes.
172
-
173
- ---
174
-
175
- ## Supported Tools
176
-
177
- | CLI | Status |
178
- |-----|--------|
179
- | [Claude Code](https://claude.ai/code) | Full support |
180
- | Coco (`~/.coco/`) | Full support (auto-detect) |
181
- | [Codex](https://github.com/openai/codex) | Plugin |
182
- | [Cursor](https://cursor.sh) | Agents + Rules |
183
- | [Gemini CLI](https://github.com/google-gemini/gemini-cli) | Agents + Skills |
184
-
185
- ---
186
-
187
- ## Commands
188
-
189
- | Command | Purpose |
190
- |---------|---------|
191
- | `/vibe.spec` | Single entry point — interview, plan, spec, review, then run |
192
- | `/vibe.run` | Implement from SPEC |
193
- | `/vibe.figma` | Figma ↔ Code (read or write, 3 modes) |
194
- | `/vibe.verify` | Verify implementation against SPEC |
195
- | `/vibe.trace` | Requirements traceability matrix |
196
- | `/vibe.analyze` | Analyze any target — code, documents, websites, Figma |
197
- | `/vibe.scaffold` | Generate or audit project folder structure |
198
- | `/vibe.harness` | Diagnose Harness Engineering maturity (6-axis scoring) |
199
- | `/vibe.docs` | Generate project documentation |
200
-
201
- ---
202
-
203
- ## Documentation
204
-
205
- Full guides, skill reference, and configuration details are in the [Wiki](https://github.com/su-record/vibe/wiki).
206
-
207
- - [README (Korean)](README.ko.md)
208
- - [Release Notes](RELEASE_NOTES.md)
209
-
210
- ---
211
-
212
- ## Requirements
213
-
214
- - Node.js >= 18.0.0
215
- - Claude Code (required)
216
- - GPT, Gemini (optional)
217
-
218
- ## License
219
-
220
- MIT — Copyright (c) 2025 Su
1
+ # VIBE
2
+
3
+ **Easy vibe coding. Minimum quality guaranteed.**
4
+
5
+ [![npm](https://img.shields.io/npm/v/@su-record/vibe)](https://www.npmjs.com/package/@su-record/vibe)
6
+ [![npm downloads](https://img.shields.io/npm/dt/@su-record/vibe.svg?style=flat-square&color=blue)](https://www.npmjs.com/package/@su-record/vibe)
7
+ [![Node.js](https://img.shields.io/badge/node-%3E%3D18-green)](https://nodejs.org/)
8
+ [![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)
9
+
10
+ Vibe is a quality harness for AI coding tools. It wraps around Claude Code, Codex, Cursor, or Gemini CLI and automatically enforces type safety, code quality, and security — so you can vibe-code fast without shipping garbage.
11
+
12
+ ```bash
13
+ npm install -g @su-record/vibe
14
+ vibe init
15
+ ```
16
+
17
+ ---
18
+
19
+ ## The Workflow
20
+
21
+ One entry point. Everything else is automatic.
22
+
23
+ ```
24
+ /vibe.spec "coffee brand landing page"
25
+ |
26
+ v
27
+ Interview ─── "Who's the audience?" "What sections?" "Dark mode?" ───
28
+ | (loops until you say stop)
29
+ v
30
+ Plan ─── Structured planning document (.claude/vibe/plans/)
31
+ |
32
+ v
33
+ SPEC ─── PTCF spec + BDD features, GPT+Gemini parallel research
34
+ |
35
+ v
36
+ Review ─── Race review (GPT vs Gemini), quality gate (100-point, loop until perfect)
37
+ |
38
+ +──────────────────────────────┐
39
+ v v
40
+ /vibe.run (Logic) /vibe.figma (UI)
41
+ Implement from SPEC Figma design ↔ Code
42
+ 12 agents review Read or Write
43
+ | |
44
+ v v
45
+ /vibe.verify ──── /vibe.trace ──── Done
46
+ ```
47
+
48
+ **Smart Resume** — Stop at any step, close the session, come back later. `/vibe.spec` auto-detects where you left off and picks up from there. No need to remember feature names.
49
+
50
+ **ultrawork** — Add `ultrawork` to skip all confirmation gates and run the full pipeline hands-free.
51
+
52
+ ---
53
+
54
+ ## Quick Start
55
+
56
+ ```bash
57
+ # Install
58
+ npm install -g @su-record/vibe
59
+
60
+ # Initialize (auto-detects your stack, generates project-aware CLAUDE.md)
61
+ cd your-project
62
+ vibe init
63
+
64
+ # Start your AI coding tool
65
+ claude
66
+
67
+ # Run the workflow
68
+ /vibe.spec "add user authentication"
69
+ ```
70
+
71
+ ---
72
+
73
+ ## Harness Engineering
74
+
75
+ Vibe is built on the [Harness Engineering](https://anthropic.com/engineering/harness-design) principle — designing the working environment so AI operates effectively on its own.
76
+
77
+ ### The 6 Axes
78
+
79
+ | Axis | What it covers | Vibe implementation |
80
+ |------|---------------|---------------------|
81
+ | **Scaffolding** | Project structure, tools, boundaries | `/vibe.scaffold` generates optimized folder structure (docs/, .dev/, layered src/) |
82
+ | **Context** | What AI knows | `vibe init` generates project-aware CLAUDE.md from actual structure analysis |
83
+ | **Planning** | What to build | `/vibe.spec` → interview → plan → SPEC → review pipeline |
84
+ | **Orchestration** | How to execute | 40+ agents, 12 teams, skill-based dispatch |
85
+ | **Verification** | How to trust | Hooks, convergence loops, RTM traceability |
86
+ | **Compounding** | How to improve | Evolution engine, session memory, auto-generated skills |
87
+
88
+ ### Diagnose Your Project
89
+
90
+ ```bash
91
+ /vibe.harness # Score your project across all 6 axes (0-100)
92
+ ```
93
+
94
+ Produces a detailed report with per-axis scores, grade (S/A/B/C/D), and auto-fixable improvement suggestions. Detects project type (app vs package/library) and adjusts scoring accordingly.
95
+
96
+ ---
97
+
98
+ ## Analyze Anything
99
+
100
+ `/vibe.analyze` works on more than just source code:
101
+
102
+ ```bash
103
+ /vibe.analyze "login" # Feature/module code exploration
104
+ /vibe.analyze --code # Code quality analysis
105
+ /vibe.analyze report.pdf # Document analysis (PDF, slides, markdown)
106
+ /vibe.analyze https://example.com # Website analysis (UX, tech, SEO, a11y)
107
+ /vibe.analyze https://figma.com/… # Figma design analysis
108
+ ```
109
+
110
+ Auto-detects input type (file extension → URL pattern → flag → string) and routes to the appropriate analysis mode with mode-specific quality gates.
111
+
112
+ ---
113
+
114
+ ## Figma ↔ Code
115
+
116
+ Bidirectional. Read designs from Figma, or write designs to Figma from a plan.
117
+
118
+ ```bash
119
+ # READ — Add UI to existing project (follows project conventions)
120
+ /vibe.figma <figma-url> <figma-url>
121
+
122
+ # READ — New standalone page (independent styles)
123
+ /vibe.figma --new <figma-url>
124
+
125
+ # WRITE — Create Figma design from plan document
126
+ /vibe.figma plan.md --create # Full (wireframe + visual design)
127
+ /vibe.figma plan.md --create-storyboard # Wireframe only
128
+ /vibe.figma plan.md --create-design # Visual design only
129
+ ```
130
+
131
+ **How READ works**: Extracts the Figma node tree + 30 CSS properties via REST API, maps Auto Layout to Flexbox 1:1, generates responsive SCSS. Screenshot is for verification only — the tree is the source of truth.
132
+
133
+ **How WRITE works**: Parses plan document sections (Look & Feel, layout, responsive strategy), builds wireframe first for structure review, then applies visual design with design system components. Idempotent — re-run after editing the plan and only changed sections update.
134
+
135
+ ---
136
+
137
+ ## Quality Gates
138
+
139
+ Three layers of defense on every tool call:
140
+
141
+ | Layer | What it blocks |
142
+ |-------|----------------|
143
+ | Pre-commit hooks | `any` types, `@ts-ignore`, `console.log`, functions > 50 lines |
144
+ | Review agents | 12 specialized reviewers run in parallel (security, performance, a11y, complexity, ...) |
145
+ | Convergence loop | Review findings loop until P1 = 0. No round cap. Stuck = ask user, never silently proceed. |
146
+
147
+ ---
148
+
149
+ ## Key Features
150
+
151
+ **40+ agents** — Exploration, implementation, architecture, parallel code review, UI/UX analysis, security audit, Figma analysis/building.
152
+
153
+ **44 skills** — Not all loaded at once. 3-tier system prevents context overload:
154
+
155
+ | Tier | When loaded | Purpose | Examples |
156
+ |------|-------------|---------|----------|
157
+ | **Core** | Always active | Bug prevention, workflow entry | quality gates, interview, plan |
158
+ | **Standard** | `vibe init` selects by stack | Stack/capability support | figma, design-audit, techdebt |
159
+ | **Optional** | Explicit `/skill` only | Reference, wrappers | chub-usage, context7 |
160
+
161
+ **Multi-LLM** — Claude orchestrates, GPT reasons, Gemini researches. Auto-routes by availability. Works Claude-only by default. When running under coco (GPT as primary), Claude CLI becomes the secondary for cross-validation — roles automatically reverse based on `~/.coco/` detection.
162
+
163
+ **Stack detection** — Auto-detects 24 frameworks (Next.js, Django, Rails, Go, Rust, Flutter, and more) and applies framework-specific rules and skills.
164
+
165
+ **Project-aware CLAUDE.md** — `vibe init` and `vibe update` analyze your project's actual structure (folders, tech stack, build commands) and generate a tailored CLAUDE.md — not a static template.
166
+
167
+ **Session memory** — Decisions, constraints, and goals persist across sessions via SQLite + FTS5 hybrid search.
168
+
169
+ **Smart Resume** — `.last-feature` pointer tracks your latest work. `/vibe.spec` without arguments shows where you left off or lists all in-progress features.
170
+
171
+ **Self-repair** — Skills include error recovery tables. `/vibe.harness` diagnoses gaps and chains to `/vibe.scaffold` → `vibe update` for automated fixes.
172
+
173
+ ---
174
+
175
+ ## Supported Tools
176
+
177
+ | CLI | Status |
178
+ |-----|--------|
179
+ | [Claude Code](https://claude.ai/code) | Full support |
180
+ | coco (`~/.coco/`) | Full support (auto-detect) |
181
+ | [Codex](https://github.com/openai/codex) | Plugin |
182
+ | [Cursor](https://cursor.sh) | Agents + Rules |
183
+ | [Gemini CLI](https://github.com/google-gemini/gemini-cli) | Agents + Skills |
184
+
185
+ ---
186
+
187
+ ## Commands
188
+
189
+ | Command | Purpose |
190
+ |---------|---------|
191
+ | `/vibe.spec` | Single entry point — interview, plan, spec, review, then run |
192
+ | `/vibe.run` | Implement from SPEC |
193
+ | `/vibe.figma` | Figma ↔ Code (read or write, 3 modes) |
194
+ | `/vibe.verify` | Verify implementation against SPEC |
195
+ | `/vibe.trace` | Requirements traceability matrix |
196
+ | `/vibe.analyze` | Analyze any target — code, documents, websites, Figma |
197
+ | `/vibe.scaffold` | Generate or audit project folder structure |
198
+ | `/vibe.harness` | Diagnose Harness Engineering maturity (6-axis scoring) |
199
+ | `/vibe.docs` | Generate project documentation |
200
+
201
+ ---
202
+
203
+ ## Documentation
204
+
205
+ Full guides, skill reference, and configuration details are in the [Wiki](https://github.com/su-record/vibe/wiki).
206
+
207
+ - [README (Korean)](README.ko.md)
208
+ - [Release Notes](RELEASE_NOTES.md)
209
+
210
+ ---
211
+
212
+ ## Requirements
213
+
214
+ - Node.js >= 18.0.0
215
+ - Claude Code (required)
216
+ - GPT, Gemini (optional)
217
+
218
+ ## License
219
+
220
+ MIT — Copyright (c) 2025 Su
@@ -1,6 +1,6 @@
1
1
  ---
2
- description: Generate project documentation — README, architecture docs, user guide, release notes
3
- argument-hint: "readme, guide, arch, or release"
2
+ description: Generate project documentation — README, architecture docs, user guide, release notes, agent instructions
3
+ argument-hint: "readme, guide, arch, release, or agent"
4
4
  ---
5
5
 
6
6
  # /vibe.docs
@@ -14,6 +14,7 @@ Generate or update project documentation by analyzing the actual codebase.
14
14
  /vibe.docs guide # 사용자 가이드 (docs/GUIDE.md)
15
15
  /vibe.docs arch # 아키텍처 문서 + Mermaid 다이어그램 (docs/ARCHITECTURE.md)
16
16
  /vibe.docs release # 릴리즈 노트 (git history 기반)
17
+ /vibe.docs agent # CLAUDE.md / AGENTS.md 생성·동기화 (claude-md-guide + agents-md 검증 필수)
17
18
  ```
18
19
 
19
20
  ## Pipeline Position
@@ -1 +1 @@
1
- {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/cli/auth.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAI3E;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,YAAY,CAe/C;AAID;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,SAAS,UAAQ,GAAG,gBAAgB,CAsCvE;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,gBAAgB,GAAG,MAAM,CAWvE;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,aAAa,EAAE,EAAE,YAAY,CAAC,EAAE,OAAO,GAAG,MAAM,CAYxF;AAED,wBAAgB,eAAe,CAAC,YAAY,CAAC,EAAE,gBAAgB,GAAG,MAAM,CAcvE"}
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/cli/auth.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAI3E;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,YAAY,CAe/C;AAID;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,SAAS,UAAQ,GAAG,gBAAgB,CAsCvE;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,gBAAgB,GAAG,MAAM,CAWvE;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,aAAa,EAAE,EAAE,YAAY,CAAC,EAAE,OAAO,GAAG,MAAM,CAYxF;AAED,wBAAgB,eAAe,CAAC,YAAY,CAAC,EAAE,gBAAgB,GAAG,MAAM,CAgBvE"}
package/dist/cli/auth.js CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { execSync } from 'child_process';
5
5
  import { readGlobalConfig } from '../infra/lib/config/GlobalConfigManager.js';
6
- import { detectCodexCli, detectGeminiCli } from './utils/cli-detector.js';
6
+ import { detectCocoCli, detectCodexCli, detectGeminiCli } from './utils/cli-detector.js';
7
7
  /**
8
8
  * LLM 인증 상태 확인 (config.json 우선, process.env fallback)
9
9
  */
@@ -94,12 +94,14 @@ export function formatAuthMethods(auths, cliInstalled) {
94
94
  }
95
95
  export function formatLLMStatus(claudeStatus) {
96
96
  const status = getLLMAuthStatus();
97
+ const cocoCli = detectCocoCli();
97
98
  const codexCli = detectCodexCli();
98
99
  const geminiCli = detectGeminiCli();
99
100
  const lines = [];
100
101
  if (claudeStatus) {
101
102
  lines.push(`🧠 Claude Code: ${formatClaudeCodeStatus(claudeStatus)}`);
102
103
  }
104
+ lines.push(`🥥 coco: ${cocoCli.installed ? '✓ Installed' : '✗ Not installed'}`);
103
105
  lines.push('🤖 External LLM:');
104
106
  lines.push(` GPT: ${formatAuthMethods(status.gpt, codexCli.installed)}`);
105
107
  lines.push(` Gemini: ${formatAuthMethods(status.gemini, geminiCli.installed)}`);
@@ -1 +1 @@
1
- {"version":3,"file":"auth.js","sourceRoot":"","sources":["../../src/cli/auth.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"auth.js","sourceRoot":"","sources":["../../src/cli/auth.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/info.ts"],"names":[],"mappings":"AAAA;;GAEG;AASH;;GAEG;AACH,wBAAgB,QAAQ,IAAI,IAAI,CAyC/B;AAED;;GAEG;AACH,wBAAgB,UAAU,IAAI,IAAI,CAuCjC;AAED;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAGlC"}
1
+ {"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/info.ts"],"names":[],"mappings":"AAAA;;GAEG;AASH;;GAEG;AACH,wBAAgB,QAAQ,IAAI,IAAI,CAyC/B;AAED;;GAEG;AACH,wBAAgB,UAAU,IAAI,IAAI,CA4CjC;AAED;;GAEG;AACH,wBAAgB,WAAW,IAAI,IAAI,CAGlC"}
@@ -5,7 +5,7 @@ import path from 'path';
5
5
  import fs from 'fs';
6
6
  import { getPackageJson } from '../utils.js';
7
7
  import { getLLMAuthStatus, formatAuthMethods } from '../auth.js';
8
- import { detectClaudeCli, detectCodexCli, detectGeminiCli } from '../utils/cli-detector.js';
8
+ import { detectClaudeCli, detectCocoCli, detectCodexCli, detectGeminiCli } from '../utils/cli-detector.js';
9
9
  /**
10
10
  * 도움말 표시
11
11
  */
@@ -66,9 +66,11 @@ export function showStatus() {
66
66
  }
67
67
  const authStatus = getLLMAuthStatus();
68
68
  const claudeCli = detectClaudeCli();
69
+ const cocoCli = detectCocoCli();
69
70
  const codexCli = detectCodexCli();
70
71
  const geminiCli = detectGeminiCli();
71
72
  const claudeStatusText = formatAuthMethods(authStatus.claude, claudeCli.installed);
73
+ const cocoStatusText = cocoCli.installed ? '✓ CLI' : '⬚ Not installed';
72
74
  const gptStatusText = formatAuthMethods(authStatus.gpt, codexCli.installed);
73
75
  const geminiStatusText = formatAuthMethods(authStatus.gemini, geminiCli.installed);
74
76
  // 프로젝트 상태
@@ -81,8 +83,11 @@ VIBE Status (v${packageJson.version})
81
83
  Project: ${projectStatus}
82
84
  ${isCoreProject ? `Language: ${config.language || 'ko'}` : ''}
83
85
 
86
+ CLI:
87
+ Claude Code ${claudeStatusText}
88
+ coco ${cocoStatusText}
89
+
84
90
  LLM:
85
- Claude ${claudeStatusText}
86
91
  GPT ${gptStatusText}
87
92
  Gemini ${geminiStatusText}
88
93
  `);
@@ -1 +1 @@
1
- {"version":3,"file":"info.js","sourceRoot":"","sources":["../../../src/cli/commands/info.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,MAAM,IAAI,CAAC;AAEpB,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE5F;;GAEG;AACH,MAAM,UAAU,QAAQ;IACtB,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,UAAU;IACxB,MAAM,WAAW,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IAClC,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;IAC1D,MAAM,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC;IAErD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,aAAa,GAAG,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IAE7C,IAAI,MAAM,GAAyC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;IAClF,IAAI,aAAa,IAAI,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,CAAC;QAC/C,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED,MAAM,UAAU,GAAG,gBAAgB,EAAE,CAAC;IAEtC,MAAM,SAAS,GAAG,eAAe,EAAE,CAAC;IACpC,MAAM,QAAQ,GAAG,cAAc,EAAE,CAAC;IAClC,MAAM,SAAS,GAAG,eAAe,EAAE,CAAC;IAEpC,MAAM,gBAAgB,GAAG,iBAAiB,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACnF,MAAM,aAAa,GAAG,iBAAiB,CAAC,UAAU,CAAC,GAAG,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC;IAC5E,MAAM,gBAAgB,GAAG,iBAAiB,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEnF,UAAU;IACV,MAAM,aAAa,GAAG,aAAa;QACjC,CAAC,CAAC,KAAK,WAAW,EAAE;QACpB,CAAC,CAAC,uCAAuC,CAAC;IAE5C,OAAO,CAAC,GAAG,CAAC;gBACE,WAAW,CAAC,OAAO;;WAExB,aAAa;EACtB,aAAa,CAAC,CAAC,CAAC,aAAa,MAAM,CAAC,QAAQ,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE;;;oBAGzC,gBAAgB;oBAChB,aAAa;oBACb,gBAAgB;GACjC,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,WAAW;IACzB,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,OAAO,CAAC,GAAG,CAAC,SAAS,WAAW,CAAC,OAAO,EAAE,CAAC,CAAC;AAC9C,CAAC"}
1
+ {"version":3,"file":"info.js","sourceRoot":"","sources":["../../../src/cli/commands/info.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,MAAM,IAAI,CAAC;AAEpB,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3G;;GAEG;AACH,MAAM,UAAU,QAAQ;IACtB,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,UAAU;IACxB,MAAM,WAAW,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IAClC,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;IAC1D,MAAM,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC;IAErD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,aAAa,GAAG,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IAE7C,IAAI,MAAM,GAAyC,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;IAClF,IAAI,aAAa,IAAI,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,CAAC;QAC/C,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED,MAAM,UAAU,GAAG,gBAAgB,EAAE,CAAC;IAEtC,MAAM,SAAS,GAAG,eAAe,EAAE,CAAC;IACpC,MAAM,OAAO,GAAG,aAAa,EAAE,CAAC;IAChC,MAAM,QAAQ,GAAG,cAAc,EAAE,CAAC;IAClC,MAAM,SAAS,GAAG,eAAe,EAAE,CAAC;IAEpC,MAAM,gBAAgB,GAAG,iBAAiB,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACnF,MAAM,cAAc,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,iBAAiB,CAAC;IACvE,MAAM,aAAa,GAAG,iBAAiB,CAAC,UAAU,CAAC,GAAG,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC;IAC5E,MAAM,gBAAgB,GAAG,iBAAiB,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEnF,UAAU;IACV,MAAM,aAAa,GAAG,aAAa;QACjC,CAAC,CAAC,KAAK,WAAW,EAAE;QACpB,CAAC,CAAC,uCAAuC,CAAC;IAE5C,OAAO,CAAC,GAAG,CAAC;gBACE,WAAW,CAAC,OAAO;;WAExB,aAAa;EACtB,aAAa,CAAC,CAAC,CAAC,aAAa,MAAM,CAAC,QAAQ,IAAI,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE;;;oBAGzC,gBAAgB;oBAChB,cAAc;;;oBAGd,aAAa;oBACb,gBAAgB;GACjC,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,WAAW;IACzB,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,OAAO,CAAC,GAAG,CAAC,SAAS,WAAW,CAAC,OAAO,EAAE,CAAC,CAAC;AAC9C,CAAC"}
@@ -8,16 +8,6 @@ import { CliOptions } from '../types.js';
8
8
  * @param detectedStacks - 감지된 기술 스택 배열 (예: ['typescript-react', 'python-fastapi'])
9
9
  */
10
10
  export declare function updateCursorGlobalAssets(detectedStacks?: string[], options?: CliOptions): void;
11
- /**
12
- * Update global Codex CLI assets (agents, skills, AGENTS.md)
13
- * Called by both init and update
14
- */
15
- export declare function updateCodexGlobalAssets(detectedStacks?: string[], options?: CliOptions): void;
16
- /**
17
- * Update global Gemini CLI assets (agents, skills, GEMINI.md)
18
- * Called by both init and update
19
- */
20
- export declare function updateGeminiGlobalAssets(detectedStacks?: string[], options?: CliOptions): void;
21
11
  /**
22
12
  * 스택 + capability 기반 로컬 스킬 설치 (.claude/skills/)
23
13
  * init, update 공용
@@ -1 +1 @@
1
- {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/init.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAsCzC;;;;GAIG;AACH,wBAAgB,wBAAwB,CACtC,cAAc,GAAE,MAAM,EAAO,EAC7B,OAAO,GAAE,UAA8B,GACtC,IAAI,CA+BN;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CACrC,cAAc,GAAE,MAAM,EAAO,EAC7B,OAAO,GAAE,UAA8B,GACtC,IAAI,CAiBN;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CACtC,cAAc,GAAE,MAAM,EAAO,EAC7B,OAAO,GAAE,UAA8B,GACtC,IAAI,CA2BN;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAAE,EACpB,YAAY,GAAE,MAAM,EAAO,GAC1B,IAAI,CAYN;AAED;;;GAGG;AACH,wBAAgB,oBAAoB,CAClC,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAAE,GACnB,IAAI,CA4BN;AAmBD;;GAEG;AACH,wBAAsB,IAAI,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAiQ9D"}
1
+ {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/init.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AA+BzC;;;;GAIG;AACH,wBAAgB,wBAAwB,CACtC,cAAc,GAAE,MAAM,EAAO,EAC7B,OAAO,GAAE,UAA8B,GACtC,IAAI,CA+BN;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAAE,EACpB,YAAY,GAAE,MAAM,EAAO,GAC1B,IAAI,CAYN;AAED;;;GAGG;AACH,wBAAgB,oBAAoB,CAClC,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAAE,GACnB,IAAI,CA4BN;AAmBD;;GAEG;AACH,wBAAsB,IAAI,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CA4O9D"}