oh-my-githubcopilot 1.5.7 → 1.8.0-alpha.afa30a7

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.fr.md CHANGED
@@ -1,53 +1,139 @@
1
- [English](README.md) | [Deutsch](README.de.md) | [Español](README.es.md) | [Français](README.fr.md) | [Italiano](README.it.md) | [日本語](README.ja.md) | [한국어](README.ko.md) | [Português](README.pt.md) | [Русский](README.ru.md) | [Türkçe](README.tr.md) | [Tiếng Việt](README.vi.md) | [中文](README.zh.md)
1
+ # oh-my-githubcopilot (omp)
2
2
 
3
- # oh-my-githubcopilot
4
- <p align="center">
5
- <img src="assets/omp-banner.png" alt="Oh My Copilot" width="100%"/>
6
- </p>
3
+ > **Sister projects:** [oh-my-claudecode (OMC)](https://github.com/Yeachan-Heo/oh-my-claudecode) | [oh-my-codex (OMX)](https://github.com/Yeachan-Heo/oh-my-codex) | [oh-my-githubcopilot (OMP)](https://github.com/r3dlex/oh-my-githubcopilot) | [oh-my-antigravity (OMG)](https://github.com/r3dlex/oh-my-antigravity) | [oh-my-auggie (OMA)](https://github.com/r3dlex/oh-my-auggie)
7
4
 
8
- [![npm version](https://img.shields.io/npm/v/oh-my-githubcopilot?color=cb3837)](https://www.npmjs.com/package/oh-my-githubcopilot)
9
- [![npm downloads](https://img.shields.io/npm/dm/oh-my-githubcopilot?color=blue)](https://www.npmjs.com/package/oh-my-githubcopilot)
10
- [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
5
+ **Orchestration multi-agent pour GitHub Copilot CLI. Aucune courbe d’apprentissage.**
11
6
 
12
- **Oh-My-Copilot (OMP)** est un plugin et une extension pour GitHub Copilot qui ajoute une orchestration de workflow moderne et des capacites d'IA agentique au-dessus de Copilot.
7
+ _N’apprends pas GitHub Copilot CLI. Utilise simplement omp._
8
+
9
+ [Get Started](#quick-start) • [CLI Reference](#cli-reference) • [Workflows](#workflows) • [Discord](https://discord.gg/PUwSMR9XNk)
13
10
 
14
11
  ---
15
12
 
16
- ## Demarrage Rapide
13
+ ## Pourquoi omp ?
14
+
15
+ Chaque équipe logicielle jongle simultanément avec l’implémentation, l’architecture, la revue sécurité, les tests et le DevOps. omp orchestre des agents spécialisés pour que chaque dimension reçoive une expertise en parallèle, sans devoir tout coordonner à la main.
16
+
17
+ GitHub Copilot est déjà l’endroit où beaucoup de développeurs demandent de l’aide ; omp transforme cette surface en équipe d’ingénierie coordonnée. Il regroupe agents, skills, hooks, configuration MCP et état HUD orientés Copilot dans un flux prévisible, du prompt à la livraison vérifiée.
18
+
19
+ ---
20
+
21
+ <a id="quick-start"></a>
22
+ ## Démarrage rapide
17
23
 
18
24
  ```bash
19
- # Installation
20
25
  npm install -g oh-my-githubcopilot
26
+ omp setup --scope project
27
+ omp
28
+ ```
21
29
 
22
- # Configuration
23
- omp setup
30
+ Après la configuration, redémarre ta CLI pour faire apparaître les commandes `/`.
31
+
32
+ ```bash
33
+ omp doctor # check prerequisites
34
+ omp team run --task "..." --workers 2 # parallel work
35
+ omp hud --watch # live status
24
36
  ```
25
- <p align="center">
26
- <img src="assets/buddy-playful.png" alt="OMP in action" width="600"/>
27
- </p>
28
37
 
29
38
  ---
30
39
 
31
- ## Fonctionnalites
40
+ ## Fonctionnalités
41
+
42
+ | Feature | Description |
43
+ |---------|-------------|
44
+ | **Specialized Agents** | 23+ agents (analyst, architect, executor, debugger, critic, verifier, test-engineer, writer, and more) |
45
+ | **Parallel Team Mode** | tmux-based multi-worker orchestration with shared task state |
46
+ | **Workflow Skills** | 39 skills built in — plan, deep-interview, ralph, autopilot, ultrawork, code-review, and more |
47
+ | **Persistent Hooks** | Automatic tool tracking, project memory, session management |
48
+ | **Real-time HUD** | Live status overlay showing agents, costs, and progress |
49
+ | **CI/CD Ready** | Verification gates, test integration, release workflows |
50
+ | **Multilingual** | README in 12 languages |
51
+
52
+ ---
53
+
54
+ <a id="cli-reference"></a>
55
+ ## Référence CLI
56
+
57
+ | Command | Description |
58
+ |---------|-------------|
59
+ | `omp` | Launch interactive session |
60
+ | `omp setup` | Configure GitHub Copilot CLI integration |
61
+ | `omp doctor` | Check prerequisites and fix issues |
62
+ | `omp team run` | Start parallel team execution |
63
+ | `omp team status` | Check team progress |
64
+ | `omp hud --watch` | Show live status overlay |
65
+ | `omp trace` | Show execution trace |
66
+
67
+ See the [full documentation](https://github.com/r3dlex/oh-my-githubcopilot#readme) for all commands.
68
+
69
+ ---
70
+
71
+ <a id="workflows"></a>
72
+ ## Workflows
32
73
 
33
- - **Orchestration Multi-Agent** - 23 agents specialises pour differentes taches
34
- - **Integration Serveur MCP** - Connexion aux services et outils externes
35
- - **Affichage HUD** - Suivi de l'etat et du contexte en temps reel
36
- - **Plugin State Manager** - Etat fiable a travers les sessions
37
- - **25 Skills** - Chargement paresseux pour les fonctionnalites etendues
74
+ omp ships execution-mode and planning-mode workflows as built-in skills.
75
+
76
+ ### Execution Modes
77
+
78
+ | Skill | Purpose |
79
+ |-------|---------|
80
+ | `$autopilot` | Idea → working code end-to-end |
81
+ | `$team` | N coordinated agents on a shared task |
82
+ | `$ralph` | Persistent completion loop until verified |
83
+ | `$ultrawork` | Maximum parallel throughput execution |
84
+ | `$ultraqa` | QA cycling until goals are met |
85
+
86
+ ### Planning Modes
87
+
88
+ | Skill | Purpose |
89
+ |-------|---------|
90
+ | `$plan` | Strategic planning with optional interviews |
91
+ | `$deep-interview` | Socratic clarification before execution |
92
+ | `$ralplan` | Consensus planning with Architect + Critic review |
93
+
94
+ ### Utility Modes
95
+
96
+ | Skill | Purpose |
97
+ |-------|---------|
98
+ | `$code-review` | Comprehensive code review |
99
+ | `$security-review` | Security audit |
100
+ | `$doctor` | Diagnose and fix installation issues |
101
+ | `$trace` | Agent flow trace and summary |
102
+ | `$note` | Save session notes |
103
+ | `$wiki` | Persistent project wiki |
104
+
105
+ ---
106
+
107
+ ## Mode Team
108
+
109
+ tmux-first multi-worker orchestration with persistent state and lifecycle controls.
110
+
111
+ ```bash
112
+ omp team run --task "review src/ for reliability gaps" --workers 4
113
+ omp team status --team omp --json
114
+ omp team resume --team omp
115
+ omp team shutdown --team omp --force
116
+ ```
117
+
118
+ Pour GitHub Copilot CLI, le mode team synchronise les assets agents et skills sous `.copilot/` pendant que les workers de terminal se coordonnent via un état durable OMX/OMP. Utilise-le lorsqu’une tâche Copilot exige des voies distinctes pour implémentation, vérification, documentation ou release, avec des preuves avant d’avancer la branche.
38
119
 
39
- <p align="center">
40
- <img src="assets/buddy-swarm.png" alt="OMP swarm mode" width="600"/>
41
- </p>
42
120
  ---
43
121
 
44
122
  ## Documentation
45
123
 
46
- - [AGENTS.md](./AGENTS.md) - Registre des agents et regles de delegation
47
- - [spec/](./spec/) - Specifications des composants
124
+ - [Full Documentation](https://github.com/r3dlex/oh-my-githubcopilot#readme)
125
+ - [GitHub Repository](https://github.com/r3dlex/oh-my-githubcopilot)
126
+ - [Issues](https://github.com/r3dlex/oh-my-githubcopilot/issues)
127
+ - [Security Policy](https://github.com/r3dlex/oh-my-githubcopilot/security)
48
128
 
49
129
  ---
50
130
 
51
131
  ## Licence
52
132
 
53
- MIT
133
+ omp is open source under the [Apache-2.0 License](LICENSE).
134
+
135
+ ---
136
+
137
+ ## Sponsors
138
+
139
+ If omp saves you time, consider [sponsoring the project](https://github.com/sponsors/r3dlex) ❤️
package/README.it.md CHANGED
@@ -1,53 +1,139 @@
1
- [English](README.md) | [Deutsch](README.de.md) | [Español](README.es.md) | [Français](README.fr.md) | [Italiano](README.it.md) | [日本語](README.ja.md) | [한국어](README.ko.md) | [Português](README.pt.md) | [Русский](README.ru.md) | [Türkçe](README.tr.md) | [Tiếng Việt](README.vi.md) | [中文](README.zh.md)
1
+ # oh-my-githubcopilot (omp)
2
2
 
3
- # oh-my-githubcopilot
4
- <p align="center">
5
- <img src="assets/omp-banner.png" alt="Oh My Copilot" width="100%"/>
6
- </p>
3
+ > **Sister projects:** [oh-my-claudecode (OMC)](https://github.com/Yeachan-Heo/oh-my-claudecode) | [oh-my-codex (OMX)](https://github.com/Yeachan-Heo/oh-my-codex) | [oh-my-githubcopilot (OMP)](https://github.com/r3dlex/oh-my-githubcopilot) | [oh-my-antigravity (OMG)](https://github.com/r3dlex/oh-my-antigravity) | [oh-my-auggie (OMA)](https://github.com/r3dlex/oh-my-auggie)
7
4
 
8
- [![npm version](https://img.shields.io/npm/v/oh-my-githubcopilot?color=cb3837)](https://www.npmjs.com/package/oh-my-githubcopilot)
9
- [![npm downloads](https://img.shields.io/npm/dm/oh-my-githubcopilot?color=blue)](https://www.npmjs.com/package/oh-my-githubcopilot)
10
- [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
5
+ **Orchestrazione multi-agente per GitHub Copilot CLI. Nessuna curva di apprendimento.**
11
6
 
12
- **Oh-My-Copilot (OMP)** e un plugin e un'estensione per GitHub Copilot che aggiunge orchestrazione moderna dei workflow e capacita di IA agentica sopra Copilot.
7
+ _Non imparare GitHub Copilot CLI. Usa semplicemente omp._
8
+
9
+ [Get Started](#quick-start) • [CLI Reference](#cli-reference) • [Workflows](#workflows) • [Discord](https://discord.gg/PUwSMR9XNk)
13
10
 
14
11
  ---
15
12
 
16
- ## Avvio Rapido
13
+ ## Perché omp?
14
+
15
+ Ogni team software gestisce contemporaneamente implementazione, architettura, revisione di sicurezza, test e DevOps. omp orchestra agenti specializzati così ogni dimensione riceve attenzione esperta in parallelo, senza dover coordinare tutto a mano.
16
+
17
+ GitHub Copilot è già il luogo in cui molti sviluppatori chiedono aiuto; omp trasforma quella superficie in un team di ingegneria coordinato. Tiene insieme agenti, skill, hook, setup MCP e stato HUD per Copilot in un flusso prevedibile, dal prompt alla consegna verificata.
18
+
19
+ ---
20
+
21
+ <a id="quick-start"></a>
22
+ ## Avvio rapido
17
23
 
18
24
  ```bash
19
- # Installazione
20
25
  npm install -g oh-my-githubcopilot
26
+ omp setup --scope project
27
+ omp
28
+ ```
21
29
 
22
- # Configurazione
23
- omp setup
30
+ Dopo il setup, riavvia la CLI perché appaiano i comandi `/`.
31
+
32
+ ```bash
33
+ omp doctor # check prerequisites
34
+ omp team run --task "..." --workers 2 # parallel work
35
+ omp hud --watch # live status
24
36
  ```
25
- <p align="center">
26
- <img src="assets/buddy-playful.png" alt="OMP in action" width="600"/>
27
- </p>
28
37
 
29
- <p align="center">
30
- <img src="assets/buddy-swarm.png" alt="OMP swarm mode" width="600"/>
31
- </p>
32
38
  ---
33
39
 
34
- ## Funzionalita
40
+ ## Funzionalità
41
+
42
+ | Feature | Description |
43
+ |---------|-------------|
44
+ | **Specialized Agents** | 23+ agents (analyst, architect, executor, debugger, critic, verifier, test-engineer, writer, and more) |
45
+ | **Parallel Team Mode** | tmux-based multi-worker orchestration with shared task state |
46
+ | **Workflow Skills** | 39 skills built in — plan, deep-interview, ralph, autopilot, ultrawork, code-review, and more |
47
+ | **Persistent Hooks** | Automatic tool tracking, project memory, session management |
48
+ | **Real-time HUD** | Live status overlay showing agents, costs, and progress |
49
+ | **CI/CD Ready** | Verification gates, test integration, release workflows |
50
+ | **Multilingual** | README in 12 languages |
51
+
52
+ ---
53
+
54
+ <a id="cli-reference"></a>
55
+ ## Riferimento CLI
56
+
57
+ | Command | Description |
58
+ |---------|-------------|
59
+ | `omp` | Launch interactive session |
60
+ | `omp setup` | Configure GitHub Copilot CLI integration |
61
+ | `omp doctor` | Check prerequisites and fix issues |
62
+ | `omp team run` | Start parallel team execution |
63
+ | `omp team status` | Check team progress |
64
+ | `omp hud --watch` | Show live status overlay |
65
+ | `omp trace` | Show execution trace |
66
+
67
+ See the [full documentation](https://github.com/r3dlex/oh-my-githubcopilot#readme) for all commands.
68
+
69
+ ---
70
+
71
+ <a id="workflows"></a>
72
+ ## Workflow
35
73
 
36
- - **Orchestrazione Multi-Agente** - 18 agenti specializzati per diversi compiti
37
- - **Integrazione Server MCP** - Connessione a servizi e strumenti esterni
38
- - **Display HUD** - Tracciamento dello stato e del contesto in tempo reale
39
- - **Plugin State Manager** - Stato affidabile tra le sessioni
40
- - **30+ Skills** - Caricamento pigro per funzionalita estese
74
+ omp ships execution-mode and planning-mode workflows as built-in skills.
75
+
76
+ ### Execution Modes
77
+
78
+ | Skill | Purpose |
79
+ |-------|---------|
80
+ | `$autopilot` | Idea → working code end-to-end |
81
+ | `$team` | N coordinated agents on a shared task |
82
+ | `$ralph` | Persistent completion loop until verified |
83
+ | `$ultrawork` | Maximum parallel throughput execution |
84
+ | `$ultraqa` | QA cycling until goals are met |
85
+
86
+ ### Planning Modes
87
+
88
+ | Skill | Purpose |
89
+ |-------|---------|
90
+ | `$plan` | Strategic planning with optional interviews |
91
+ | `$deep-interview` | Socratic clarification before execution |
92
+ | `$ralplan` | Consensus planning with Architect + Critic review |
93
+
94
+ ### Utility Modes
95
+
96
+ | Skill | Purpose |
97
+ |-------|---------|
98
+ | `$code-review` | Comprehensive code review |
99
+ | `$security-review` | Security audit |
100
+ | `$doctor` | Diagnose and fix installation issues |
101
+ | `$trace` | Agent flow trace and summary |
102
+ | `$note` | Save session notes |
103
+ | `$wiki` | Persistent project wiki |
104
+
105
+ ---
106
+
107
+ ## Modalità Team
108
+
109
+ tmux-first multi-worker orchestration with persistent state and lifecycle controls.
110
+
111
+ ```bash
112
+ omp team run --task "review src/ for reliability gaps" --workers 4
113
+ omp team status --team omp --json
114
+ omp team resume --team omp
115
+ omp team shutdown --team omp --force
116
+ ```
117
+
118
+ Per GitHub Copilot CLI, la modalità team mantiene sincronizzati gli asset agenti e skill in `.copilot/` mentre i worker del terminale si coordinano tramite stato durevole OMX/OMP. Usala quando un’attività Copilot richiede corsie separate per implementazione, verifica, documentazione o release e vuoi evidenza prima di avanzare il branch.
41
119
 
42
120
  ---
43
121
 
44
122
  ## Documentazione
45
123
 
46
- - [AGENTS.md](./AGENTS.md) - Registro degli agenti e regole di delegazione
47
- - [spec/](./spec/) - Specifiche dei componenti
124
+ - [Full Documentation](https://github.com/r3dlex/oh-my-githubcopilot#readme)
125
+ - [GitHub Repository](https://github.com/r3dlex/oh-my-githubcopilot)
126
+ - [Issues](https://github.com/r3dlex/oh-my-githubcopilot/issues)
127
+ - [Security Policy](https://github.com/r3dlex/oh-my-githubcopilot/security)
48
128
 
49
129
  ---
50
130
 
51
131
  ## Licenza
52
132
 
53
- MIT
133
+ omp is open source under the [Apache-2.0 License](LICENSE).
134
+
135
+ ---
136
+
137
+ ## Sponsor
138
+
139
+ If omp saves you time, consider [sponsoring the project](https://github.com/sponsors/r3dlex) ❤️
package/README.ja.md CHANGED
@@ -1,53 +1,139 @@
1
- [English](README.md) | [Deutsch](README.de.md) | [Español](README.es.md) | [Français](README.fr.md) | [Italiano](README.it.md) | [日本語](README.ja.md) | [한국어](README.ko.md) | [Português](README.pt.md) | [Русский](README.ru.md) | [Türkçe](README.tr.md) | [Tiếng Việt](README.vi.md) | [中文](README.zh.md)
1
+ # oh-my-githubcopilot (omp)
2
2
 
3
- # oh-my-githubcopilot
4
- <p align="center">
5
- <img src="assets/omp-banner.png" alt="Oh My Copilot" width="100%"/>
6
- </p>
3
+ > **Sister projects:** [oh-my-claudecode (OMC)](https://github.com/Yeachan-Heo/oh-my-claudecode) | [oh-my-codex (OMX)](https://github.com/Yeachan-Heo/oh-my-codex) | [oh-my-githubcopilot (OMP)](https://github.com/r3dlex/oh-my-githubcopilot) | [oh-my-antigravity (OMG)](https://github.com/r3dlex/oh-my-antigravity) | [oh-my-auggie (OMA)](https://github.com/r3dlex/oh-my-auggie)
7
4
 
8
- [![npm version](https://img.shields.io/npm/v/oh-my-githubcopilot?color=cb3837)](https://www.npmjs.com/package/oh-my-githubcopilot)
9
- [![npm downloads](https://img.shields.io/npm/dm/oh-my-githubcopilot?color=blue)](https://www.npmjs.com/package/oh-my-githubcopilot)
10
- [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
5
+ **GitHub Copilot CLI のためのマルチエージェント・オーケストレーション。学習コストはゼロ。**
11
6
 
12
- **Oh-My-Copilot (OMP)** は、GitHub Copilot にモダンなワークフローオーケストレーションとエージェント型 AI 機能を追加するプラグインおよび拡張機能です。
7
+ _GitHub Copilot CLI を覚える必要はありません。omp を使うだけです。_
8
+
9
+ [Get Started](#quick-start) • [CLI Reference](#cli-reference) • [Workflows](#workflows) • [Discord](https://discord.gg/PUwSMR9XNk)
13
10
 
14
- <p align="center">
15
- <img src="assets/buddy-swarm.png" alt="OMP swarm mode" width="600"/>
16
- </p>
17
11
  ---
18
12
 
13
+ ## なぜ omp?
14
+
15
+ ソフトウェアチームは実装、アーキテクチャ、セキュリティレビュー、テスト、DevOps を同時に扱います。omp は専門エージェントを並列にオーケストレーションし、各領域に専門的な注意を届けます。
16
+
17
+ GitHub Copilot は多くの開発者が助けを求める場所です。omp はその場を協調するエンジニアリングチームへ変えます。Copilot 向けのエージェント、スキル、フック、MCP 設定、HUD 状態を予測可能なワークフローにまとめ、プロンプトから検証済みの成果まで進めます。
18
+
19
+ ---
20
+
21
+ <a id="quick-start"></a>
19
22
  ## クイックスタート
20
23
 
21
24
  ```bash
22
- # インストール
23
25
  npm install -g oh-my-githubcopilot
26
+ omp setup --scope project
27
+ omp
28
+ ```
24
29
 
25
- # 設定
26
- omp setup
30
+ セットアップ後、`/` コマンドを表示するために CLI を再起動してください。
31
+
32
+ ```bash
33
+ omp doctor # check prerequisites
34
+ omp team run --task "..." --workers 2 # parallel work
35
+ omp hud --watch # live status
27
36
  ```
28
- <p align="center">
29
- <img src="assets/buddy-playful.png" alt="OMP in action" width="600"/>
30
- </p>
31
37
 
32
38
  ---
33
39
 
34
40
  ## 機能
35
41
 
36
- - **マルチエージェントオーケストレーション** - 様々なタスクに対応する18の specialized エージェント
37
- - **MCP サーバー統合** - 外部サービスやツールへの接続
38
- - **HUD ディスプレイ** - リアルタイムの状態とコンテキスト追跡
39
- - **Plugin State Manager** - セッション間で信頼性の高い状態管理
40
- - **30+ スキル** - 拡張機能のための遅延ロード
42
+ | Feature | Description |
43
+ |---------|-------------|
44
+ | **Specialized Agents** | 23+ agents (analyst, architect, executor, debugger, critic, verifier, test-engineer, writer, and more) |
45
+ | **Parallel Team Mode** | tmux-based multi-worker orchestration with shared task state |
46
+ | **Workflow Skills** | 39 skills built in — plan, deep-interview, ralph, autopilot, ultrawork, code-review, and more |
47
+ | **Persistent Hooks** | Automatic tool tracking, project memory, session management |
48
+ | **Real-time HUD** | Live status overlay showing agents, costs, and progress |
49
+ | **CI/CD Ready** | Verification gates, test integration, release workflows |
50
+ | **Multilingual** | README in 12 languages |
51
+
52
+ ---
53
+
54
+ <a id="cli-reference"></a>
55
+ ## CLI リファレンス
56
+
57
+ | Command | Description |
58
+ |---------|-------------|
59
+ | `omp` | Launch interactive session |
60
+ | `omp setup` | Configure GitHub Copilot CLI integration |
61
+ | `omp doctor` | Check prerequisites and fix issues |
62
+ | `omp team run` | Start parallel team execution |
63
+ | `omp team status` | Check team progress |
64
+ | `omp hud --watch` | Show live status overlay |
65
+ | `omp trace` | Show execution trace |
66
+
67
+ See the [full documentation](https://github.com/r3dlex/oh-my-githubcopilot#readme) for all commands.
68
+
69
+ ---
70
+
71
+ <a id="workflows"></a>
72
+ ## ワークフロー
73
+
74
+ omp ships execution-mode and planning-mode workflows as built-in skills.
75
+
76
+ ### Execution Modes
77
+
78
+ | Skill | Purpose |
79
+ |-------|---------|
80
+ | `$autopilot` | Idea → working code end-to-end |
81
+ | `$team` | N coordinated agents on a shared task |
82
+ | `$ralph` | Persistent completion loop until verified |
83
+ | `$ultrawork` | Maximum parallel throughput execution |
84
+ | `$ultraqa` | QA cycling until goals are met |
85
+
86
+ ### Planning Modes
87
+
88
+ | Skill | Purpose |
89
+ |-------|---------|
90
+ | `$plan` | Strategic planning with optional interviews |
91
+ | `$deep-interview` | Socratic clarification before execution |
92
+ | `$ralplan` | Consensus planning with Architect + Critic review |
93
+
94
+ ### Utility Modes
95
+
96
+ | Skill | Purpose |
97
+ |-------|---------|
98
+ | `$code-review` | Comprehensive code review |
99
+ | `$security-review` | Security audit |
100
+ | `$doctor` | Diagnose and fix installation issues |
101
+ | `$trace` | Agent flow trace and summary |
102
+ | `$note` | Save session notes |
103
+ | `$wiki` | Persistent project wiki |
104
+
105
+ ---
106
+
107
+ ## Team モード
108
+
109
+ tmux-first multi-worker orchestration with persistent state and lifecycle controls.
110
+
111
+ ```bash
112
+ omp team run --task "review src/ for reliability gaps" --workers 4
113
+ omp team status --team omp --json
114
+ omp team resume --team omp
115
+ omp team shutdown --team omp --force
116
+ ```
117
+
118
+ GitHub Copilot CLI では、team モードが `.copilot/` 配下のエージェントとスキルを同期し、ターミナル worker は永続的な OMX/OMP 状態で連携します。実装、検証、ドキュメント、リリースを分け、各レーンの証跡を確認してからブランチを進めたいときに使います。
41
119
 
42
120
  ---
43
121
 
44
122
  ## ドキュメント
45
123
 
46
- - [AGENTS.md](./AGENTS.md) - エージェント登録と委任ルール
47
- - [spec/](./spec/) - コンポーネント仕様
124
+ - [Full Documentation](https://github.com/r3dlex/oh-my-githubcopilot#readme)
125
+ - [GitHub Repository](https://github.com/r3dlex/oh-my-githubcopilot)
126
+ - [Issues](https://github.com/r3dlex/oh-my-githubcopilot/issues)
127
+ - [Security Policy](https://github.com/r3dlex/oh-my-githubcopilot/security)
48
128
 
49
129
  ---
50
130
 
51
131
  ## ライセンス
52
132
 
53
- MIT
133
+ omp is open source under the [Apache-2.0 License](LICENSE).
134
+
135
+ ---
136
+
137
+ ## スポンサー
138
+
139
+ If omp saves you time, consider [sponsoring the project](https://github.com/sponsors/r3dlex) ❤️
package/README.ko.md CHANGED
@@ -1,53 +1,139 @@
1
- [English](README.md) | [Deutsch](README.de.md) | [Español](README.es.md) | [Français](README.fr.md) | [Italiano](README.it.md) | [日本語](README.ja.md) | [한국어](README.ko.md) | [Português](README.pt.md) | [Русский](README.ru.md) | [Türkçe](README.tr.md) | [Tiếng Việt](README.vi.md) | [中文](README.zh.md)
1
+ # oh-my-githubcopilot (omp)
2
2
 
3
- # oh-my-githubcopilot
4
- <p align="center">
5
- <img src="assets/omp-banner.png" alt="Oh My Copilot" width="100%"/>
6
- </p>
3
+ > **Sister projects:** [oh-my-claudecode (OMC)](https://github.com/Yeachan-Heo/oh-my-claudecode) | [oh-my-codex (OMX)](https://github.com/Yeachan-Heo/oh-my-codex) | [oh-my-githubcopilot (OMP)](https://github.com/r3dlex/oh-my-githubcopilot) | [oh-my-antigravity (OMG)](https://github.com/r3dlex/oh-my-antigravity) | [oh-my-auggie (OMA)](https://github.com/r3dlex/oh-my-auggie)
7
4
 
8
- [![npm version](https://img.shields.io/npm/v/oh-my-githubcopilot?color=cb3837)](https://www.npmjs.com/package/oh-my-githubcopilot)
9
- [![npm downloads](https://img.shields.io/npm/dm/oh-my-githubcopilot?color=blue)](https://www.npmjs.com/package/oh-my-githubcopilot)
10
- [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
5
+ **GitHub Copilot CLI를 위한 멀티 에이전트 오케스트레이션. 학습 곡선은 없습니다.**
11
6
 
12
- **Oh-My-Copilot (OMP)** 은 GitHub Copilot 모던한 워크플로 오케스트레이션과 에이전트 AI 기능을 추가하는 플러그인 및 확장 기능입니다.
7
+ _GitHub Copilot CLI를 새로 배우지 마세요. 그냥 omp를 쓰세요._
8
+
9
+ [Get Started](#quick-start) • [CLI Reference](#cli-reference) • [Workflows](#workflows) • [Discord](https://discord.gg/PUwSMR9XNk)
13
10
 
14
- <p align="center">
15
- <img src="assets/buddy-swarm.png" alt="OMP swarm mode" width="600"/>
16
- </p>
17
11
  ---
18
12
 
13
+ ## 왜 omp인가요?
14
+
15
+ 모든 소프트웨어 팀은 구현, 아키텍처, 보안 리뷰, 테스트, DevOps를 동시에 다룹니다. omp는 전문 에이전트를 병렬로 오케스트레이션해 각 영역이 전문가의 관심을 받도록 합니다.
16
+
17
+ GitHub Copilot은 이미 많은 개발자가 도움을 요청하는 곳입니다. omp는 그 표면을 조율된 엔지니어링 팀으로 바꿉니다. Copilot용 에이전트, 스킬, 훅, MCP 설정, HUD 상태를 하나의 예측 가능한 워크플로로 묶어 프롬프트에서 검증된 결과까지 이어 줍니다.
18
+
19
+ ---
20
+
21
+ <a id="quick-start"></a>
19
22
  ## 빠른 시작
20
23
 
21
24
  ```bash
22
- # 설치
23
25
  npm install -g oh-my-githubcopilot
26
+ omp setup --scope project
27
+ omp
28
+ ```
24
29
 
25
- # 설정
26
- omp setup
30
+ 설정 후 `/` 명령이 보이도록 CLI를 다시 시작하세요.
31
+
32
+ ```bash
33
+ omp doctor # check prerequisites
34
+ omp team run --task "..." --workers 2 # parallel work
35
+ omp hud --watch # live status
27
36
  ```
28
- <p align="center">
29
- <img src="assets/buddy-playful.png" alt="OMP in action" width="600"/>
30
- </p>
31
37
 
32
38
  ---
33
39
 
34
40
  ## 기능
35
41
 
36
- - **멀티 에이전트 오케스트레이션** - 다양한 작업을 위한 18개의 전문 에이전트
37
- - **MCP 서버 통합** - 외부 서비스 및 도구 연결
38
- - **HUD 디스플레이** - 실시간 상태 컨텍스트 추적
39
- - **Plugin State Manager** - 세션 전반의 신뢰할 있는 상태 관리
40
- - **30+ 스킬** - 확장 기능의 지연 로딩
42
+ | Feature | Description |
43
+ |---------|-------------|
44
+ | **Specialized Agents** | 23+ agents (analyst, architect, executor, debugger, critic, verifier, test-engineer, writer, and more) |
45
+ | **Parallel Team Mode** | tmux-based multi-worker orchestration with shared task state |
46
+ | **Workflow Skills** | 39 skills built in — plan, deep-interview, ralph, autopilot, ultrawork, code-review, and more |
47
+ | **Persistent Hooks** | Automatic tool tracking, project memory, session management |
48
+ | **Real-time HUD** | Live status overlay showing agents, costs, and progress |
49
+ | **CI/CD Ready** | Verification gates, test integration, release workflows |
50
+ | **Multilingual** | README in 12 languages |
51
+
52
+ ---
53
+
54
+ <a id="cli-reference"></a>
55
+ ## CLI 참고
56
+
57
+ | Command | Description |
58
+ |---------|-------------|
59
+ | `omp` | Launch interactive session |
60
+ | `omp setup` | Configure GitHub Copilot CLI integration |
61
+ | `omp doctor` | Check prerequisites and fix issues |
62
+ | `omp team run` | Start parallel team execution |
63
+ | `omp team status` | Check team progress |
64
+ | `omp hud --watch` | Show live status overlay |
65
+ | `omp trace` | Show execution trace |
66
+
67
+ See the [full documentation](https://github.com/r3dlex/oh-my-githubcopilot#readme) for all commands.
68
+
69
+ ---
70
+
71
+ <a id="workflows"></a>
72
+ ## 워크플로
73
+
74
+ omp ships execution-mode and planning-mode workflows as built-in skills.
75
+
76
+ ### Execution Modes
77
+
78
+ | Skill | Purpose |
79
+ |-------|---------|
80
+ | `$autopilot` | Idea → working code end-to-end |
81
+ | `$team` | N coordinated agents on a shared task |
82
+ | `$ralph` | Persistent completion loop until verified |
83
+ | `$ultrawork` | Maximum parallel throughput execution |
84
+ | `$ultraqa` | QA cycling until goals are met |
85
+
86
+ ### Planning Modes
87
+
88
+ | Skill | Purpose |
89
+ |-------|---------|
90
+ | `$plan` | Strategic planning with optional interviews |
91
+ | `$deep-interview` | Socratic clarification before execution |
92
+ | `$ralplan` | Consensus planning with Architect + Critic review |
93
+
94
+ ### Utility Modes
95
+
96
+ | Skill | Purpose |
97
+ |-------|---------|
98
+ | `$code-review` | Comprehensive code review |
99
+ | `$security-review` | Security audit |
100
+ | `$doctor` | Diagnose and fix installation issues |
101
+ | `$trace` | Agent flow trace and summary |
102
+ | `$note` | Save session notes |
103
+ | `$wiki` | Persistent project wiki |
104
+
105
+ ---
106
+
107
+ ## Team 모드
108
+
109
+ tmux-first multi-worker orchestration with persistent state and lifecycle controls.
110
+
111
+ ```bash
112
+ omp team run --task "review src/ for reliability gaps" --workers 4
113
+ omp team status --team omp --json
114
+ omp team resume --team omp
115
+ omp team shutdown --team omp --force
116
+ ```
117
+
118
+ GitHub Copilot CLI에서 team 모드는 `.copilot/`의 에이전트와 스킬 자산을 동기화하고 터미널 워커는 지속적인 OMX/OMP 상태로 조율됩니다. 구현, 검증, 문서화, 릴리스 레인이 분리되어야 하고 브랜치를 진행하기 전에 각 레인의 증거가 필요할 때 사용하세요.
41
119
 
42
120
  ---
43
121
 
44
122
  ## 문서
45
123
 
46
- - [AGENTS.md](./AGENTS.md) - 에이전트 등록 및 위임 규칙
47
- - [spec/](./spec/) - 컴포넌트 사양
124
+ - [Full Documentation](https://github.com/r3dlex/oh-my-githubcopilot#readme)
125
+ - [GitHub Repository](https://github.com/r3dlex/oh-my-githubcopilot)
126
+ - [Issues](https://github.com/r3dlex/oh-my-githubcopilot/issues)
127
+ - [Security Policy](https://github.com/r3dlex/oh-my-githubcopilot/security)
48
128
 
49
129
  ---
50
130
 
51
131
  ## 라이선스
52
132
 
53
- MIT
133
+ omp is open source under the [Apache-2.0 License](LICENSE).
134
+
135
+ ---
136
+
137
+ ## 스폰서
138
+
139
+ If omp saves you time, consider [sponsoring the project](https://github.com/sponsors/r3dlex) ❤️