oh-my-codex 0.11.11 → 0.11.12

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 (173) hide show
  1. package/Cargo.lock +5 -5
  2. package/Cargo.toml +1 -1
  3. package/README.de.md +12 -6
  4. package/README.el.md +223 -0
  5. package/README.es.md +12 -6
  6. package/README.fr.md +11 -5
  7. package/README.it.md +12 -6
  8. package/README.ja.md +12 -6
  9. package/README.ko.md +12 -6
  10. package/README.md +33 -28
  11. package/README.pl.md +216 -0
  12. package/README.pt.md +12 -6
  13. package/README.ru.md +12 -6
  14. package/README.tr.md +12 -6
  15. package/README.vi.md +12 -6
  16. package/README.zh-TW.md +14 -17
  17. package/README.zh.md +12 -6
  18. package/dist/autoresearch/contracts.d.ts.map +1 -1
  19. package/dist/autoresearch/contracts.js +1 -0
  20. package/dist/autoresearch/contracts.js.map +1 -1
  21. package/dist/autoresearch/runtime.d.ts.map +1 -1
  22. package/dist/autoresearch/runtime.js +7 -1
  23. package/dist/autoresearch/runtime.js.map +1 -1
  24. package/dist/cli/__tests__/agents.test.js +24 -1
  25. package/dist/cli/__tests__/agents.test.js.map +1 -1
  26. package/dist/cli/__tests__/doctor-warning-copy.test.js +33 -3
  27. package/dist/cli/__tests__/doctor-warning-copy.test.js.map +1 -1
  28. package/dist/cli/__tests__/index.test.js +7 -0
  29. package/dist/cli/__tests__/index.test.js.map +1 -1
  30. package/dist/cli/__tests__/setup-scope.test.js +1 -1
  31. package/dist/cli/__tests__/setup-scope.test.js.map +1 -1
  32. package/dist/cli/agents.d.ts.map +1 -1
  33. package/dist/cli/agents.js +9 -3
  34. package/dist/cli/agents.js.map +1 -1
  35. package/dist/cli/autoresearch-guided.d.ts.map +1 -1
  36. package/dist/cli/autoresearch-guided.js +9 -3
  37. package/dist/cli/autoresearch-guided.js.map +1 -1
  38. package/dist/cli/autoresearch.d.ts.map +1 -1
  39. package/dist/cli/autoresearch.js +8 -2
  40. package/dist/cli/autoresearch.js.map +1 -1
  41. package/dist/cli/cleanup.d.ts.map +1 -1
  42. package/dist/cli/cleanup.js +1 -0
  43. package/dist/cli/cleanup.js.map +1 -1
  44. package/dist/cli/doctor.js +7 -0
  45. package/dist/cli/doctor.js.map +1 -1
  46. package/dist/cli/index.d.ts +2 -1
  47. package/dist/cli/index.d.ts.map +1 -1
  48. package/dist/cli/index.js +11 -6
  49. package/dist/cli/index.js.map +1 -1
  50. package/dist/cli/setup.d.ts.map +1 -1
  51. package/dist/cli/setup.js +3 -1
  52. package/dist/cli/setup.js.map +1 -1
  53. package/dist/cli/star-prompt.d.ts.map +1 -1
  54. package/dist/cli/star-prompt.js +1 -0
  55. package/dist/cli/star-prompt.js.map +1 -1
  56. package/dist/cli/tmux-hook.d.ts.map +1 -1
  57. package/dist/cli/tmux-hook.js +4 -1
  58. package/dist/cli/tmux-hook.js.map +1 -1
  59. package/dist/compat/__tests__/rust-runtime-compat.test.js +84 -1
  60. package/dist/compat/__tests__/rust-runtime-compat.test.js.map +1 -1
  61. package/dist/hooks/__tests__/notify-fallback-watcher.test.js +55 -1
  62. package/dist/hooks/__tests__/notify-fallback-watcher.test.js.map +1 -1
  63. package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js +207 -2
  64. package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js.map +1 -1
  65. package/dist/hooks/__tests__/notify-hook-regression-205.test.js +4 -0
  66. package/dist/hooks/__tests__/notify-hook-regression-205.test.js.map +1 -1
  67. package/dist/hooks/__tests__/prompt-team-routing.test.js +34 -0
  68. package/dist/hooks/__tests__/prompt-team-routing.test.js.map +1 -1
  69. package/dist/hooks/__tests__/tmux-hook-engine.test.js +32 -1
  70. package/dist/hooks/__tests__/tmux-hook-engine.test.js.map +1 -1
  71. package/dist/hooks/code-simplifier/index.d.ts.map +1 -1
  72. package/dist/hooks/code-simplifier/index.js +1 -0
  73. package/dist/hooks/code-simplifier/index.js.map +1 -1
  74. package/dist/hooks/codebase-map.d.ts.map +1 -1
  75. package/dist/hooks/codebase-map.js +1 -0
  76. package/dist/hooks/codebase-map.js.map +1 -1
  77. package/dist/hooks/extensibility/sdk/tmux.d.ts.map +1 -1
  78. package/dist/hooks/extensibility/sdk/tmux.js +3 -1
  79. package/dist/hooks/extensibility/sdk/tmux.js.map +1 -1
  80. package/dist/hooks/prompt-guidance-contract.d.ts.map +1 -1
  81. package/dist/hooks/prompt-guidance-contract.js +6 -0
  82. package/dist/hooks/prompt-guidance-contract.js.map +1 -1
  83. package/dist/hud/authority.d.ts.map +1 -1
  84. package/dist/hud/authority.js +1 -0
  85. package/dist/hud/authority.js.map +1 -1
  86. package/dist/hud/state.d.ts.map +1 -1
  87. package/dist/hud/state.js +80 -1
  88. package/dist/hud/state.js.map +1 -1
  89. package/dist/notifications/tmux.d.ts.map +1 -1
  90. package/dist/notifications/tmux.js +4 -0
  91. package/dist/notifications/tmux.js.map +1 -1
  92. package/dist/runtime/bridge.d.ts +1 -0
  93. package/dist/runtime/bridge.d.ts.map +1 -1
  94. package/dist/runtime/bridge.js +12 -0
  95. package/dist/runtime/bridge.js.map +1 -1
  96. package/dist/scripts/notify-fallback-watcher.js +15 -3
  97. package/dist/scripts/notify-fallback-watcher.js.map +1 -1
  98. package/dist/scripts/notify-hook/auto-nudge.d.ts.map +1 -1
  99. package/dist/scripts/notify-hook/auto-nudge.js +154 -2
  100. package/dist/scripts/notify-hook/auto-nudge.js.map +1 -1
  101. package/dist/scripts/notify-hook/operational-events.d.ts.map +1 -1
  102. package/dist/scripts/notify-hook/operational-events.js +2 -0
  103. package/dist/scripts/notify-hook/operational-events.js.map +1 -1
  104. package/dist/scripts/notify-hook/team-dispatch.d.ts +1 -1
  105. package/dist/scripts/notify-hook/team-dispatch.d.ts.map +1 -1
  106. package/dist/scripts/notify-hook/team-dispatch.js +69 -19
  107. package/dist/scripts/notify-hook/team-dispatch.js.map +1 -1
  108. package/dist/scripts/run-provider-advisor.js +2 -0
  109. package/dist/scripts/run-provider-advisor.js.map +1 -1
  110. package/dist/scripts/run-test-files.d.ts +2 -0
  111. package/dist/scripts/run-test-files.d.ts.map +1 -0
  112. package/dist/scripts/run-test-files.js +41 -0
  113. package/dist/scripts/run-test-files.js.map +1 -0
  114. package/dist/scripts/tmux-hook-engine.d.ts +1 -0
  115. package/dist/scripts/tmux-hook-engine.d.ts.map +1 -1
  116. package/dist/scripts/tmux-hook-engine.js +12 -0
  117. package/dist/scripts/tmux-hook-engine.js.map +1 -1
  118. package/dist/team/__tests__/api-interop.test.js +40 -0
  119. package/dist/team/__tests__/api-interop.test.js.map +1 -1
  120. package/dist/team/__tests__/state.test.js +226 -0
  121. package/dist/team/__tests__/state.test.js.map +1 -1
  122. package/dist/team/__tests__/tmux-session.test.js +61 -0
  123. package/dist/team/__tests__/tmux-session.test.js.map +1 -1
  124. package/dist/team/api-interop.d.ts.map +1 -1
  125. package/dist/team/api-interop.js +7 -24
  126. package/dist/team/api-interop.js.map +1 -1
  127. package/dist/team/leader-activity.d.ts.map +1 -1
  128. package/dist/team/leader-activity.js +71 -1
  129. package/dist/team/leader-activity.js.map +1 -1
  130. package/dist/team/runtime.d.ts.map +1 -1
  131. package/dist/team/runtime.js +1 -108
  132. package/dist/team/runtime.js.map +1 -1
  133. package/dist/team/scaling.d.ts.map +1 -1
  134. package/dist/team/scaling.js +6 -2
  135. package/dist/team/scaling.js.map +1 -1
  136. package/dist/team/state/dispatch.d.ts +2 -0
  137. package/dist/team/state/dispatch.d.ts.map +1 -1
  138. package/dist/team/state/dispatch.js +86 -40
  139. package/dist/team/state/dispatch.js.map +1 -1
  140. package/dist/team/state/mailbox.d.ts +2 -0
  141. package/dist/team/state/mailbox.d.ts.map +1 -1
  142. package/dist/team/state/mailbox.js +44 -16
  143. package/dist/team/state/mailbox.js.map +1 -1
  144. package/dist/team/state.d.ts.map +1 -1
  145. package/dist/team/state.js +33 -2
  146. package/dist/team/state.js.map +1 -1
  147. package/dist/team/tmux-session.d.ts.map +1 -1
  148. package/dist/team/tmux-session.js +12 -2
  149. package/dist/team/tmux-session.js.map +1 -1
  150. package/dist/team/worker-bootstrap.d.ts.map +1 -1
  151. package/dist/team/worker-bootstrap.js +4 -0
  152. package/dist/team/worker-bootstrap.js.map +1 -1
  153. package/dist/team/worktree.d.ts.map +1 -1
  154. package/dist/team/worktree.js +9 -0
  155. package/dist/team/worktree.js.map +1 -1
  156. package/dist/utils/__tests__/paths.test.js +98 -11
  157. package/dist/utils/__tests__/paths.test.js.map +1 -1
  158. package/dist/utils/paths.d.ts +3 -0
  159. package/dist/utils/paths.d.ts.map +1 -1
  160. package/dist/utils/paths.js +14 -4
  161. package/dist/utils/paths.js.map +1 -1
  162. package/dist/utils/platform-command.d.ts.map +1 -1
  163. package/dist/utils/platform-command.js +3 -2
  164. package/dist/utils/platform-command.js.map +1 -1
  165. package/package.json +5 -1
  166. package/src/scripts/notify-fallback-watcher.ts +16 -4
  167. package/src/scripts/notify-hook/auto-nudge.ts +151 -2
  168. package/src/scripts/notify-hook/operational-events.ts +2 -0
  169. package/src/scripts/notify-hook/team-dispatch.ts +67 -18
  170. package/src/scripts/run-provider-advisor.ts +4 -2
  171. package/src/scripts/run-test-files.ts +48 -0
  172. package/src/scripts/tmux-hook-engine.ts +12 -0
  173. package/templates/AGENTS.md +51 -43
package/Cargo.lock CHANGED
@@ -32,11 +32,11 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
32
32
 
33
33
  [[package]]
34
34
  name = "omx-explore-harness"
35
- version = "0.11.11"
35
+ version = "0.11.12"
36
36
 
37
37
  [[package]]
38
38
  name = "omx-mux"
39
- version = "0.11.11"
39
+ version = "0.11.12"
40
40
  dependencies = [
41
41
  "serde",
42
42
  "serde_json",
@@ -44,7 +44,7 @@ dependencies = [
44
44
 
45
45
  [[package]]
46
46
  name = "omx-runtime"
47
- version = "0.11.11"
47
+ version = "0.11.12"
48
48
  dependencies = [
49
49
  "omx-mux",
50
50
  "omx-runtime-core",
@@ -53,7 +53,7 @@ dependencies = [
53
53
 
54
54
  [[package]]
55
55
  name = "omx-runtime-core"
56
- version = "0.11.11"
56
+ version = "0.11.12"
57
57
  dependencies = [
58
58
  "fs2",
59
59
  "serde",
@@ -62,7 +62,7 @@ dependencies = [
62
62
 
63
63
  [[package]]
64
64
  name = "omx-sparkshell"
65
- version = "0.11.11"
65
+ version = "0.11.12"
66
66
  dependencies = [
67
67
  "omx-mux",
68
68
  ]
package/Cargo.toml CHANGED
@@ -10,7 +10,7 @@ resolver = "2"
10
10
 
11
11
  [workspace.package]
12
12
 
13
- version = "0.11.11"
13
+ version = "0.11.12"
14
14
 
15
15
  edition = "2021"
16
16
  license = "MIT"
package/README.de.md CHANGED
@@ -30,10 +30,10 @@ Siehe auch die [Release Notes zu v0.9.0](./docs/release-notes-0.9.0.md) und den
30
30
  Innerhalb von Codex:
31
31
 
32
32
  ```text
33
- $architect "analyze current auth boundaries"
34
- $executor "implement input validation in login"
35
- $plan "ship OAuth callback safely"
36
- $team 3:executor "fix all TypeScript errors"
33
+ $deep-interview "clarify the auth change"
34
+ $ralplan "approve the auth plan and review tradeoffs"
35
+ $ralph "carry the approved plan to completion"
36
+ $team 3:executor "execute the approved plan in parallel"
37
37
  ```
38
38
 
39
39
  Vom Terminal:
@@ -44,6 +44,12 @@ omx team status <team-name>
44
44
  omx team shutdown <team-name>
45
45
  ```
46
46
 
47
+ ## Empfohlener Workflow
48
+
49
+ 1. `$deep-interview` — wenn Scope oder Grenzen noch unklar sind.
50
+ 2. `$ralplan` — um daraus einen abgestimmten Architektur- und Umsetzungsplan zu machen.
51
+ 3. `$team` oder `$ralph` — nutzen Sie `$team` für koordinierte parallele Ausführung oder `$ralph` für einen hartnäckigen Abschluss-/Verifikations-Loop mit einer verantwortlichen Instanz.
52
+
47
53
  ## Kernmodell
48
54
 
49
55
  OMX installiert und verbindet diese Schichten:
@@ -155,7 +161,7 @@ Wichtige Regel: Fahren Sie nicht herunter, während Aufgaben noch `in_progress`
155
161
  ### Team shutdown policy
156
162
 
157
163
  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.
164
+ Team cleanup now follows one standalone path; legacy linked-Ralph shutdown handling is no longer a separate public workflow.
159
165
 
160
166
  Worker-CLI-Auswahl für Team-Worker:
161
167
 
@@ -199,7 +205,7 @@ Hinweise:
199
205
 
200
206
  Beispiele:
201
207
  - Agenten: `architect`, `planner`, `executor`, `debugger`, `verifier`, `security-reviewer`
202
- - Skills: `autopilot`, `plan`, `team`, `ralph`, `ultrawork`, `cancel`
208
+ - Skills: `deep-interview`, `ralplan`, `team`, `ralph`, `plan`, `cancel`
203
209
 
204
210
  ## Projektstruktur
205
211
 
package/README.el.md ADDED
@@ -0,0 +1,223 @@
1
+ # oh-my-codex (OMX)
2
+
3
+ <p align="center">
4
+ <img src="https://yeachan-heo.github.io/oh-my-codex-website/omx-character-nobg.png" alt="oh-my-codex character" width="280">
5
+ <br>
6
+ <em>Ξεκινήστε το Codex πιο δυναμικά και αφήστε το OMX να προσθέσει καλύτερα prompts, workflows και runtime υποστήριξη όταν η δουλειά μεγαλώνει.</em>
7
+ </p>
8
+
9
+ [![npm version](https://img.shields.io/npm/v/oh-my-codex)](https://www.npmjs.com/package/oh-my-codex)
10
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
11
+ [![Node.js](https://img.shields.io/badge/node-%3E%3D20-brightgreen)](https://nodejs.org)
12
+ [![Discord](https://img.shields.io/discord/1452487457085063218?color=5865F2&logo=discord&logoColor=white&label=Discord)](https://discord.gg/PUwSMR9XNk)
13
+
14
+ **Ιστοσελίδα:** https://yeachan-heo.github.io/oh-my-codex-website/
15
+ **Τεκμηρίωση:** [Ξεκινώντας](./docs/getting-started.html) · [Agents](./docs/agents.html) · [Skills](./docs/skills.html) · [Ενσωματώσεις](./docs/integrations.html) · [Demo](./DEMO.md) · [Οδηγός OpenClaw](./docs/openclaw-integration.md)
16
+
17
+ Το OMX είναι ένα workflow layer για το [OpenAI Codex CLI](https://github.com/openai/codex).
18
+
19
+ Διατηρεί το Codex ως μηχανή εκτέλεσης και διευκολύνει τα εξής:
20
+ - να ξεκινάτε μια πιο δυναμική συνεδρία Codex από προεπιλογή
21
+ - να ακολουθείτε μία συνεπή ροή από διευκρίνιση μέχρι ολοκλήρωση
22
+ - να ενεργοποιείτε το βασικό μονοπάτι με `$deep-interview`, `$ralplan`, `$team` και `$ralph`
23
+ - να κρατάτε οδηγίες έργου, σχέδια, αρχεία καταγραφής και κατάσταση στον φάκελο `.omx/`
24
+
25
+ ## Προτεινόμενη προεπιλεγμένη ροή
26
+
27
+ Αν θέλετε την προεπιλεγμένη εμπειρία OMX, ξεκινήστε εδώ:
28
+
29
+ ```bash
30
+ npm install -g @openai/codex oh-my-codex
31
+ omx setup
32
+ omx --madmax --high
33
+ ```
34
+
35
+ Στη συνέχεια εργαστείτε κανονικά μέσα στο Codex:
36
+
37
+ ```text
38
+ $deep-interview "clarify the authentication change"
39
+ $ralplan "approve the auth plan and review tradeoffs"
40
+ $ralph "carry the approved plan to completion"
41
+ $team 3:executor "execute the approved plan in parallel"
42
+ ```
43
+
44
+ Αυτή είναι η βασική ροή.
45
+ Ξεκινήστε δυνατά, ξεκαθαρίστε πρώτα όταν χρειάζεται, εγκρίνετε το σχέδιο και μετά επιλέξτε `$team` για συντονισμένη παράλληλη εκτέλεση ή `$ralph` για επίμονο βρόχο ολοκλήρωσης.
46
+
47
+ ## Σε τι χρησιμεύει το OMX
48
+
49
+ Χρησιμοποιήστε το OMX αν σας αρέσει ήδη το Codex και θέλετε ένα καλύτερο καθημερινό περιβάλλον εργασίας γύρω του:
50
+ - μια τυπική ροή βασισμένη στα `$deep-interview`, `$ralplan`, `$team` και `$ralph`
51
+ - εξειδικευμένους ρόλους και βοηθητικά skills όταν πραγματικά χρειάζονται
52
+ - καθοδήγηση έργου μέσω scoped `AGENTS.md`
53
+ - επίμονη κατάσταση στον `.omx/` για σχέδια, αρχεία καταγραφής, μνήμη και παρακολούθηση λειτουργίας
54
+
55
+ Αν θέλετε απλό Codex χωρίς επιπλέον επίπεδο ροής εργασίας, πιθανότατα δεν χρειάζεστε το OMX.
56
+
57
+ ## Γρήγορη εκκίνηση
58
+
59
+ ### Απαιτήσεις
60
+
61
+ - Node.js 20+
62
+ - Εγκατεστημένο Codex CLI: `npm install -g @openai/codex`
63
+ - Ρυθμισμένη αυθεντικοποίηση Codex
64
+ - `tmux` σε macOS/Linux αν θέλετε αργότερα τον ανθεκτικό team runtime
65
+ - `psmux` σε native Windows αν θέλετε αργότερα τη λειτουργία team για Windows
66
+
67
+ ### Μια καλή πρώτη συνεδρία
68
+
69
+ Εκκινήστε το OMX με τον προτεινόμενο τρόπο:
70
+
71
+ ```bash
72
+ omx --madmax --high
73
+ ```
74
+
75
+ Στη συνέχεια δοκιμάστε την τυπική ροή:
76
+
77
+ ```text
78
+ $deep-interview "clarify the authentication change"
79
+ $ralplan "approve the safest implementation path"
80
+ $ralph "carry the approved plan to completion"
81
+ $team 3:executor "execute the approved plan in parallel"
82
+ ```
83
+
84
+ Χρησιμοποιήστε `$team` όταν το εγκεκριμένο σχέδιο χρειάζεται συντονισμένη παράλληλη εργασία ή `$ralph` όταν ένας επίμονος υπεύθυνος πρέπει να το φέρει μέχρι τέλους.
85
+
86
+ ## Ένα απλό νοητικό μοντέλο
87
+
88
+ Το OMX **δεν** αντικαθιστά το Codex.
89
+
90
+ Προσθέτει ένα καλύτερο workflow layer γύρω του:
91
+ - **Codex** κάνει την πραγματική δουλειά του agent
92
+ - **Keywords ρόλων OMX** κάνουν τους χρήσιμους ρόλους επαναχρησιμοποιήσιμους
93
+ - **Skills OMX** κάνουν τα συνηθισμένα workflows επαναχρησιμοποιήσιμα
94
+ - **`.omx/`** αποθηκεύει σχέδια, αρχεία καταγραφής, μνήμη και κατάσταση εκτέλεσης
95
+
96
+ Οι περισσότεροι χρήστες καλό είναι να βλέπουν το OMX ως **καλύτερη δρομολόγηση εργασιών + καλύτερο workflow + καλύτερο runtime**, όχι ως ένα σύνολο εντολών για χειροκίνητη χρήση όλη μέρα.
97
+
98
+ ## Ξεκινήστε εδώ αν είστε νέοι
99
+
100
+ 1. Εκτελέστε `omx setup`
101
+ 2. Εκκινήστε με `omx --madmax --high`
102
+ 3. Χρησιμοποιήστε `$deep-interview "..."` όταν το αίτημα ή τα όρια είναι ακόμη ασαφή
103
+ 4. Χρησιμοποιήστε `$ralplan "..."` για να εγκρίνετε το σχέδιο και τους συμβιβασμούς
104
+ 5. Επιλέξτε `$team` για συντονισμένη παράλληλη εκτέλεση ή `$ralph` για επίμονο βρόχο ολοκλήρωσης
105
+
106
+ ## Συνήθη surfaces μέσα στη συνεδρία
107
+
108
+ | Λειτουργία | Χρήση |
109
+ | --- | --- |
110
+ | `$deep-interview "..."` | αποσαφήνιση πρόθεσης, ορίων και μη-στόχων |
111
+ | `$ralplan "..."` | έγκριση σχεδίου υλοποίησης και συμβιβασμών |
112
+ | `$ralph "..."` | επίμονος βρόχος ολοκλήρωσης και επαλήθευσης |
113
+ | `$team "..."` | συντονισμένη παράλληλη εκτέλεση όταν η εργασία είναι αρκετά μεγάλη |
114
+ | `/skills` | περιήγηση στα διαθέσιμα skills και βοηθητικά εργαλεία |
115
+
116
+ Χρησιμοποιήστε `$deep-interview` όταν το αίτημα είναι ακόμη ασαφές, τα όρια δεν είναι ξεκάθαρα ή θέλετε το OMX να πιέσει μέχρι να ξεκαθαρίσει πρόθεση, μη-στόχους και όρια αποφάσεων πριν περάσει στο `$ralplan` και έπειτα στο `$team` ή στο `$ralph`.
117
+
118
+ Τυπικές περιπτώσεις:
119
+ - ασαφείς greenfield ιδέες που χρειάζονται πιο καθαρή πρόθεση και εύρος
120
+ - brownfield αλλαγές όπου το OMX πρέπει πρώτα να εξετάσει το repo και μετά να κάνει στοχευμένες ερωτήσεις επιβεβαίωσης
121
+ - αιτήματα όπου θέλετε έναν βρόχο διευκρίνισης μία-ερώτηση-τη-φορά αντί για άμεσο σχεδιασμό ή υλοποίηση
122
+
123
+ ## Προχωρημένες λειτουργίες / για διαχειριστές
124
+
125
+ Αυτά είναι χρήσιμα, αλλά δεν είναι ο βασικός τρόπος για να ξεκινήσετε.
126
+
127
+ ### Team runtime
128
+
129
+ Χρησιμοποιήστε τον team runtime όταν χρειάζεστε ειδικά ανθεκτικό συντονισμό tmux/worktree, όχι ως τον προεπιλεγμένο τρόπο για να ξεκινήσετε με το OMX.
130
+
131
+ ```bash
132
+ omx team 3:executor "fix the failing tests with verification"
133
+ omx team status <team-name>
134
+ omx team resume <team-name>
135
+ omx team shutdown <team-name>
136
+ ```
137
+
138
+ ### Setup, doctor και HUD
139
+
140
+ Αυτές είναι λειτουργίες διαχείρισης/υποστήριξης:
141
+ - `omx setup` εγκαθιστά prompts, skills, ρυθμίσεις και scaffolding AGENTS
142
+ - `omx doctor` επαληθεύει την εγκατάσταση όταν κάτι φαίνεται λάθος
143
+ - `omx hud --watch` είναι λειτουργία παρακολούθησης/κατάστασης, όχι η κύρια ροή εργασίας του χρήστη
144
+
145
+ ### Explore και sparkshell
146
+
147
+ - `omx explore --prompt "..."` είναι για αναζήτηση μόνο ανάγνωσης στο repository
148
+ - `omx sparkshell <command>` είναι για επιθεώρηση απευθείας από το shell και στοχευμένη επαλήθευση
149
+
150
+ Παραδείγματα:
151
+
152
+ ```bash
153
+ omx explore --prompt "find where team state is written"
154
+ omx sparkshell git status
155
+ omx sparkshell --tmux-pane %12 --tail-lines 400
156
+ ```
157
+
158
+ ### Σημειώσεις πλατφόρμας για τη λειτουργία team
159
+
160
+ Η `omx team` χρειάζεται ένα tmux-συμβατό backend:
161
+
162
+ | Πλατφόρμα | Εγκατάσταση |
163
+ | --- | --- |
164
+ | macOS | `brew install tmux` |
165
+ | Ubuntu/Debian | `sudo apt install tmux` |
166
+ | Fedora | `sudo dnf install tmux` |
167
+ | Arch | `sudo pacman -S tmux` |
168
+ | Windows | `winget install psmux` |
169
+ | Windows (WSL2) | `sudo apt install tmux` |
170
+
171
+ ## Γνωστά ζητήματα
172
+
173
+ ### Mac με Intel: υψηλή χρήση CPU `syspolicyd` / `trustd` κατά την εκκίνηση
174
+
175
+ Σε ορισμένα Mac με Intel, η εκκίνηση του OMX, ειδικά με `--madmax --high`, μπορεί να αυξήσει απότομα τη χρήση CPU των `syspolicyd` / `trustd` ενώ το macOS Gatekeeper επαληθεύει πολλές ταυτόχρονες εκκινήσεις διεργασιών.
176
+
177
+ Αν συμβεί αυτό, δοκιμάστε:
178
+ - `xattr -dr com.apple.quarantine $(which omx)`
179
+ - προσθέστε την εφαρμογή τερματικού σας στη λίστα επιτρεπόμενων Developer Tools στις ρυθμίσεις Ασφάλειας του macOS
180
+ - χρησιμοποιήστε χαμηλότερο επίπεδο ταυτόχρονων εκτελέσεων (για παράδειγμα, αποφύγετε `--madmax --high`)
181
+
182
+ ## Τεκμηρίωση
183
+
184
+ - [Ξεκινώντας](./docs/getting-started.html)
185
+ - [Οδηγός Demo](./DEMO.md)
186
+ - [Κατάλογος Agents](./docs/agents.html)
187
+ - [Αναφορά Skills](./docs/skills.html)
188
+ - [Ενσωματώσεις](./docs/integrations.html)
189
+ - [Οδηγός OpenClaw / notification gateway](./docs/openclaw-integration.md)
190
+ - [Συνεισφορά](./CONTRIBUTING.md)
191
+ - [Αρχείο αλλαγών](./CHANGELOG.md)
192
+
193
+ ## Γλώσσες
194
+
195
+ - [English](./README.md)
196
+ - [한국어](./README.ko.md)
197
+ - [日本語](./README.ja.md)
198
+ - [简体中文](./README.zh.md)
199
+ - [繁體中文](./README.zh-TW.md)
200
+ - [Tiếng Việt](./README.vi.md)
201
+ - [Español](./README.es.md)
202
+ - [Português](./README.pt.md)
203
+ - [Русский](./README.ru.md)
204
+ - [Türkçe](./README.tr.md)
205
+ - [Deutsch](./README.de.md)
206
+ - [Français](./README.fr.md)
207
+ - [Italiano](./README.it.md)
208
+ - [Ελληνικά](./README.el.md)
209
+
210
+ ## Συνεισφέροντες
211
+
212
+ | Ρόλος | Όνομα | GitHub |
213
+ | --- | --- | --- |
214
+ | Δημιουργός & Επικεφαλής | Yeachan Heo | [@Yeachan-Heo](https://github.com/Yeachan-Heo) |
215
+ | Συντηρητής | HaD0Yun | [@HaD0Yun](https://github.com/HaD0Yun) |
216
+
217
+ ## Ιστορικό Αστεριών
218
+
219
+ [![Star History Chart](https://api.star-history.com/svg?repos=Yeachan-Heo/oh-my-codex&type=date&legend=top-left)](https://www.star-history.com/#Yeachan-Heo/oh-my-codex&type=date&legend=top-left)
220
+
221
+ ## Άδεια
222
+
223
+ MIT
package/README.es.md CHANGED
@@ -30,10 +30,10 @@ Consulta también las [notas de lanzamiento v0.9.0](./docs/release-notes-0.9.0.m
30
30
  Dentro de Codex:
31
31
 
32
32
  ```text
33
- /prompts:architect "analyze current auth boundaries"
34
- /prompts:executor "implement input validation in login"
35
- $plan "ship OAuth callback safely"
36
- $team 3:executor "fix all TypeScript errors"
33
+ $deep-interview "clarify the auth change"
34
+ $ralplan "approve the auth plan and review tradeoffs"
35
+ $ralph "carry the approved plan to completion"
36
+ $team 3:executor "execute the approved plan in parallel"
37
37
  ```
38
38
 
39
39
  Desde la terminal:
@@ -44,6 +44,12 @@ omx team status <team-name>
44
44
  omx team shutdown <team-name>
45
45
  ```
46
46
 
47
+ ## Flujo recomendado
48
+
49
+ 1. `$deep-interview` — cuando el alcance o los límites aún no están claros.
50
+ 2. `$ralplan` — para convertir ese alcance aclarado en un plan acordado de arquitectura e implementación.
51
+ 3. `$team` o `$ralph` — usa `$team` para ejecución paralela coordinada, o `$ralph` para un bucle persistente de finalización/verificación con un solo responsable.
52
+
47
53
  ## Modelo central
48
54
 
49
55
  OMX instala y conecta estas capas:
@@ -155,7 +161,7 @@ Regla importante: no apagues mientras las tareas estén en estado `in_progress`
155
161
  ### Team shutdown policy
156
162
 
157
163
  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.
164
+ Team cleanup now follows one standalone path; legacy linked-Ralph shutdown handling is no longer a separate public workflow.
159
165
 
160
166
  Selección de Worker CLI para los workers del equipo:
161
167
 
@@ -199,7 +205,7 @@ Notas:
199
205
 
200
206
  Ejemplos:
201
207
  - Agentes: `architect`, `planner`, `executor`, `debugger`, `verifier`, `security-reviewer`
202
- - Skills: `autopilot`, `plan`, `team`, `ralph`, `ultrawork`, `cancel`
208
+ - Skills: `deep-interview`, `ralplan`, `team`, `ralph`, `plan`, `cancel`
203
209
 
204
210
  ## Estructura del proyecto
205
211
 
package/README.fr.md CHANGED
@@ -30,10 +30,10 @@ Voir aussi les [notes de version v0.9.0](./docs/release-notes-0.9.0.md) et le [c
30
30
  Dans Codex :
31
31
 
32
32
  ```text
33
- /prompts:architect "analyze current auth boundaries"
34
- /prompts:executor "implement input validation in login"
35
- $plan "ship OAuth callback safely"
36
- $team 3:executor "fix all TypeScript errors"
33
+ $deep-interview "clarify the auth change"
34
+ $ralplan "approve the auth plan and review tradeoffs"
35
+ $ralph "carry the approved plan to completion"
36
+ $team 3:executor "execute the approved plan in parallel"
37
37
  ```
38
38
 
39
39
  Depuis le terminal :
@@ -44,6 +44,12 @@ omx team status <team-name>
44
44
  omx team shutdown <team-name>
45
45
  ```
46
46
 
47
+ ## Flux recommandé
48
+
49
+ 1. `$deep-interview` — quand le périmètre ou les limites restent flous.
50
+ 2. `$ralplan` — pour transformer ce périmètre clarifié en plan validé d’architecture et d’implémentation.
51
+ 3. `$team` ou `$ralph` — utilisez `$team` pour une exécution parallèle coordonnée, ou `$ralph` pour une boucle persistante de finalisation/vérification avec un seul responsable.
52
+
47
53
  ## Modèle de base
48
54
 
49
55
  OMX installe et connecte ces couches :
@@ -155,7 +161,7 @@ Règle importante : n'arrêtez pas tant que des tâches sont encore `in_progress
155
161
  ### Team shutdown policy
156
162
 
157
163
  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.
164
+ Team cleanup now follows one standalone path; legacy linked-Ralph shutdown handling is no longer a separate public workflow.
159
165
 
160
166
  Sélection du CLI worker pour les workers d'équipe :
161
167
 
package/README.it.md CHANGED
@@ -30,10 +30,10 @@ Vedi anche le [note di rilascio v0.9.0](./docs/release-notes-0.9.0.md) e il [tes
30
30
  All'interno di Codex:
31
31
 
32
32
  ```text
33
- /prompts:architect "analyze current auth boundaries"
34
- /prompts:executor "implement input validation in login"
35
- $plan "ship OAuth callback safely"
36
- $team 3:executor "fix all TypeScript errors"
33
+ $deep-interview "clarify the auth change"
34
+ $ralplan "approve the auth plan and review tradeoffs"
35
+ $ralph "carry the approved plan to completion"
36
+ $team 3:executor "execute the approved plan in parallel"
37
37
  ```
38
38
 
39
39
  Dal terminale:
@@ -44,6 +44,12 @@ omx team status <team-name>
44
44
  omx team shutdown <team-name>
45
45
  ```
46
46
 
47
+ ## Flusso consigliato
48
+
49
+ 1. `$deep-interview` — quando ambito o confini non sono ancora chiari.
50
+ 2. `$ralplan` — per trasformare l’ambito chiarito in un piano approvato di architettura e implementazione.
51
+ 3. `$team` o `$ralph` — usa `$team` per l’esecuzione parallela coordinata, oppure `$ralph` per un loop persistente di completamento/verifica con un solo responsabile.
52
+
47
53
  ## Modello di base
48
54
 
49
55
  OMX installa e collega questi livelli:
@@ -155,7 +161,7 @@ Regola importante: non arrestare mentre i task sono ancora `in_progress`, a meno
155
161
  ### Team shutdown policy
156
162
 
157
163
  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.
164
+ Team cleanup now follows one standalone path; legacy linked-Ralph shutdown handling is no longer a separate public workflow.
159
165
 
160
166
  Selezione CLI worker per i worker del team:
161
167
 
@@ -199,7 +205,7 @@ Note:
199
205
 
200
206
  Esempi:
201
207
  - Agenti: `architect`, `planner`, `executor`, `debugger`, `verifier`, `security-reviewer`
202
- - Skill: `autopilot`, `plan`, `team`, `ralph`, `ultrawork`, `cancel`
208
+ - Skill: `deep-interview`, `ralplan`, `team`, `ralph`, `plan`, `cancel`
203
209
 
204
210
  ## Struttura del progetto
205
211
 
package/README.ja.md CHANGED
@@ -31,10 +31,10 @@ Spark Initiative は、OMX のネイティブ探索・検査経路を強化す
31
31
  Codex内部で:
32
32
 
33
33
  ```text
34
- $architect "analyze current auth boundaries"
35
- $executor "implement input validation in login"
36
- $plan "ship OAuth callback safely"
37
- $team 3:executor "fix all TypeScript errors"
34
+ $deep-interview "clarify the auth change"
35
+ $ralplan "approve the auth plan and review tradeoffs"
36
+ $ralph "carry the approved plan to completion"
37
+ $team 3:executor "execute the approved plan in parallel"
38
38
  ```
39
39
 
40
40
  ターミナルから:
@@ -45,6 +45,12 @@ omx team status <team-name>
45
45
  omx team shutdown <team-name>
46
46
  ```
47
47
 
48
+ ## 推奨ワークフロー
49
+
50
+ 1. `$deep-interview` — スコープや境界がまだ曖昧なときに明確化するために使います。
51
+ 2. `$ralplan` — 明確になった内容を、承認可能なアーキテクチャ/実装計画に落とし込みます。
52
+ 3. `$team` または `$ralph` — 承認済みプランを並列で進めるなら `$team`、1 人の担当者が完了と検証まで粘り強く進めるなら `$ralph` を使います。
53
+
48
54
  ## コアモデル
49
55
 
50
56
  OMXは以下のレイヤーをインストールして接続します:
@@ -156,7 +162,7 @@ omx team shutdown <team-name>
156
162
  ### Team shutdown policy
157
163
 
158
164
  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.
165
+ Team cleanup now follows one standalone path; legacy linked-Ralph shutdown handling is no longer a separate public workflow.
160
166
 
161
167
  チームワーカー用のWorker CLI選択:
162
168
 
@@ -200,7 +206,7 @@ OMX_TEAM_AUTO_INTERRUPT_RETRY=0 # オプション:適応型queue->resendフ
200
206
 
201
207
  例:
202
208
  - エージェント:`architect`、`planner`、`executor`、`debugger`、`verifier`、`security-reviewer`
203
- - スキル:`autopilot`、`plan`、`team`、`ralph`、`ultrawork`、`cancel`
209
+ - スキル:`deep-interview`、`ralplan`、`team`、`ralph`、`plan`、`cancel`
204
210
 
205
211
  ## プロジェクト構成
206
212
 
package/README.ko.md CHANGED
@@ -31,10 +31,10 @@ Spark Initiative는 OMX의 네이티브 탐색/검사 경로를 강화한 릴리
31
31
  Codex 내부에서:
32
32
 
33
33
  ```text
34
- $architect "analyze current auth boundaries"
35
- $executor "implement input validation in login"
36
- $plan "ship OAuth callback safely"
37
- $team 3:executor "fix all TypeScript errors"
34
+ $deep-interview "clarify the auth change"
35
+ $ralplan "approve the auth plan and review tradeoffs"
36
+ $ralph "carry the approved plan to completion"
37
+ $team 3:executor "execute the approved plan in parallel"
38
38
  ```
39
39
 
40
40
  터미널에서:
@@ -45,6 +45,12 @@ omx team status <team-name>
45
45
  omx team shutdown <team-name>
46
46
  ```
47
47
 
48
+ ## 권장 워크플로
49
+
50
+ 1. `$deep-interview` — 범위나 경계가 아직 모호할 때 먼저 명확히 합니다.
51
+ 2. `$ralplan` — 정리된 범위를 승인 가능한 아키텍처 및 구현 계획으로 바꿉니다.
52
+ 3. `$team` 또는 `$ralph` — 승인된 계획을 병렬로 조율해 실행하려면 `$team`, 한 명의 책임자가 끝까지 밀고 검증하려면 `$ralph`를 사용합니다.
53
+
48
54
  ## 핵심 모델
49
55
 
50
56
  OMX는 다음 레이어를 설치하고 연결합니다:
@@ -156,7 +162,7 @@ omx team shutdown <team-name>
156
162
  ### Team shutdown policy
157
163
 
158
164
  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.
165
+ Team cleanup now follows one standalone path; legacy linked-Ralph shutdown handling is no longer a separate public workflow.
160
166
 
161
167
  팀 워커를 위한 Worker CLI 선택:
162
168
 
@@ -200,7 +206,7 @@ OMX_TEAM_AUTO_INTERRUPT_RETRY=0 # 선택: 적응형 queue->resend 폴백 비활
200
206
 
201
207
  예시:
202
208
  - 에이전트: `architect`, `planner`, `executor`, `debugger`, `verifier`, `security-reviewer`
203
- - 스킬: `autopilot`, `plan`, `team`, `ralph`, `ultrawork`, `cancel`
209
+ - 스킬: `deep-interview`, `ralplan`, `team`, `ralph`, `plan`, `cancel`
204
210
 
205
211
  ## 프로젝트 구조
206
212
 
package/README.md CHANGED
@@ -18,8 +18,8 @@ OMX is a workflow layer for [OpenAI Codex CLI](https://github.com/openai/codex).
18
18
 
19
19
  It keeps Codex as the execution engine and makes it easier to:
20
20
  - start a stronger Codex session by default
21
- - reuse good role/task invocations with `$name` keywords
22
- - invoke workflows with skills like `$plan`, `$ralph`, and `$team`
21
+ - run one consistent workflow from clarification to completion
22
+ - invoke the canonical skills with `$deep-interview`, `$ralplan`, `$team`, and `$ralph`
23
23
  - keep project guidance, plans, logs, and state in `.omx/`
24
24
 
25
25
  ## Recommended default flow
@@ -35,18 +35,20 @@ omx --madmax --high
35
35
  Then work normally inside Codex:
36
36
 
37
37
  ```text
38
- $architect "analyze the authentication flow"
39
- $plan "ship this feature cleanly"
38
+ $deep-interview "clarify the authentication change"
39
+ $ralplan "approve the auth plan and review tradeoffs"
40
+ $ralph "carry the approved plan to completion"
41
+ $team 3:executor "execute the approved plan in parallel"
40
42
  ```
41
43
 
42
44
  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.
45
+ Start OMX strongly, clarify first when needed, approve the plan, then choose `$team` for coordinated parallel execution or `$ralph` for the persistent completion loop.
44
46
 
45
47
  ## What OMX is for
46
48
 
47
49
  Use OMX if you already like Codex and want a better day-to-day runtime around it:
48
- - reusable role/task invocations such as `$architect` and `$executor`
49
- - reusable workflows such as `$plan`, `$ralph`, `$team`, and `$deep-interview`
50
+ - a standard workflow built around `$deep-interview`, `$ralplan`, `$team`, and `$ralph`
51
+ - specialist roles and supporting skills when the task needs them
50
52
  - project guidance through scoped `AGENTS.md`
51
53
  - durable state under `.omx/` for plans, logs, memory, and mode tracking
52
54
 
@@ -70,14 +72,16 @@ Launch OMX the recommended way:
70
72
  omx --madmax --high
71
73
  ```
72
74
 
73
- Then try one role keyword and one workflow skill:
75
+ Then try the canonical workflow:
74
76
 
75
77
  ```text
76
- $architect "analyze the authentication flow"
77
- $plan "map the safest implementation path"
78
+ $deep-interview "clarify the authentication change"
79
+ $ralplan "approve the safest implementation path"
80
+ $ralph "carry the approved plan to completion"
81
+ $team 3:executor "execute the approved plan in parallel"
78
82
  ```
79
83
 
80
- If the task grows, the agent can escalate to heavier workflows such as `$ralph` for persistent execution or `$team` for coordinated parallel work.
84
+ Use `$team` when the approved plan needs coordinated parallel work, or `$ralph` when one persistent owner should keep pushing to completion.
81
85
 
82
86
  ## A simple mental model
83
87
 
@@ -95,27 +99,26 @@ Most users should think of OMX as **better task routing + better workflow + bett
95
99
 
96
100
  1. Run `omx setup`
97
101
  2. Launch with `omx --madmax --high`
98
- 3. Ask for analysis with `$architect "..."`
99
- 4. Ask for planning with `$plan "..."`
100
- 5. Let the agent decide when `$ralph`, `$team`, or another workflow is worth using
102
+ 3. Use `$deep-interview "..."` when the request or boundaries are still unclear
103
+ 4. Use `$ralplan "..."` to approve the plan and review tradeoffs
104
+ 5. Choose `$team` for coordinated parallel execution or `$ralph` for persistent completion loops
105
+
106
+ ## Recommended workflow
107
+
108
+ 1. `$deep-interview` — clarify scope when the request or boundaries are still vague.
109
+ 2. `$ralplan` — turn that clarified scope into an approved architecture and implementation plan.
110
+ 3. `$team` or `$ralph` — use `$team` for coordinated parallel execution, or `$ralph` when you want a persistent completion loop with one owner.
101
111
 
102
112
  ## Common in-session surfaces
103
113
 
104
114
  | Surface | Use it for |
105
115
  | --- | --- |
106
- | `$architect "..."` | analysis, boundaries, tradeoffs |
107
- | `$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 |
112
-
113
- Use `$deep-interview` when the request is still vague, the boundaries are unclear, or you want OMX to keep pressing on intent, non-goals, and decision boundaries before it hands work off to `$plan`, `$ralph`, `$team`, or `$autopilot`.
114
-
115
- Typical cases:
116
- - vague greenfield ideas that still need sharper intent and scope
117
- - brownfield changes where OMX should inspect the repo first, then ask cited confirmation questions
118
- - requests where you want a one-question-at-a-time clarification loop instead of immediate planning or implementation
116
+ | `$deep-interview "..."` | clarifying intent, boundaries, and non-goals |
117
+ | `$ralplan "..."` | approving the implementation plan and tradeoffs |
118
+ | `$ralph "..."` | persistent completion and verification loops |
119
+ | `$team "..."` | coordinated parallel execution when the work is big enough |
120
+ | `/skills` | browsing installed skills and supporting helpers |
121
+
119
122
  ## Advanced / operator surfaces
120
123
 
121
124
  These are useful, but they are not the main onboarding path.
@@ -201,6 +204,8 @@ If this happens, try:
201
204
  - [Deutsch](./README.de.md)
202
205
  - [Français](./README.fr.md)
203
206
  - [Italiano](./README.it.md)
207
+ - [Ελληνικά](./README.el.md)
208
+ - [Polski](./README.pl.md)
204
209
 
205
210
  ## Contributors
206
211
 
@@ -215,4 +220,4 @@ If this happens, try:
215
220
 
216
221
  ## License
217
222
 
218
- MIT
223
+ MIT