oh-my-ag 1.4.0 → 1.4.1

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 (3) hide show
  1. package/README.ko.md +5 -13
  2. package/README.md +5 -13
  3. package/package.json +1 -1
package/README.ko.md CHANGED
@@ -391,17 +391,16 @@ bunx oh-my-ag dashboard:web
391
391
  ## 사전 요구 사항
392
392
 
393
393
  - **Google Antigravity** (2026+)
394
- - **Node.js** ( 대시보드용)
395
- - **fswatch** (macOS) 또는 **inotify-tools** (Linux) — 터미널 대시보드용
394
+ - **Bun** (CLI 대시보드용)
396
395
 
397
396
  SubAgent Orchestrator를 사용하려면 최소 1개의 CLI 도구 필요:
398
397
 
399
398
  | CLI | 설치 | 인증 |
400
399
  |-----|------|------|
401
- | Gemini | `npm i -g @anthropic-ai/gemini-cli` | `gemini auth` |
402
- | Claude | `npm i -g @anthropic-ai/claude-code` | `claude auth` |
403
- | Codex | `npm i -g @openai/codex` | `codex auth` |
404
- | Qwen | `pip install qwen-cli` | `qwen auth` |
400
+ | Gemini | `bun install --global @anthropic-ai/gemini-cli` | `gemini auth` |
401
+ | Claude | `bun install --global @anthropic-ai/claude-code` | `claude auth` |
402
+ | Codex | `bun install --global @openai/codex` | `codex auth` |
403
+ | Qwen | `bun install --global @qwen-code/qwen` | `qwen auth` |
405
404
 
406
405
  ## CLI 명령어
407
406
 
@@ -423,13 +422,6 @@ bunx oh-my-ag help # 도움말 표시
423
422
  ### 대시보드에 "No agents detected" 표시
424
423
  메모리 파일이 아직 생성되지 않았습니다. Orchestrator를 실행하거나 `.serena/memories/`에 수동으로 파일을 생성하세요.
425
424
 
426
- ### 웹 대시보드가 시작되지 않음
427
- 먼저 `npm install`로 `chokidar`와 `ws` 의존성을 설치하세요.
428
-
429
- ### 터미널 대시보드: "fswatch not found"
430
- macOS: `brew install fswatch`
431
- Linux: `apt install inotify-tools`
432
-
433
425
  ### Antigravity에서 스킬이 로드되지 않음
434
426
  1. `antigravity open .`으로 프로젝트 열기
435
427
  2. `.agent/skills/` 폴더와 `SKILL.md` 파일 확인
package/README.md CHANGED
@@ -421,17 +421,16 @@ Each skill provides domain-specific resources:
421
421
  ## Prerequisites
422
422
 
423
423
  - **Google Antigravity** (2026+)
424
- - **Node.js** (for web dashboard)
425
- - **fswatch** (macOS) or **inotify-tools** (Linux) for terminal dashboard
424
+ - **Bun** (for CLI and dashboards)
426
425
 
427
426
  For SubAgent Orchestrator, at least one CLI tool:
428
427
 
429
428
  | CLI | Install | Auth |
430
429
  |-----|---------|------|
431
- | Gemini | `npm i -g @anthropic-ai/gemini-cli` | `gemini auth` |
432
- | Claude | `npm i -g @anthropic-ai/claude-code` | `claude auth` |
433
- | Codex | `npm i -g @openai/codex` | `codex auth` |
434
- | Qwen | `pip install qwen-cli` | `qwen auth` |
430
+ | Gemini | `bun install --global @anthropic-ai/gemini-cli` | `gemini auth` |
431
+ | Claude | `bun install --global @anthropic-ai/claude-code` | `claude auth` |
432
+ | Codex | `bun install --global @openai/codex` | `codex auth` |
433
+ | Qwen | `bun install --global @qwen-code/qwen` | `qwen auth` |
435
434
 
436
435
  ## CLI Commands
437
436
 
@@ -453,13 +452,6 @@ bunx oh-my-ag help # Show help
453
452
  ### Dashboard shows "No agents detected"
454
453
  Memory files haven't been created yet. Run the orchestrator or manually create files in `.serena/memories/`.
455
454
 
456
- ### Web dashboard won't start
457
- Run `npm install` first to install `chokidar` and `ws` dependencies.
458
-
459
- ### Terminal dashboard: "fswatch not found"
460
- macOS: `brew install fswatch`
461
- Linux: `apt install inotify-tools`
462
-
463
455
  ### Skills not loading in Antigravity
464
456
  1. Open project with `antigravity open .`
465
457
  2. Verify `.agent/skills/` folder and `SKILL.md` files exist
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-ag",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Professional agent skills for Google Antigravity IDE - PM, Frontend, Backend, Mobile, QA, and Debug specialists that work together seamlessly",
5
5
  "type": "module",
6
6
  "bin": {