oh-my-githubcopilot 1.5.7 → 1.8.0-alpha.021bf87

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 CHANGED
@@ -1,219 +1,140 @@
1
- # oh-my-githubcopilot (OMP)
1
+ # oh-my-githubcopilot (omp)
2
2
 
3
- <p align="center">
4
- <img src="assets/omp-banner.png" alt="Oh My Copilot" width="100%"/>
5
- </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)
6
4
 
7
- <p align="center">
8
- Multi-agent orchestration for GitHub Copilot CLI — powered by 23 specialized agents, 25 skills, and a real-time HUD.
9
- </p>
5
+ **Multi-agent orchestration for GitHub Copilot CLI. Zero learning curve.**
10
6
 
11
- [![npm version](https://img.shields.io/npm/v/oh-my-githubcopilot?color=red)](https://npmjs.com/package/oh-my-githubcopilot)
12
- [![npm downloads](https://img.shields.io/npm/dm/oh-my-githubcopilot?color=blue)](https://npmjs.com/package/oh-my-githubcopilot)
13
- [![License: Apache-2.0](https://img.shields.io/npm/l/oh-my-githubcopilot?color=green)](LICENSE)
14
- [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=r3dlex&color=EA4949&logo=github-sponsors)](https://github.com/sponsors/r3dlex)
7
+ _Don't learn GitHub Copilot CLI. Just use omp._
8
+
9
+ [Get Started](#quick-start) • [CLI Reference](#cli-reference) • [Workflows](#workflows) • [Discord](https://discord.gg/PUwSMR9XNk)
15
10
 
16
11
  ---
17
12
 
18
- ## Why OMP?
13
+ ## Why omp?
19
14
 
20
- Every software team juggles implementation, architecture, security review, testing, and DevOps — all simultaneously. OMP orchestrates specialized agents so every dimension gets expert attention, in parallel, without you herding cats.
15
+ Every software team juggles implementation, architecture, security review, testing, and DevOps — all simultaneously. omp orchestrates specialized agents so every dimension gets expert attention, in parallel, without you herding cats.
21
16
 
22
- | What you get | Why it matters |
23
- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
24
- | **23 agents** | executor, architect, planner, reviewer, debugger, designer, security-reviewer, scientist, analyst, and more — each tuned to a different craft |
25
- | **25 skills** | `autopilot`, `ralph`, `ultrawork`, `team`, `ecomode`, `swarm`, `pipeline`, `omp-plan`, `graphify`, `spending`, and more — trigger with a slash command |
26
- | **6 hooks** | Keyword detection, delegation routing, model selection, token tracking, HUD emission, stop-continuation |
27
- | **MCP server** | Built-in tools for extended capabilities |
28
- | **HUD display** | Real-time session context and progress tracking |
29
- | **PSM** | Plugin State Manager with SQLite persistence across sessions |
30
- | **SWE-bench** | Benchmark harness for reproducible evaluation |
31
- | **Copilot repo layout** | Copilot-facing docs live under `.copilot/`; `.github/` is reserved for workflows, plugin metadata, and hook entrypoints |
17
+ GitHub Copilot is already where many developers ask for help; omp turns that surface into a coordinated engineering team. It keeps Copilot-facing agents, skills, hooks, MCP setup, and HUD state in one predictable workflow so you can move from prompt to verified delivery without hand-wiring the orchestration layer.
32
18
 
33
- <p align="center">
34
- <img src="assets/buddy-swarm.png" alt="OMP swarm mode" width="600"/>
35
- </p>
19
+ ---
36
20
 
37
21
  ## Quick Start
38
22
 
39
- ### 1) Install the plugin
40
-
41
- From a local checkout:
42
-
43
23
  ```bash
44
- git clone https://github.com/r3dlex/oh-my-githubcopilot.git
45
- cd oh-my-githubcopilot
46
- copilot plugin install ./
24
+ npm install -g oh-my-githubcopilot
25
+ omp setup --scope project
26
+ omp
47
27
  ```
48
28
 
49
- Or install from GitHub directly:
29
+ After setup, restart your CLI for the `/` commands to appear.
50
30
 
51
31
  ```bash
52
- copilot plugin install r3dlex/oh-my-githubcopilot
32
+ omp doctor # check prerequisites
33
+ omp team run --task "..." --workers 2 # parallel work
34
+ omp hud --watch # live status
53
35
  ```
54
36
 
55
- ### 2) Run first-time setup in Copilot
37
+ ---
56
38
 
57
- ```text
58
- /skills list
59
- /setup
60
- /mcp show
61
- ```
39
+ ## Features
62
40
 
63
- `/setup` is the short setup alias, and `/omp:setup` remains available. Both safely merge the required Copilot CLI experimental features into
64
- `~/.copilot/config.json` and fill in `statusLine` if you have not already configured one.
65
- After setup completes, restart the Copilot CLI session so the new experimental/status-line settings are picked up.
41
+ | Feature | Description |
42
+ |---------|-------------|
43
+ | **Specialized Agents** | 23+ agents (analyst, architect, executor, debugger, critic, verifier, test-engineer, writer, and more) |
44
+ | **Parallel Team Mode** | tmux-based multi-worker orchestration with shared task state |
45
+ | **Workflow Skills** | 39 skills built in — plan, deep-interview, ralph, autopilot, ultrawork, code-review, and more |
46
+ | **Persistent Hooks** | Automatic tool tracking, project memory, session management |
47
+ | **Real-time HUD** | Live status overlay showing agents, costs, and progress |
48
+ | **CI/CD Ready** | Verification gates, test integration, release workflows |
49
+ | **Multilingual** | README in 12 languages |
66
50
 
67
- Required feature flags ensured by setup:
51
+ ---
68
52
 
69
- - `STATUS_LINE`
70
- - `SHOW_FILE`
71
- - `EXTENSIONS`
72
- - `BACKGROUND_SESSIONS`
73
- - `CONFIGURE_COPILOT_AGENT`
74
- - `MULTI_TURN_AGENTS`
75
- - `SESSION_STORE`
53
+ ## CLI Reference
76
54
 
77
- ### 3) Start delegating work
55
+ | Command | Description |
56
+ |---------|-------------|
57
+ | `omp` | Launch interactive session |
58
+ | `omp setup` | Configure GitHub Copilot CLI integration |
59
+ | `omp doctor` | Check prerequisites and fix issues |
60
+ | `omp team run` | Start parallel team execution |
61
+ | `omp team status` | Check team progress |
62
+ | `omp hud --watch` | Show live status overlay |
63
+ | `omp trace` | Show execution trace |
78
64
 
79
- ```text
80
- @executor implement the requested change
81
- @planner break this task into steps
82
- @verifier check build, tests, and diagnostics
83
- ```
65
+ See the [full documentation](https://github.com/r3dlex/oh-my-githubcopilot#readme) for all commands.
84
66
 
85
- ### Optional: install the CLI companion
67
+ ---
86
68
 
87
- ```bash
88
- npm install -g oh-my-githubcopilot
89
- omp setup
90
- omp version
91
- omp hud
92
- omp hud --watch
93
- ```
69
+ ## Workflows
94
70
 
95
- The `omp` CLI is a companion tool for local runtime features; the Copilot plugin works without it.
96
- Running `omp setup` performs the same non-destructive Copilot config merge as `/setup` (or `/omp:setup`).
97
- Use `omp hud --watch` when you want the local HUD daemon to keep refreshing session artifacts in the background.
71
+ omp ships execution-mode and planning-mode workflows as built-in skills.
98
72
 
99
- ### Optional: adopt OMP into another repository
73
+ ### Execution Modes
100
74
 
101
- ```bash
102
- git clone https://github.com/r3dlex/oh-my-githubcopilot.git /tmp/omp
103
- /tmp/omp/scripts/omp-adopt.sh --target . --mode template
104
- ```
75
+ | Skill | Purpose |
76
+ |-------|---------|
77
+ | `$autopilot` | Idea → working code end-to-end |
78
+ | `$team` | N coordinated agents on a shared task |
79
+ | `$ralph` | Persistent completion loop until verified |
80
+ | `$ultrawork` | Maximum parallel throughput execution |
81
+ | `$ultraqa` | QA cycling until goals are met |
105
82
 
106
- <p align="center">
107
- <img src="assets/buddy-playful.png" alt="OMP in action" width="600"/>
108
- </p>
83
+ ### Planning Modes
109
84
 
110
- ## Architecture
85
+ | Skill | Purpose |
86
+ |-------|---------|
87
+ | `$plan` | Strategic planning with optional interviews |
88
+ | `$deep-interview` | Socratic clarification before execution |
89
+ | `$ralplan` | Consensus planning with Architect + Critic review |
111
90
 
112
- ```
113
- ┌──────────────────────────────────────────────────────────────┐
114
- │ oh-my-githubcopilot │
115
- ├──────────────────┬──────────────────┬────────────────────────┤
116
- │ Agents (23) │ Hooks (6) │ PSM (SQLite) │
117
- │ ───────────── │ ───────────── │ ──────────────── │
118
- │ executor │ keyword- │ Cross-session │
119
- │ architect │ detector │ state persistence │
120
- │ planner │ delegation- │ │
121
- │ reviewer │ enforcer │ MCP Server │
122
- │ debugger │ model-router │ ───────────── │
123
- │ designer │ token-tracker │ tools exposed │
124
- │ security- │ hud-emitter │ │
125
- │ reviewer │ stop-contin. │ HUD Display │
126
- │ ... (23 total) │ │ ───────────── │
127
- │ │ │ tmux status bar │
128
- ├──────────────────┴──────────────────┴────────────────────────┤
129
- │ .copilot/* refs + local Copilot-facing agent/skill docs │
130
- │ ~/.omp/ (user config) + .omp/ (workspace config) │
131
- └──────────────────────────────────────────────────────────────┘
132
- ```
91
+ ### Utility Modes
133
92
 
134
- ### Agents
135
-
136
- OMP provides 23 specialized agents, each with Copilot-compatible frontmatter for native discovery:
137
-
138
- | Agent | Model tier | Use case |
139
- | ----------------- | ---------- | --------------------------------------------------------------------- |
140
- | executor | standard | Implementation, file edits, testing |
141
- | architect | high | Architecture decisions and verification |
142
- | planner | high | Strategic planning and sequencing |
143
- | verifier | standard | Build/test/diagnostic validation |
144
- | writer | standard | Documentation and changelog work |
145
- | explorer | fast | Read-only codebase surveys |
146
- | debugger | standard | Root-cause analysis |
147
- | reviewer | high | General quality review |
148
- | security-reviewer | standard | Security review |
149
- | ... | ... | 23 total roles across implementation, planning, QA, and documentation |
150
-
151
- ### Skills
152
-
153
- 25 skills, each triggerable via slash command or keyword:
154
-
155
- | Skill | Trigger | Purpose |
156
- | -------------- | ---------------------- | --------------------------------------------------- |
157
- | autopilot | `/omp:autopilot` | Autonomous end-to-end execution |
158
- | ralph | `/omp:ralph` | Persistent completion loop |
159
- | ultrawork | `/omp:ultrawork` | Parallel multi-agent high-throughput implementation |
160
- | team | `/omp:team` | Coordinated multi-agent execution |
161
- | deep-interview | `/omp:deep-interview` | Requirements clarification |
162
- | omp-plan | `/omp:plan` | Strategic planning |
163
- | omp-setup | `/setup`, `/omp:setup` | Guided OMP setup |
164
- | graphify | `/omp:graphify` | Knowledge graph generation |
165
- | graphwiki | `/omp:graphwiki` | Query and maintain graphwiki knowledge |
166
- | graph-provider | `/omp:graph-provider` | Manage the active graph backend |
167
- | spending | `/omp:spending` | Track premium request usage |
168
- | ... | ... | 25 total skills |
169
-
170
- ## Repository Layout
93
+ | Skill | Purpose |
94
+ |-------|---------|
95
+ | `$code-review` | Comprehensive code review |
96
+ | `$security-review` | Security audit |
97
+ | `$doctor` | Diagnose and fix installation issues |
98
+ | `$trace` | Agent flow trace and summary |
99
+ | `$note` | Save session notes |
100
+ | `$wiki` | Persistent project wiki |
171
101
 
172
- ```
173
- .
174
- ├── AGENTS.md # orchestration brain
175
- ├── agents/ # 23 Copilot-facing agent files
176
- ├── skills/ # 25 skills
177
- ├── hooks/ # hook config + shell entrypoints
178
- ├── src/ # TypeScript implementation
179
- ├── dist/ # built runtime artifacts committed for plugin consumers
180
- ├── .github/
181
- │ ├── hooks/ # GitHub/Copilot hook entrypoints
182
- │ ├── plugin/ # plugin metadata
183
- │ └── workflows/ # CI / release automation
184
- ├── .copilot/
185
- │ ├── README.md # Copilot doc boundary
186
- │ ├── copilot-instructions.md # Copilot-facing shared instructions
187
- │ ├── copilot-reference.md # richer Copilot-specific reference
188
- │ ├── agents/ # Copilot-facing agent docs
189
- │ ├── skills/ # Copilot-facing skill docs
190
- │ └── plugin/skills/ # Copilot plugin-bundled skill docs
191
- └── spec/ # architecture and subsystem docs
192
- ```
102
+ ---
193
103
 
194
- ## Verification
104
+ ## Team Mode
195
105
 
196
- Before release or plugin publication, verify at least:
106
+ tmux-first multi-worker orchestration with persistent state and lifecycle controls.
197
107
 
198
108
  ```bash
199
- npm run build
200
- npm run typecheck
201
- npm run test:coverage
202
- npm test
109
+ omp team run --task "review src/ for reliability gaps" --workers 4
110
+ omp team status --team omp --json
111
+ omp team resume --team omp
112
+ omp team shutdown --team omp --force
203
113
  ```
204
114
 
205
- For plugin smoke checks, reinstall and verify the runtime surfaces:
115
+ For GitHub Copilot CLI, team mode keeps `.copilot/` agent and skill assets synchronized while terminal workers coordinate through durable OMX/OMP state. Use it when a Copilot task needs separate implementation, verification, documentation, or release lanes and you want each lane to report evidence before the branch moves forward.
206
116
 
207
- ```bash
208
- copilot plugin uninstall oh-my-githubcopilot
209
- copilot plugin install ./
210
- ```
117
+ ---
211
118
 
212
- Then check:
119
+ ## Documentation
213
120
 
214
- ```text
215
- /skills list
216
- /setup
217
- @executor
218
- /mcp show
219
- ```
121
+ - [Full Documentation](https://github.com/r3dlex/oh-my-githubcopilot#readme)
122
+ - [GitHub Repository](https://github.com/r3dlex/oh-my-githubcopilot)
123
+ - [Issues](https://github.com/r3dlex/oh-my-githubcopilot/issues)
124
+ - [Security Policy](https://github.com/r3dlex/oh-my-githubcopilot/security)
125
+
126
+ ---
127
+
128
+ ## License
129
+
130
+ omp is open source under the [Apache-2.0 License](LICENSE).
131
+
132
+ ---
133
+
134
+ ## Star History
135
+
136
+ [![Star History Chart](https://api.star-history.com/chart?repos=r3dlex/oh-my-githubcopilot&type=date&legend=top-left)](https://www.star-history.com/?repos=r3dlex%2Foh-my-githubcopilot&type=date&legend=top-left)
137
+
138
+ ## Sponsors
139
+
140
+ If omp saves you time, consider [sponsoring the project](https://github.com/sponsors/r3dlex) ❤️
package/README.pt.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
+ **Orquestração multiagente para GitHub Copilot CLI. Curva de aprendizado zero.**
11
6
 
12
- **Oh-My-Copilot (OMP)** e um plugin e extensao para GitHub Copilot que adiciona orquestracao moderna de workflows e capacidades de IA agentica sobre o Copilot.
7
+ _Não aprenda GitHub Copilot CLI. Apenas use 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
- ## Inicio Rapido
13
+ ## Por que omp?
14
+
15
+ Toda equipe de software lida com implementação, arquitetura, revisão de segurança, testes e DevOps ao mesmo tempo. omp orquestra agentes especializados para que cada dimensão receba atenção especializada em paralelo.
16
+
17
+ GitHub Copilot já é onde muitos desenvolvedores pedem ajuda; omp transforma essa superfície em uma equipe de engenharia coordenada. Ele mantém agentes, skills, hooks, configuração MCP e estado HUD voltados ao Copilot em um fluxo previsível, do prompt à entrega verificada.
18
+
19
+ ---
20
+
21
+ <a id="quick-start"></a>
22
+ ## Início rápido
17
23
 
18
24
  ```bash
19
- # Instalacao
20
25
  npm install -g oh-my-githubcopilot
26
+ omp setup --scope project
27
+ omp
28
+ ```
29
+
30
+ Depois do setup, reinicie sua CLI para que os comandos `/` apareçam.
31
+
32
+ ```bash
33
+ omp doctor # check prerequisites
34
+ omp team run --task "..." --workers 2 # parallel work
35
+ omp hud --watch # live status
36
+ ```
37
+
38
+ ---
39
+
40
+ ## Recursos
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
+ ## Referência CLI
21
56
 
22
- # Configuracao
23
- omp setup
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
+ ## Fluxos de trabalho
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
+ ## Modo 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
24
116
  ```
25
- <p align="center">
26
- <img src="assets/buddy-playful.png" alt="OMP in action" width="600"/>
27
- </p>
28
117
 
29
- <p align="center">
30
- <img src="assets/buddy-swarm.png" alt="OMP swarm mode" width="600"/>
31
- </p>
118
+ Para GitHub Copilot CLI, o modo team mantém os ativos de agentes e skills em `.copilot/` sincronizados enquanto workers de terminal se coordenam via estado durável OMX/OMP. Use quando uma tarefa do Copilot precisar de trilhas separadas de implementação, verificação, documentação ou release com evidências antes de avançar o branch.
119
+
32
120
  ---
33
121
 
34
- ## Funcionalidades
122
+ ## Documentação
35
123
 
36
- - **Orquestracao Multi-Agente** - 18 agentes especializados para diferentes tarefas
37
- - **Integracao Servidor MCP** - Conexao com servicos e ferramentas externos
38
- - **Display HUD** - Rastreamento de estado e contexto em tempo real
39
- - **Plugin State Manager** - Estado confiavel entre sessoes
40
- - **30+ Skills** - Carregamento lento para funcionalidade estendida
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)
41
128
 
42
129
  ---
43
130
 
44
- ## Documentacao
131
+ ## Licença
45
132
 
46
- - [AGENTS.md](./AGENTS.md) - Registro de agentes e regras de delegacao
47
- - [spec/](./spec/) - Especificacoes de componentes
133
+ omp is open source under the [Apache-2.0 License](LICENSE).
48
134
 
49
135
  ---
50
136
 
51
- ## Licenca
137
+ ## Patrocinadores
52
138
 
53
- MIT
139
+ If omp saves you time, consider [sponsoring the project](https://github.com/sponsors/r3dlex) ❤️
package/README.ru.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)** - eto plugin i rasshirenie dlya GitHub Copilot, kotoroye dobavlyayet sovremennuyu orkestraciyu workflow i vozmozhnosti agentnogo II poverkh Copilot.
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
11
  ---
15
12
 
16
- ## Bystryy start
13
+ ## Зачем нужен omp?
14
+
15
+ Любая команда одновременно занимается реализацией, архитектурой, проверкой безопасности, тестами и DevOps. omp оркестрирует специализированных агентов, чтобы каждое направление получало экспертное внимание параллельно.
16
+
17
+ GitHub Copilot уже является местом, где многие разработчики просят помощи; omp превращает эту поверхность в согласованную инженерную команду. Он объединяет Copilot-агентов, навыки, хуки, MCP-настройку и HUD-состояние в предсказуемый процесс от промпта до проверенной поставки.
18
+
19
+ ---
20
+
21
+ <a id="quick-start"></a>
22
+ ## Быстрый старт
17
23
 
18
24
  ```bash
19
- # Ustanovka
20
25
  npm install -g oh-my-githubcopilot
26
+ omp setup --scope project
27
+ omp
28
+ ```
29
+
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
36
+ ```
37
+
38
+ ---
39
+
40
+ ## Возможности
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
+ ## Справочник CLI
21
56
 
22
- # Nastroyka
23
- omp setup
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
24
116
  ```
25
- <p align="center">
26
- <img src="assets/buddy-playful.png" alt="OMP in action" width="600"/>
27
- </p>
117
+
118
+ Для GitHub Copilot CLI режим team синхронизирует агентские и skill-ресурсы в `.copilot/`, пока терминальные worker-процессы координируются через долговечное состояние OMX/OMP. Используйте его, когда задаче Copilot нужны отдельные линии реализации, проверки, документации или релиза с доказательствами перед продвижением ветки.
28
119
 
29
120
  ---
30
121
 
31
- ## Funkcii
122
+ ## Документация
32
123
 
33
- - **Multi-Agent Orkestraciya** - 18 specializirovannykh agentov dlya razlichnykh zadach
34
- - **Integraciya MCP Server** - Podklyuchenie k vneshnim servisam i instrumentam
35
- - **HUD Display** - Otslezhivaniye sostoyaniya i konteksta v realnom vremeni
36
- - **Plugin State Manager** - Nadezhnoe upravleniye sostoyaniyem mezhdu sessionami
37
- - **30+ Skills** - Lenivaya zagruzka dlya rashirennykh vozmozhnostey
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)
38
128
 
39
- <p align="center">
40
- <img src="assets/buddy-swarm.png" alt="OMP swarm mode" width="600"/>
41
- </p>
42
129
  ---
43
130
 
44
- ## Dokumentaciya
131
+ ## Лицензия
45
132
 
46
- - [AGENTS.md](./AGENTS.md) - Registraciya agentov i pravila delegirovaniya
47
- - [spec/](./spec/) - Specifikacii komponentov
133
+ omp is open source under the [Apache-2.0 License](LICENSE).
48
134
 
49
135
  ---
50
136
 
51
- ## Licenziya
137
+ ## Спонсоры
52
138
 
53
- MIT
139
+ If omp saves you time, consider [sponsoring the project](https://github.com/sponsors/r3dlex) ❤️