oh-my-codex 0.11.4 → 0.11.7

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 (164) hide show
  1. package/Cargo.lock +5 -13
  2. package/Cargo.toml +1 -1
  3. package/README.de.md +3 -12
  4. package/README.es.md +3 -12
  5. package/README.fr.md +3 -12
  6. package/README.it.md +3 -12
  7. package/README.ja.md +3 -12
  8. package/README.ko.md +3 -12
  9. package/README.md +84 -107
  10. package/README.pt.md +3 -12
  11. package/README.ru.md +3 -12
  12. package/README.tr.md +3 -12
  13. package/README.vi.md +3 -12
  14. package/README.zh.md +3 -12
  15. package/dist/agents/__tests__/native-config.test.js +27 -0
  16. package/dist/agents/__tests__/native-config.test.js.map +1 -1
  17. package/dist/agents/native-config.d.ts +9 -0
  18. package/dist/agents/native-config.d.ts.map +1 -1
  19. package/dist/agents/native-config.js +51 -16
  20. package/dist/agents/native-config.js.map +1 -1
  21. package/dist/cli/__tests__/doctor-team.test.js +34 -0
  22. package/dist/cli/__tests__/doctor-team.test.js.map +1 -1
  23. package/dist/cli/__tests__/team-linked-ralph.test.d.ts +2 -0
  24. package/dist/cli/__tests__/team-linked-ralph.test.d.ts.map +1 -0
  25. package/dist/cli/__tests__/team-linked-ralph.test.js +47 -0
  26. package/dist/cli/__tests__/team-linked-ralph.test.js.map +1 -0
  27. package/dist/cli/__tests__/team.test.js +31 -77
  28. package/dist/cli/__tests__/team.test.js.map +1 -1
  29. package/dist/cli/doctor.d.ts.map +1 -1
  30. package/dist/cli/doctor.js +4 -5
  31. package/dist/cli/doctor.js.map +1 -1
  32. package/dist/cli/index.js +0 -14
  33. package/dist/cli/index.js.map +1 -1
  34. package/dist/cli/team.d.ts +1 -2
  35. package/dist/cli/team.d.ts.map +1 -1
  36. package/dist/cli/team.js +19 -70
  37. package/dist/cli/team.js.map +1 -1
  38. package/dist/config/__tests__/generator-idempotent.test.js +1 -1
  39. package/dist/config/__tests__/generator-idempotent.test.js.map +1 -1
  40. package/dist/config/generator.js +1 -1
  41. package/dist/config/generator.js.map +1 -1
  42. package/dist/hooks/__tests__/consensus-execution-handoff.test.js +3 -3
  43. package/dist/hooks/__tests__/consensus-execution-handoff.test.js.map +1 -1
  44. package/dist/hooks/__tests__/deep-interview-contract.test.js +1 -1
  45. package/dist/hooks/__tests__/deep-interview-contract.test.js.map +1 -1
  46. package/dist/hooks/__tests__/keyword-detector.test.js +2 -2
  47. package/dist/hooks/__tests__/keyword-detector.test.js.map +1 -1
  48. package/dist/hooks/__tests__/notify-fallback-watcher.test.js +253 -4
  49. package/dist/hooks/__tests__/notify-fallback-watcher.test.js.map +1 -1
  50. package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js +93 -0
  51. package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js.map +1 -1
  52. package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js +56 -0
  53. package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js.map +1 -1
  54. package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js +380 -5
  55. package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js.map +1 -1
  56. package/dist/pipeline/__tests__/stages.test.js +2 -2
  57. package/dist/pipeline/__tests__/stages.test.js.map +1 -1
  58. package/dist/pipeline/stages/team-exec.js +1 -1
  59. package/dist/pipeline/stages/team-exec.js.map +1 -1
  60. package/dist/runtime/__tests__/bridge.test.d.ts +2 -0
  61. package/dist/runtime/__tests__/bridge.test.d.ts.map +1 -0
  62. package/dist/runtime/__tests__/bridge.test.js +52 -0
  63. package/dist/runtime/__tests__/bridge.test.js.map +1 -0
  64. package/dist/runtime/bridge.d.ts +7 -1
  65. package/dist/runtime/bridge.d.ts.map +1 -1
  66. package/dist/runtime/bridge.js +14 -12
  67. package/dist/runtime/bridge.js.map +1 -1
  68. package/dist/scripts/notify-fallback-watcher.js +318 -52
  69. package/dist/scripts/notify-fallback-watcher.js.map +1 -1
  70. package/dist/scripts/notify-hook/auto-nudge.d.ts +1 -1
  71. package/dist/scripts/notify-hook/auto-nudge.d.ts.map +1 -1
  72. package/dist/scripts/notify-hook/auto-nudge.js +73 -4
  73. package/dist/scripts/notify-hook/auto-nudge.js.map +1 -1
  74. package/dist/scripts/notify-hook/team-dispatch.d.ts.map +1 -1
  75. package/dist/scripts/notify-hook/team-dispatch.js +2 -1
  76. package/dist/scripts/notify-hook/team-dispatch.js.map +1 -1
  77. package/dist/scripts/notify-hook/team-leader-nudge.d.ts +2 -1
  78. package/dist/scripts/notify-hook/team-leader-nudge.d.ts.map +1 -1
  79. package/dist/scripts/notify-hook/team-leader-nudge.js +81 -19
  80. package/dist/scripts/notify-hook/team-leader-nudge.js.map +1 -1
  81. package/dist/scripts/notify-hook.d.ts +0 -1
  82. package/dist/scripts/notify-hook.d.ts.map +1 -1
  83. package/dist/scripts/notify-hook.js +0 -6
  84. package/dist/scripts/notify-hook.js.map +1 -1
  85. package/dist/team/__tests__/api-interop.test.js +0 -30
  86. package/dist/team/__tests__/api-interop.test.js.map +1 -1
  87. package/dist/team/__tests__/followup-planner.test.js +3 -3
  88. package/dist/team/__tests__/followup-planner.test.js.map +1 -1
  89. package/dist/team/__tests__/leader-activity.test.d.ts +2 -0
  90. package/dist/team/__tests__/leader-activity.test.d.ts.map +1 -0
  91. package/dist/team/__tests__/leader-activity.test.js +128 -0
  92. package/dist/team/__tests__/leader-activity.test.js.map +1 -0
  93. package/dist/team/__tests__/linked-ralph-bridge.test.d.ts +2 -0
  94. package/dist/team/__tests__/linked-ralph-bridge.test.d.ts.map +1 -0
  95. package/dist/team/__tests__/linked-ralph-bridge.test.js +95 -0
  96. package/dist/team/__tests__/linked-ralph-bridge.test.js.map +1 -0
  97. package/dist/team/__tests__/mcp-comm.test.js +41 -0
  98. package/dist/team/__tests__/mcp-comm.test.js.map +1 -1
  99. package/dist/team/__tests__/runtime.test.js +155 -134
  100. package/dist/team/__tests__/runtime.test.js.map +1 -1
  101. package/dist/team/__tests__/scaling.test.js +149 -1
  102. package/dist/team/__tests__/scaling.test.js.map +1 -1
  103. package/dist/team/__tests__/state.test.js +80 -12
  104. package/dist/team/__tests__/state.test.js.map +1 -1
  105. package/dist/team/__tests__/tmux-session.test.js +6 -0
  106. package/dist/team/__tests__/tmux-session.test.js.map +1 -1
  107. package/dist/team/__tests__/worker-bootstrap.test.js +20 -0
  108. package/dist/team/__tests__/worker-bootstrap.test.js.map +1 -1
  109. package/dist/team/api-interop.d.ts.map +1 -1
  110. package/dist/team/api-interop.js +1 -4
  111. package/dist/team/api-interop.js.map +1 -1
  112. package/dist/team/followup-planner.js +6 -6
  113. package/dist/team/followup-planner.js.map +1 -1
  114. package/dist/team/leader-activity.d.ts +14 -0
  115. package/dist/team/leader-activity.d.ts.map +1 -0
  116. package/dist/team/leader-activity.js +137 -0
  117. package/dist/team/leader-activity.js.map +1 -0
  118. package/dist/team/linked-ralph-bridge.d.ts +27 -0
  119. package/dist/team/linked-ralph-bridge.d.ts.map +1 -0
  120. package/dist/team/linked-ralph-bridge.js +116 -0
  121. package/dist/team/linked-ralph-bridge.js.map +1 -0
  122. package/dist/team/mcp-comm.d.ts.map +1 -1
  123. package/dist/team/mcp-comm.js +9 -0
  124. package/dist/team/mcp-comm.js.map +1 -1
  125. package/dist/team/runtime-cli.d.ts.map +1 -1
  126. package/dist/team/runtime-cli.js +2 -8
  127. package/dist/team/runtime-cli.js.map +1 -1
  128. package/dist/team/runtime.d.ts +0 -4
  129. package/dist/team/runtime.d.ts.map +1 -1
  130. package/dist/team/runtime.js +23 -92
  131. package/dist/team/runtime.js.map +1 -1
  132. package/dist/team/scaling.d.ts.map +1 -1
  133. package/dist/team/scaling.js +11 -8
  134. package/dist/team/scaling.js.map +1 -1
  135. package/dist/team/state/dispatch.d.ts.map +1 -1
  136. package/dist/team/state/dispatch.js +26 -13
  137. package/dist/team/state/dispatch.js.map +1 -1
  138. package/dist/team/state/mailbox.d.ts.map +1 -1
  139. package/dist/team/state/mailbox.js +34 -17
  140. package/dist/team/state/mailbox.js.map +1 -1
  141. package/dist/team/state/types.d.ts +2 -2
  142. package/dist/team/state/types.d.ts.map +1 -1
  143. package/dist/team/state.d.ts +3 -3
  144. package/dist/team/state.d.ts.map +1 -1
  145. package/dist/team/state.js +3 -3
  146. package/dist/team/state.js.map +1 -1
  147. package/dist/team/tmux-session.d.ts +7 -10
  148. package/dist/team/tmux-session.d.ts.map +1 -1
  149. package/dist/team/tmux-session.js +7 -19
  150. package/dist/team/tmux-session.js.map +1 -1
  151. package/package.json +1 -3
  152. package/prompts/planner.md +1 -1
  153. package/skills/cancel/SKILL.md +2 -8
  154. package/skills/deep-interview/SKILL.md +1 -1
  155. package/skills/plan/SKILL.md +4 -4
  156. package/skills/ralplan/SKILL.md +1 -1
  157. package/skills/team/SKILL.md +12 -19
  158. package/src/scripts/notify-fallback-watcher.ts +366 -51
  159. package/src/scripts/notify-hook/auto-nudge.ts +71 -4
  160. package/src/scripts/notify-hook/team-dispatch.ts +2 -1
  161. package/src/scripts/notify-hook/team-leader-nudge.ts +79 -16
  162. package/src/scripts/notify-hook.ts +0 -6
  163. package/templates/AGENTS.md +5 -0
  164. package/src/scripts/notify-hook/linked-sync.ts +0 -61
package/Cargo.lock CHANGED
@@ -32,13 +32,11 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
32
32
 
33
33
  [[package]]
34
34
  name = "omx-explore-harness"
35
-
36
- version = "0.11.4"
35
+ version = "0.11.7"
37
36
 
38
37
  [[package]]
39
38
  name = "omx-mux"
40
- version = "0.11.4"
41
-
39
+ version = "0.11.7"
42
40
  dependencies = [
43
41
  "serde",
44
42
  "serde_json",
@@ -46,9 +44,7 @@ dependencies = [
46
44
 
47
45
  [[package]]
48
46
  name = "omx-runtime"
49
-
50
- version = "0.11.4"
51
-
47
+ version = "0.11.7"
52
48
  dependencies = [
53
49
  "omx-mux",
54
50
  "omx-runtime-core",
@@ -57,9 +53,7 @@ dependencies = [
57
53
 
58
54
  [[package]]
59
55
  name = "omx-runtime-core"
60
-
61
- version = "0.11.4"
62
-
56
+ version = "0.11.7"
63
57
  dependencies = [
64
58
  "fs2",
65
59
  "serde",
@@ -68,9 +62,7 @@ dependencies = [
68
62
 
69
63
  [[package]]
70
64
  name = "omx-sparkshell"
71
-
72
- version = "0.11.4"
73
-
65
+ version = "0.11.7"
74
66
 
75
67
  [[package]]
76
68
  name = "proc-macro2"
package/Cargo.toml CHANGED
@@ -10,7 +10,7 @@ resolver = "2"
10
10
 
11
11
  [workspace.package]
12
12
 
13
- version = "0.11.4"
13
+ version = "0.11.7"
14
14
 
15
15
  edition = "2021"
16
16
  license = "MIT"
package/README.de.md CHANGED
@@ -152,19 +152,10 @@ omx team shutdown <team-name>
152
152
 
153
153
  Wichtige Regel: Fahren Sie nicht herunter, während Aufgaben noch `in_progress` sind, es sei denn, Sie brechen ab.
154
154
 
155
- ### Ralph-Aufräumrichtlinie
155
+ ### Team shutdown policy
156
156
 
157
- Wenn ein Team im Ralph-Modus läuft (`omx team ralph ...`), wendet die Shutdown-Bereinigung
158
- eine spezielle Richtlinie an, die sich vom normalen Pfad unterscheidet:
159
-
160
- | Verhalten | Normales Team | Ralph-Team |
161
- |---|---|---|
162
- | Erzwungenes Herunterfahren bei Fehler | Wirft `shutdown_gate_blocked` | Umgeht Gate, protokolliert `ralph_cleanup_policy`-Ereignis |
163
- | Automatische Branch-Löschung | Löscht Worktree-Branches bei Rollback | Bewahrt Branches (`skipBranchDeletion`) |
164
- | Abschluss-Protokollierung | Standard-`shutdown_gate`-Ereignis | Zusätzliches `ralph_cleanup_summary`-Ereignis mit Aufgabenaufschlüsselung |
165
-
166
- Die Ralph-Richtlinie wird automatisch aus dem Team-Modus-Zustand (`linked_ralph`) erkannt oder
167
- kann explizit über `omx team shutdown <name> --ralph` übergeben werden.
157
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
158
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
168
159
 
169
160
  Worker-CLI-Auswahl für Team-Worker:
170
161
 
package/README.es.md CHANGED
@@ -152,19 +152,10 @@ omx team shutdown <team-name>
152
152
 
153
153
  Regla importante: no apagues mientras las tareas estén en estado `in_progress` a menos que estés abortando.
154
154
 
155
- ### Política de limpieza Ralph
155
+ ### Team shutdown policy
156
156
 
157
- Cuando un equipo se ejecuta en modo ralph (`omx team ralph ...`), la limpieza al apagar
158
- aplica una política dedicada diferente a la ruta normal:
159
-
160
- | Comportamiento | Equipo normal | Equipo Ralph |
161
- |---|---|---|
162
- | Apagado forzado en caso de fallo | Lanza `shutdown_gate_blocked` | Omite la puerta, registra evento `ralph_cleanup_policy` |
163
- | Eliminación automática de ramas | Elimina ramas de worktree en rollback | Preserva ramas (`skipBranchDeletion`) |
164
- | Registro de finalización | Evento estándar `shutdown_gate` | Evento adicional `ralph_cleanup_summary` con desglose de tareas |
165
-
166
- La política Ralph se detecta automáticamente del estado del modo equipo (`linked_ralph`) o
167
- se puede pasar explícitamente vía `omx team shutdown <name> --ralph`.
157
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
158
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
168
159
 
169
160
  Selección de Worker CLI para los workers del equipo:
170
161
 
package/README.fr.md CHANGED
@@ -152,19 +152,10 @@ omx team shutdown <team-name>
152
152
 
153
153
  Règle importante : n'arrêtez pas tant que des tâches sont encore `in_progress`, sauf en cas d'abandon.
154
154
 
155
- ### Politique de nettoyage Ralph
155
+ ### Team shutdown policy
156
156
 
157
- Lorsqu'une équipe s'exécute en mode ralph (`omx team ralph ...`), le nettoyage à l'arrêt
158
- applique une politique dédiée qui diffère du chemin normal :
159
-
160
- | Comportement | Équipe normale | Équipe Ralph |
161
- |---|---|---|
162
- | Arrêt forcé en cas d'échec | Lance `shutdown_gate_blocked` | Contourne la porte, journalise l'événement `ralph_cleanup_policy` |
163
- | Suppression automatique des branches | Supprime les branches worktree lors du rollback | Préserve les branches (`skipBranchDeletion`) |
164
- | Journalisation de complétion | Événement standard `shutdown_gate` | Événement supplémentaire `ralph_cleanup_summary` avec détail des tâches |
165
-
166
- La politique ralph est auto-détectée depuis l'état du mode équipe (`linked_ralph`) ou
167
- peut être passée explicitement via `omx team shutdown <name> --ralph`.
157
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
158
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
168
159
 
169
160
  Sélection du CLI worker pour les workers d'équipe :
170
161
 
package/README.it.md CHANGED
@@ -152,19 +152,10 @@ omx team shutdown <team-name>
152
152
 
153
153
  Regola importante: non arrestare mentre i task sono ancora `in_progress`, a meno che non si stia abortendo.
154
154
 
155
- ### Policy di pulizia Ralph
155
+ ### Team shutdown policy
156
156
 
157
- Quando un team è in esecuzione in modalità ralph (`omx team ralph ...`), la pulizia allo shutdown
158
- applica una policy dedicata che differisce dal percorso normale:
159
-
160
- | Comportamento | Team normale | Team Ralph |
161
- |---|---|---|
162
- | Shutdown forzato in caso di errore | Lancia `shutdown_gate_blocked` | Aggira il gate, registra l'evento `ralph_cleanup_policy` |
163
- | Eliminazione automatica dei branch | Elimina i branch worktree durante il rollback | Preserva i branch (`skipBranchDeletion`) |
164
- | Logging di completamento | Evento standard `shutdown_gate` | Evento aggiuntivo `ralph_cleanup_summary` con dettaglio dei task |
165
-
166
- La policy ralph viene rilevata automaticamente dallo stato della modalità team (`linked_ralph`) o
167
- può essere passata esplicitamente tramite `omx team shutdown <name> --ralph`.
157
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
158
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
168
159
 
169
160
  Selezione CLI worker per i worker del team:
170
161
 
package/README.ja.md CHANGED
@@ -153,19 +153,10 @@ omx team shutdown <team-name>
153
153
 
154
154
  重要なルール:中断する場合を除き、タスクが`in_progress`状態の間はシャットダウンしないでください。
155
155
 
156
- ### Ralphクリーンアップポリシー
156
+ ### Team shutdown policy
157
157
 
158
- チームがralphモード(`omx team ralph ...`)で実行される場合、シャットダウンのクリーンアップは
159
- 通常のパスとは異なる専用ポリシーを適用します:
160
-
161
- | 動作 | 通常チーム | Ralphチーム |
162
- |---|---|---|
163
- | 失敗時の強制シャットダウン | `shutdown_gate_blocked`をスロー | ゲートをバイパスし、`ralph_cleanup_policy`イベントをログ |
164
- | 自動ブランチ削除 | ロールバック時にworktreeブランチを削除 | ブランチを保持(`skipBranchDeletion`) |
165
- | 完了ログ | 標準`shutdown_gate`イベント | タスク内訳付きの追加`ralph_cleanup_summary`イベント |
166
-
167
- Ralphポリシーはチームモード状態(`linked_ralph`)から自動検出されるか、
168
- `omx team shutdown <name> --ralph`で明示的に渡すことができます。
158
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
159
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
169
160
 
170
161
  チームワーカー用のWorker CLI選択:
171
162
 
package/README.ko.md CHANGED
@@ -153,19 +153,10 @@ omx team shutdown <team-name>
153
153
 
154
154
  중요 규칙: 중단하는 경우가 아니라면 작업이 `in_progress` 상태인 동안 종료하지 마세요.
155
155
 
156
- ### Ralph 정리 정책
156
+ ### Team shutdown policy
157
157
 
158
- 팀이 ralph 모드(`omx team ralph ...`)로 실행될 때, 종료 정리는
159
- 일반 경로와 다른 전용 정책을 적용합니다:
160
-
161
- | 동작 | 일반 팀 | Ralph 팀 |
162
- |---|---|---|
163
- | 실패 시 강제 종료 | `shutdown_gate_blocked` 발생 | 게이트를 우회하고 `ralph_cleanup_policy` 이벤트 기록 |
164
- | 자동 브랜치 삭제 | 롤백 시 worktree 브랜치 삭제 | 브랜치 보존 (`skipBranchDeletion`) |
165
- | 완료 로깅 | 표준 `shutdown_gate` 이벤트 | 작업 분석이 포함된 추가 `ralph_cleanup_summary` 이벤트 |
166
-
167
- Ralph 정책은 팀 모드 상태(`linked_ralph`)에서 자동 감지되거나
168
- `omx team shutdown <name> --ralph`로 명시적으로 전달할 수 있습니다.
158
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
159
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
169
160
 
170
161
  팀 워커를 위한 Worker CLI 선택:
171
162
 
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  <p align="center">
4
4
  <img src="https://yeachan-heo.github.io/oh-my-codex-website/omx-character-nobg.png" alt="oh-my-codex character" width="280">
5
5
  <br>
6
- <em>Make Codex easier to steer, reuse, and scale up.</em>
6
+ <em>Start Codex stronger, then let OMX add better prompts, workflows, and runtime help when the work grows.</em>
7
7
  </p>
8
8
 
9
9
  [![npm version](https://img.shields.io/npm/v/oh-my-codex)](https://www.npmjs.com/package/oh-my-codex)
@@ -14,161 +14,138 @@
14
14
  **Website:** https://yeachan-heo.github.io/oh-my-codex-website/
15
15
  **Docs:** [Getting Started](./docs/getting-started.html) · [Agents](./docs/agents.html) · [Skills](./docs/skills.html) · [Integrations](./docs/integrations.html) · [Demo](./DEMO.md) · [OpenClaw guide](./docs/openclaw-integration.md)
16
16
 
17
- OMX is an operational layer for [OpenAI Codex CLI](https://github.com/openai/codex).
17
+ OMX is a workflow layer for [OpenAI Codex CLI](https://github.com/openai/codex).
18
18
 
19
- It keeps Codex as the execution engine and adds:
20
- - installable **prompts** and **skills**
21
- - durable **team orchestration** for bigger tasks
22
- - operator commands like `setup`, `doctor`, `status`, and `cancel`
23
- - project/runtime state under `.omx/`
19
+ It keeps Codex as the execution engine and makes it easier to:
20
+ - start a stronger Codex session by default
21
+ - reuse good prompts with `/prompts:*`
22
+ - invoke workflows with skills like `$plan`, `$ralph`, and `$team`
23
+ - keep project guidance, plans, logs, and state in `.omx/`
24
24
 
25
- ## Who it is for
25
+ ## Recommended default flow
26
26
 
27
- Use OMX if you already like Codex and want one or more of these:
28
- - reusable agent prompts such as `/prompts:architect`
29
- - workflow shortcuts such as `$plan`, `$team`, and `$ralph`
30
- - a durable team runtime for bigger tasks
31
- - better visibility into long-running work
32
-
33
- If you just want plain Codex with no extra workflow layer, you probably do not need OMX.
34
-
35
- ## Quick start
36
-
37
- ### Requirements
38
-
39
- - Node.js 20+
40
- - Codex CLI installed: `npm install -g @openai/codex`
41
- - Codex auth configured
42
- - `tmux` if you want `omx team` on macOS/Linux
43
- - `psmux` if you want native Windows team mode
44
-
45
- ### Install
27
+ If you want the default OMX experience, start here:
46
28
 
47
29
  ```bash
48
30
  npm install -g @openai/codex oh-my-codex
49
31
  omx setup
50
- omx doctor
51
- ```
52
-
53
- ### Fastest useful example
54
-
55
- Launch Codex with OMX:
56
-
57
- ```bash
58
- omx
32
+ omx --madmax --high
59
33
  ```
60
34
 
61
- Then try one command inside Codex:
35
+ Then work normally inside Codex:
62
36
 
63
37
  ```text
64
38
  /prompts:architect "analyze the authentication flow"
39
+ $plan "ship this feature cleanly"
65
40
  ```
66
41
 
67
- That is the fastest way to feel what OMX changes: you get installable prompts, skills, and project guidance layered into a normal Codex session.
42
+ That is the main path.
43
+ Start OMX strongly, do the work in Codex, and let the agent pull in `$team` or other workflows only when the task actually needs them.
68
44
 
69
- ### First team run
45
+ ## What OMX is for
70
46
 
71
- If you want coordinated multi-agent execution:
47
+ Use OMX if you already like Codex and want a better day-to-day runtime around it:
48
+ - reusable role prompts such as `/prompts:architect` and `/prompts:executor`
49
+ - reusable workflows such as `$plan`, `$ralph`, `$team`, and `$deep-interview`
50
+ - project guidance through scoped `AGENTS.md`
51
+ - durable state under `.omx/` for plans, logs, memory, and mode tracking
72
52
 
73
- ```bash
74
- omx team 3:executor "fix the failing tests with verification"
75
- ```
53
+ If you want plain Codex with no extra workflow layer, you probably do not need OMX.
54
+
55
+ ## Quick start
56
+
57
+ ### Requirements
58
+
59
+ - Node.js 20+
60
+ - Codex CLI installed: `npm install -g @openai/codex`
61
+ - Codex auth configured
62
+ - `tmux` on macOS/Linux if you later want the durable team runtime
63
+ - `psmux` on native Windows if you later want Windows team mode
76
64
 
77
- Check on it later with:
65
+ ### A good first session
66
+
67
+ Launch OMX the recommended way:
78
68
 
79
69
  ```bash
80
- omx team status <team-name>
81
- omx team resume <team-name>
82
- omx team shutdown <team-name>
70
+ omx --madmax --high
83
71
  ```
84
72
 
85
- ## Core commands
73
+ Then try one prompt and one skill:
86
74
 
87
- ### In the terminal
75
+ ```text
76
+ /prompts:architect "analyze the authentication flow"
77
+ $plan "map the safest implementation path"
78
+ ```
88
79
 
89
- | Command | What it does |
90
- | --- | --- |
91
- | `omx` | Launch Codex with OMX wiring |
92
- | `omx setup` | Install prompts, skills, config, and AGENTS scaffolding |
93
- | `omx doctor` | Verify the install |
94
- | `omx team 3:executor "..."` | Start a coordinated tmux-based team |
95
- | `omx team status <team-name>` | Inspect a running team |
96
- | `omx status` | Show active OMX modes |
97
- | `omx cancel` | Cancel active modes |
98
- | `omx explore --prompt "..."` | Read-only repository exploration |
99
- | `omx sparkshell <command>` | Shell-native inspection helper |
100
- | `omx version` | Show version info |
101
-
102
- ### Inside Codex
103
-
104
- | Command | Use it for |
105
- | --- | --- |
106
- | `/prompts:architect "..."` | Analysis and boundary review |
107
- | `/prompts:executor "..."` | Focused implementation work |
108
- | `/skills` | Browse installed skills |
109
- | `$plan "..."` | Build a plan before implementation |
110
- | `$team 3:executor "..."` | Kick off coordinated team execution |
111
- | `$ralph "..."` | Run persistent sequential execution |
80
+ If the task grows, the agent can escalate to heavier workflows such as `$ralph` for persistent execution or `$team` for coordinated parallel work.
112
81
 
113
82
  ## A simple mental model
114
83
 
115
84
  OMX does **not** replace Codex.
116
85
 
117
- It adds a lightweight runtime around it:
86
+ It adds a better working layer around it:
118
87
  - **Codex** does the actual agent work
119
- - **OMX prompts and skills** make common roles and workflows reusable
120
- - **`omx team`** adds durable tmux/worktree orchestration for bigger jobs
121
- - **`.omx/`** stores runtime state, plans, logs, and memory
88
+ - **OMX prompts** make useful roles reusable
89
+ - **OMX skills** make common workflows reusable
90
+ - **`.omx/`** stores plans, logs, memory, and runtime state
91
+
92
+ Most users should think of OMX as **better prompting + better workflow + better runtime**, not as a command surface to operate manually all day.
122
93
 
123
94
  ## Start here if you are new
124
95
 
125
96
  1. Run `omx setup`
126
- 2. Run `omx`
127
- 3. Try `/prompts:architect "analyze <something>"`
128
- 4. Try `/skills`
129
- 5. When work gets bigger, use `$plan` or `omx team`
97
+ 2. Launch with `omx --madmax --high`
98
+ 3. Ask for analysis with `/prompts:architect "..."`
99
+ 4. Ask for planning with `$plan "..."`
100
+ 5. Let the agent decide when `$ralph`, `$team`, or another workflow is worth using
130
101
 
131
- ## Power-user notes
102
+ ## Common in-session surfaces
132
103
 
133
- ### Team Mode vs Ultrawork
134
-
135
- - **Team Mode** is the default for bigger, shared-context tasks. It gives you durable tmux/state/worktree orchestration.
136
- - **Ultrawork** is lighter parallel fanout for more independent subtasks.
104
+ | Surface | Use it for |
105
+ | --- | --- |
106
+ | `/prompts:architect "..."` | analysis, boundaries, tradeoffs |
107
+ | `/prompts:executor "..."` | focused implementation work |
108
+ | `/skills` | browsing installed skills |
109
+ | `$plan "..."` | planning before implementation |
110
+ | `$ralph "..."` | persistent sequential execution |
111
+ | `$team "..."` | coordinated parallel execution when the task is big enough |
137
112
 
138
- Short version: **Ultrawork is parallelism. Team Mode is orchestration.**
113
+ ## Advanced / operator surfaces
139
114
 
140
- ### `omx explore` vs `omx sparkshell`
115
+ These are useful, but they are not the main onboarding path.
141
116
 
142
- - Use **`omx explore`** for read-only repo lookup driven by a prompt.
143
- - Use **`omx sparkshell`** when you want direct shell-style inspection or tmux pane capture.
117
+ ### Team runtime
144
118
 
145
- Examples:
119
+ Use the team runtime when you specifically need durable tmux/worktree coordination, not as the default way to begin using OMX.
146
120
 
147
121
  ```bash
148
- omx explore --prompt "git log --oneline -10"
149
- omx sparkshell git status
150
- omx sparkshell --tmux-pane %12 --tail-lines 400
122
+ omx team 3:executor "fix the failing tests with verification"
123
+ omx team status <team-name>
124
+ omx team resume <team-name>
125
+ omx team shutdown <team-name>
151
126
  ```
152
127
 
153
- ### What `omx setup` writes
128
+ ### Setup, doctor, and HUD
154
129
 
155
- `omx setup` installs and updates the OMX surfaces Codex uses:
156
- - prompts under `~/.codex/prompts/`
157
- - skills under `~/.codex/skills/`
158
- - OMX config entries in Codex config
159
- - scope-aware `AGENTS.md` scaffolding
160
- - runtime state under `.omx/`
130
+ These are operator/support surfaces:
131
+ - `omx setup` installs prompts, skills, config, and AGENTS scaffolding
132
+ - `omx doctor` verifies the install when something seems wrong
133
+ - `omx hud --watch` is a monitoring/status surface, not the primary user workflow
161
134
 
162
- ### Model defaults
135
+ ### Explore and sparkshell
163
136
 
164
- OMX uses explicit default model lanes:
165
- - `OMX_DEFAULT_FRONTIER_MODEL`
166
- - `OMX_DEFAULT_STANDARD_MODEL`
167
- - `OMX_DEFAULT_SPARK_MODEL`
137
+ - `omx explore --prompt "..."` is for read-only repository lookup
138
+ - `omx sparkshell <command>` is for shell-native inspection and bounded verification
168
139
 
169
- You can override them in your shell env or in `~/.codex/.omx-config.json`.
140
+ Examples:
141
+
142
+ ```bash
143
+ omx explore --prompt "find where team state is written"
144
+ omx sparkshell git status
145
+ omx sparkshell --tmux-pane %12 --tail-lines 400
146
+ ```
170
147
 
171
- ## Platform notes
148
+ ### Platform notes for team mode
172
149
 
173
150
  `omx team` needs a tmux-compatible backend:
174
151
 
package/README.pt.md CHANGED
@@ -152,19 +152,10 @@ omx team shutdown <team-name>
152
152
 
153
153
  Regra importante: não encerre enquanto tarefas estiverem em estado `in_progress`, a menos que esteja abortando.
154
154
 
155
- ### Política de limpeza Ralph
155
+ ### Team shutdown policy
156
156
 
157
- Quando uma equipe roda em modo ralph (`omx team ralph ...`), a limpeza no encerramento
158
- aplica uma política dedicada diferente do caminho normal:
159
-
160
- | Comportamento | Equipe normal | Equipe Ralph |
161
- |---|---|---|
162
- | Encerramento forçado em caso de falha | Lança `shutdown_gate_blocked` | Ignora a porta, registra evento `ralph_cleanup_policy` |
163
- | Exclusão automática de branches | Exclui branches do worktree no rollback | Preserva branches (`skipBranchDeletion`) |
164
- | Log de conclusão | Evento padrão `shutdown_gate` | Evento adicional `ralph_cleanup_summary` com detalhamento de tarefas |
165
-
166
- A política Ralph é detectada automaticamente do estado do modo equipe (`linked_ralph`) ou
167
- pode ser passada explicitamente via `omx team shutdown <name> --ralph`.
157
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
158
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
168
159
 
169
160
  Seleção de Worker CLI para workers da equipe:
170
161
 
package/README.ru.md CHANGED
@@ -152,19 +152,10 @@ omx team shutdown <team-name>
152
152
 
153
153
  Важное правило: не завершайте работу, пока задачи находятся в состоянии `in_progress`, если только не прерываете выполнение.
154
154
 
155
- ### Политика очистки Ralph
155
+ ### Team shutdown policy
156
156
 
157
- Когда команда работает в режиме ralph (`omx team ralph ...`), очистка при завершении
158
- применяет специальную политику, отличающуюся от обычного пути:
159
-
160
- | Поведение | Обычная команда | Команда Ralph |
161
- |---|---|---|
162
- | Принудительное завершение при сбое | Выбрасывает `shutdown_gate_blocked` | Обходит шлюз, логирует событие `ralph_cleanup_policy` |
163
- | Автоматическое удаление веток | Удаляет ветки worktree при откате | Сохраняет ветки (`skipBranchDeletion`) |
164
- | Логирование завершения | Стандартное событие `shutdown_gate` | Дополнительное событие `ralph_cleanup_summary` с разбивкой задач |
165
-
166
- Политика Ralph автоматически определяется из состояния командного режима (`linked_ralph`) или
167
- может быть указана явно через `omx team shutdown <name> --ralph`.
157
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
158
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
168
159
 
169
160
  Выбор Worker CLI для рабочих команды:
170
161
 
package/README.tr.md CHANGED
@@ -152,19 +152,10 @@ omx team shutdown <team-name>
152
152
 
153
153
  Önemli kural: İptal etmiyorsanız, görevler hâlâ `in_progress` durumundayken kapatmayın.
154
154
 
155
- ### Ralph Temizlik Politikası
155
+ ### Team shutdown policy
156
156
 
157
- Bir takım ralph modunda çalıştığında (`omx team ralph ...`), kapatma temizliği
158
- normal yoldan farklı özel bir politika uygular:
159
-
160
- | Davranış | Normal takım | Ralph takımı |
161
- |---|---|---|
162
- | Başarısızlıkta zorla kapatma | `shutdown_gate_blocked` hatası verir | Kapıyı atlar, `ralph_cleanup_policy` olayını günlükler |
163
- | Otomatik dal silme | Geri almada worktree dallarını siler | Dalları korur (`skipBranchDeletion`) |
164
- | Tamamlanma günlükleme | Standart `shutdown_gate` olayı | Görev dökümü ile ek `ralph_cleanup_summary` olayı |
165
-
166
- Ralph politikası takım modu durumundan (`linked_ralph`) otomatik algılanır veya
167
- `omx team shutdown <name> --ralph` ile açıkça belirtilebilir.
157
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
158
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
168
159
 
169
160
  Takım çalışanları için Worker CLI seçimi:
170
161
 
package/README.vi.md CHANGED
@@ -153,19 +153,10 @@ omx team shutdown <team-name>
153
153
 
154
154
  Quy tắc quan trọng: không tắt khi các tác vụ vẫn đang ở trạng thái `in_progress` trừ khi đang hủy bỏ.
155
155
 
156
- ### Chính sách dọn dẹp Ralph
156
+ ### Team shutdown policy
157
157
 
158
- Khi đội chạy trong chế độ ralph (`omx team ralph ...`), việc dọn dẹp khi tắt
159
- áp dụng chính sách chuyên dụng khác với đường dẫn thông thường:
160
-
161
- | Hành vi | Đội thông thường | Đội Ralph |
162
- |---|---|---|
163
- | Tắt cưỡng bức khi lỗi | Ném `shutdown_gate_blocked` | Bỏ qua cổng, ghi nhật ký sự kiện `ralph_cleanup_policy` |
164
- | Xóa nhánh tự động | Xóa nhánh worktree khi rollback | Giữ lại nhánh (`skipBranchDeletion`) |
165
- | Ghi nhật ký hoàn thành | Sự kiện `shutdown_gate` tiêu chuẩn | Sự kiện `ralph_cleanup_summary` bổ sung với phân tích tác vụ |
166
-
167
- Chính sách Ralph được phát hiện tự động từ trạng thái chế độ đội (`linked_ralph`) hoặc
168
- có thể được truyền rõ ràng qua `omx team shutdown <name> --ralph`.
158
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
159
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
169
160
 
170
161
  Chọn Worker CLI cho worker của đội:
171
162
 
package/README.zh.md CHANGED
@@ -153,19 +153,10 @@ omx team shutdown <team-name>
153
153
 
154
154
  重要规则:除非中止,否则不要在任务仍处于 `in_progress` 状态时关闭。
155
155
 
156
- ### Ralph 清理策略
156
+ ### Team shutdown policy
157
157
 
158
- 当团队在 ralph 模式下运行时(`omx team ralph ...`),关闭清理
159
- 应用与常规路径不同的专用策略:
160
-
161
- | 行为 | 普通团队 | Ralph 团队 |
162
- |---|---|---|
163
- | 失败时强制关闭 | 抛出 `shutdown_gate_blocked` | 绕过闸门,记录 `ralph_cleanup_policy` 事件 |
164
- | 自动分支删除 | 回滚时删除 worktree 分支 | 保留分支 (`skipBranchDeletion`) |
165
- | 完成日志 | 标准 `shutdown_gate` 事件 | 附带任务分解的 `ralph_cleanup_summary` 事件 |
166
-
167
- Ralph 策略从团队模式状态(`linked_ralph`)自动检测,或
168
- 可通过 `omx team shutdown <name> --ralph` 显式传递。
158
+ Use `omx team shutdown <team-name>` after the team reaches a terminal state.
159
+ Team cleanup now follows one standalone path; there is no separate `omx team ralph ...` shutdown policy anymore.
169
160
 
170
161
  团队 worker 的 Worker CLI 选择:
171
162
 
@@ -41,6 +41,33 @@ describe("agents/native-config", () => {
41
41
  const tripleQuoteBlocks = toml.match(/"""/g) || [];
42
42
  assert.equal(tripleQuoteBlocks.length, 2, "only TOML delimiters should remain as raw triple quotes");
43
43
  });
44
+ it("applies exact-model mini guidance only for resolved gpt-5.4-mini", () => {
45
+ const agent = {
46
+ name: "executor",
47
+ description: "Code implementation",
48
+ reasoningEffort: "medium",
49
+ posture: "deep-worker",
50
+ modelClass: "standard",
51
+ routingRole: "executor",
52
+ tools: "execution",
53
+ category: "build",
54
+ };
55
+ const prompt = "Instruction line";
56
+ const exactMiniToml = generateAgentToml(agent, prompt, {
57
+ env: { OMX_DEFAULT_STANDARD_MODEL: "gpt-5.4-mini" },
58
+ });
59
+ const frontierToml = generateAgentToml(agent, prompt, {
60
+ env: { OMX_DEFAULT_STANDARD_MODEL: "gpt-5.4" },
61
+ });
62
+ const tunedToml = generateAgentToml(agent, prompt, {
63
+ env: { OMX_DEFAULT_STANDARD_MODEL: "gpt-5.4-mini-tuned" },
64
+ });
65
+ assert.match(exactMiniToml, /exact gpt-5\.4-mini model/);
66
+ assert.match(exactMiniToml, /strict execution order: inspect -> plan -> act -> verify/);
67
+ assert.match(exactMiniToml, /resolved_model: gpt-5\.4-mini/);
68
+ assert.doesNotMatch(frontierToml, /exact gpt-5\.4-mini model/);
69
+ assert.doesNotMatch(tunedToml, /exact gpt-5\.4-mini model/);
70
+ });
44
71
  it("installs only agents with prompt files and skips existing files without force", async () => {
45
72
  const root = await mkdtemp(join(tmpdir(), "omx-native-config-"));
46
73
  const promptsDir = join(root, "prompts");
@@ -1 +1 @@
1
- {"version":3,"file":"native-config.test.js","sourceRoot":"","sources":["../../../src/agents/__tests__/native-config.test.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"native-config.test.js","sourceRoot":"","sources":["../../../src/agents/__tests__/native-config.test.ts"],"names":[],"mappings":"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"}