oh-my-codex 0.11.11 → 0.11.13

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 (342) 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 +56 -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 +148 -183
  16. package/README.zh-TW.md +14 -17
  17. package/README.zh.md +12 -6
  18. package/crates/omx-runtime-core/src/engine.rs +122 -4
  19. package/crates/omx-runtime-core/src/lib.rs +17 -0
  20. package/dist/autoresearch/contracts.d.ts.map +1 -1
  21. package/dist/autoresearch/contracts.js +1 -0
  22. package/dist/autoresearch/contracts.js.map +1 -1
  23. package/dist/autoresearch/runtime.d.ts.map +1 -1
  24. package/dist/autoresearch/runtime.js +7 -1
  25. package/dist/autoresearch/runtime.js.map +1 -1
  26. package/dist/cli/__tests__/agents.test.js +24 -1
  27. package/dist/cli/__tests__/agents.test.js.map +1 -1
  28. package/dist/cli/__tests__/autoresearch.test.js +11 -0
  29. package/dist/cli/__tests__/autoresearch.test.js.map +1 -1
  30. package/dist/cli/__tests__/cleanup.test.js +117 -4
  31. package/dist/cli/__tests__/cleanup.test.js.map +1 -1
  32. package/dist/cli/__tests__/doctor-warning-copy.test.js +33 -3
  33. package/dist/cli/__tests__/doctor-warning-copy.test.js.map +1 -1
  34. package/dist/cli/__tests__/error-handling-warnings.test.js +13 -0
  35. package/dist/cli/__tests__/error-handling-warnings.test.js.map +1 -1
  36. package/dist/cli/__tests__/exec.test.js +6 -0
  37. package/dist/cli/__tests__/exec.test.js.map +1 -1
  38. package/dist/cli/__tests__/index.test.js +101 -1
  39. package/dist/cli/__tests__/index.test.js.map +1 -1
  40. package/dist/cli/__tests__/launch-fallback.test.js +3 -0
  41. package/dist/cli/__tests__/launch-fallback.test.js.map +1 -1
  42. package/dist/cli/__tests__/package-bin-contract.test.js +10 -0
  43. package/dist/cli/__tests__/package-bin-contract.test.js.map +1 -1
  44. package/dist/cli/__tests__/packaged-script-resolution.test.js +4 -3
  45. package/dist/cli/__tests__/packaged-script-resolution.test.js.map +1 -1
  46. package/dist/cli/__tests__/resume.test.js +6 -0
  47. package/dist/cli/__tests__/resume.test.js.map +1 -1
  48. package/dist/cli/__tests__/setup-refresh.test.js +29 -12
  49. package/dist/cli/__tests__/setup-refresh.test.js.map +1 -1
  50. package/dist/cli/__tests__/setup-scope.test.js +1 -1
  51. package/dist/cli/__tests__/setup-scope.test.js.map +1 -1
  52. package/dist/cli/__tests__/star-prompt.test.js +16 -0
  53. package/dist/cli/__tests__/star-prompt.test.js.map +1 -1
  54. package/dist/cli/__tests__/uninstall.test.js +112 -1
  55. package/dist/cli/__tests__/uninstall.test.js.map +1 -1
  56. package/dist/cli/__tests__/windows-popup-loop-contract.test.d.ts +2 -0
  57. package/dist/cli/__tests__/windows-popup-loop-contract.test.d.ts.map +1 -0
  58. package/dist/cli/__tests__/windows-popup-loop-contract.test.js +30 -0
  59. package/dist/cli/__tests__/windows-popup-loop-contract.test.js.map +1 -0
  60. package/dist/cli/agents.d.ts.map +1 -1
  61. package/dist/cli/agents.js +9 -3
  62. package/dist/cli/agents.js.map +1 -1
  63. package/dist/cli/autoresearch-guided.d.ts.map +1 -1
  64. package/dist/cli/autoresearch-guided.js +9 -3
  65. package/dist/cli/autoresearch-guided.js.map +1 -1
  66. package/dist/cli/autoresearch.d.ts.map +1 -1
  67. package/dist/cli/autoresearch.js +8 -2
  68. package/dist/cli/autoresearch.js.map +1 -1
  69. package/dist/cli/cleanup.d.ts +2 -0
  70. package/dist/cli/cleanup.d.ts.map +1 -1
  71. package/dist/cli/cleanup.js +27 -1
  72. package/dist/cli/cleanup.js.map +1 -1
  73. package/dist/cli/doctor.js +7 -0
  74. package/dist/cli/doctor.js.map +1 -1
  75. package/dist/cli/index.d.ts +9 -1
  76. package/dist/cli/index.d.ts.map +1 -1
  77. package/dist/cli/index.js +171 -55
  78. package/dist/cli/index.js.map +1 -1
  79. package/dist/cli/setup.d.ts.map +1 -1
  80. package/dist/cli/setup.js +18 -15
  81. package/dist/cli/setup.js.map +1 -1
  82. package/dist/cli/star-prompt.d.ts.map +1 -1
  83. package/dist/cli/star-prompt.js +2 -0
  84. package/dist/cli/star-prompt.js.map +1 -1
  85. package/dist/cli/team.d.ts.map +1 -1
  86. package/dist/cli/team.js +5 -1
  87. package/dist/cli/team.js.map +1 -1
  88. package/dist/cli/tmux-hook.d.ts.map +1 -1
  89. package/dist/cli/tmux-hook.js +4 -1
  90. package/dist/cli/tmux-hook.js.map +1 -1
  91. package/dist/cli/uninstall.d.ts.map +1 -1
  92. package/dist/cli/uninstall.js +26 -0
  93. package/dist/cli/uninstall.js.map +1 -1
  94. package/dist/cli/update.d.ts.map +1 -1
  95. package/dist/cli/update.js +1 -0
  96. package/dist/cli/update.js.map +1 -1
  97. package/dist/compat/__tests__/rust-runtime-compat.test.js +84 -1
  98. package/dist/compat/__tests__/rust-runtime-compat.test.js.map +1 -1
  99. package/dist/config/__tests__/generator-idempotent.test.js +4 -4
  100. package/dist/config/__tests__/generator-idempotent.test.js.map +1 -1
  101. package/dist/config/__tests__/mcp-registry.test.js +13 -16
  102. package/dist/config/__tests__/mcp-registry.test.js.map +1 -1
  103. package/dist/config/mcp-registry.d.ts +1 -0
  104. package/dist/config/mcp-registry.d.ts.map +1 -1
  105. package/dist/config/mcp-registry.js +4 -4
  106. package/dist/config/mcp-registry.js.map +1 -1
  107. package/dist/config/models.d.ts +1 -0
  108. package/dist/config/models.d.ts.map +1 -1
  109. package/dist/config/models.js +39 -1
  110. package/dist/config/models.js.map +1 -1
  111. package/dist/hooks/__tests__/keyword-detector.test.js +12 -1
  112. package/dist/hooks/__tests__/keyword-detector.test.js.map +1 -1
  113. package/dist/hooks/__tests__/notify-fallback-watcher.test.js +554 -18
  114. package/dist/hooks/__tests__/notify-fallback-watcher.test.js.map +1 -1
  115. package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js +347 -16
  116. package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js.map +1 -1
  117. package/dist/hooks/__tests__/notify-hook-modules.test.js +5 -0
  118. package/dist/hooks/__tests__/notify-hook-modules.test.js.map +1 -1
  119. package/dist/hooks/__tests__/notify-hook-ralph-resume.test.d.ts +2 -0
  120. package/dist/hooks/__tests__/notify-hook-ralph-resume.test.d.ts.map +1 -0
  121. package/dist/hooks/__tests__/notify-hook-ralph-resume.test.js +597 -0
  122. package/dist/hooks/__tests__/notify-hook-ralph-resume.test.js.map +1 -0
  123. package/dist/hooks/__tests__/notify-hook-regression-205.test.js +19 -1
  124. package/dist/hooks/__tests__/notify-hook-regression-205.test.js.map +1 -1
  125. package/dist/hooks/__tests__/notify-hook-session-scope.test.js +73 -53
  126. package/dist/hooks/__tests__/notify-hook-session-scope.test.js.map +1 -1
  127. package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js +193 -2
  128. package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js.map +1 -1
  129. package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js +183 -0
  130. package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js.map +1 -1
  131. package/dist/hooks/__tests__/notify-hook-tmux-heal.test.js +255 -97
  132. package/dist/hooks/__tests__/notify-hook-tmux-heal.test.js.map +1 -1
  133. package/dist/hooks/__tests__/notify-hook-tmux-scrollback.test.js +0 -0
  134. package/dist/hooks/__tests__/notify-hook-tmux-scrollback.test.js.map +1 -1
  135. package/dist/hooks/__tests__/notify-hook-worker-idle.test.js +46 -0
  136. package/dist/hooks/__tests__/notify-hook-worker-idle.test.js.map +1 -1
  137. package/dist/hooks/__tests__/prompt-team-routing.test.js +34 -0
  138. package/dist/hooks/__tests__/prompt-team-routing.test.js.map +1 -1
  139. package/dist/hooks/__tests__/tmux-hook-engine.test.js +32 -1
  140. package/dist/hooks/__tests__/tmux-hook-engine.test.js.map +1 -1
  141. package/dist/hooks/code-simplifier/index.d.ts.map +1 -1
  142. package/dist/hooks/code-simplifier/index.js +1 -0
  143. package/dist/hooks/code-simplifier/index.js.map +1 -1
  144. package/dist/hooks/codebase-map.d.ts.map +1 -1
  145. package/dist/hooks/codebase-map.js +1 -0
  146. package/dist/hooks/codebase-map.js.map +1 -1
  147. package/dist/hooks/extensibility/sdk/tmux.d.ts.map +1 -1
  148. package/dist/hooks/extensibility/sdk/tmux.js +3 -1
  149. package/dist/hooks/extensibility/sdk/tmux.js.map +1 -1
  150. package/dist/hooks/keyword-detector.d.ts +1 -0
  151. package/dist/hooks/keyword-detector.d.ts.map +1 -1
  152. package/dist/hooks/keyword-detector.js +48 -0
  153. package/dist/hooks/keyword-detector.js.map +1 -1
  154. package/dist/hooks/prompt-guidance-contract.d.ts.map +1 -1
  155. package/dist/hooks/prompt-guidance-contract.js +6 -0
  156. package/dist/hooks/prompt-guidance-contract.js.map +1 -1
  157. package/dist/hooks/session.d.ts.map +1 -1
  158. package/dist/hooks/session.js +1 -0
  159. package/dist/hooks/session.js.map +1 -1
  160. package/dist/hud/__tests__/state.test.js +70 -1
  161. package/dist/hud/__tests__/state.test.js.map +1 -1
  162. package/dist/hud/authority.d.ts.map +1 -1
  163. package/dist/hud/authority.js +1 -0
  164. package/dist/hud/authority.js.map +1 -1
  165. package/dist/hud/state.d.ts.map +1 -1
  166. package/dist/hud/state.js +52 -0
  167. package/dist/hud/state.js.map +1 -1
  168. package/dist/mcp/state-server.d.ts.map +1 -1
  169. package/dist/mcp/state-server.js +5 -0
  170. package/dist/mcp/state-server.js.map +1 -1
  171. package/dist/modes/__tests__/base-session-scope.test.js +46 -0
  172. package/dist/modes/__tests__/base-session-scope.test.js.map +1 -1
  173. package/dist/modes/base.d.ts.map +1 -1
  174. package/dist/modes/base.js +4 -0
  175. package/dist/modes/base.js.map +1 -1
  176. package/dist/notifications/__tests__/custom-alias-enablement.test.d.ts +2 -0
  177. package/dist/notifications/__tests__/custom-alias-enablement.test.d.ts.map +1 -0
  178. package/dist/notifications/__tests__/custom-alias-enablement.test.js +84 -0
  179. package/dist/notifications/__tests__/custom-alias-enablement.test.js.map +1 -0
  180. package/dist/notifications/__tests__/idle-cooldown.test.js +55 -0
  181. package/dist/notifications/__tests__/idle-cooldown.test.js.map +1 -1
  182. package/dist/notifications/idle-cooldown.d.ts +8 -6
  183. package/dist/notifications/idle-cooldown.d.ts.map +1 -1
  184. package/dist/notifications/idle-cooldown.js +53 -22
  185. package/dist/notifications/idle-cooldown.js.map +1 -1
  186. package/dist/notifications/notifier.js +1 -1
  187. package/dist/notifications/notifier.js.map +1 -1
  188. package/dist/notifications/reply-listener.d.ts.map +1 -1
  189. package/dist/notifications/reply-listener.js +1 -0
  190. package/dist/notifications/reply-listener.js.map +1 -1
  191. package/dist/notifications/tmux.d.ts.map +1 -1
  192. package/dist/notifications/tmux.js +4 -0
  193. package/dist/notifications/tmux.js.map +1 -1
  194. package/dist/openclaw/config.js +2 -2
  195. package/dist/openclaw/config.js.map +1 -1
  196. package/dist/runtime/bridge.d.ts +2 -0
  197. package/dist/runtime/bridge.d.ts.map +1 -1
  198. package/dist/runtime/bridge.js +8 -0
  199. package/dist/runtime/bridge.js.map +1 -1
  200. package/dist/scripts/notify-fallback-watcher.js +103 -53
  201. package/dist/scripts/notify-fallback-watcher.js.map +1 -1
  202. package/dist/scripts/notify-hook/auto-nudge.d.ts +2 -1
  203. package/dist/scripts/notify-hook/auto-nudge.d.ts.map +1 -1
  204. package/dist/scripts/notify-hook/auto-nudge.js +90 -104
  205. package/dist/scripts/notify-hook/auto-nudge.js.map +1 -1
  206. package/dist/scripts/notify-hook/managed-tmux.d.ts +19 -0
  207. package/dist/scripts/notify-hook/managed-tmux.d.ts.map +1 -0
  208. package/dist/scripts/notify-hook/managed-tmux.js +320 -0
  209. package/dist/scripts/notify-hook/managed-tmux.js.map +1 -0
  210. package/dist/scripts/notify-hook/operational-events.d.ts.map +1 -1
  211. package/dist/scripts/notify-hook/operational-events.js +2 -0
  212. package/dist/scripts/notify-hook/operational-events.js.map +1 -1
  213. package/dist/scripts/notify-hook/ralph-session-resume.d.ts +22 -0
  214. package/dist/scripts/notify-hook/ralph-session-resume.d.ts.map +1 -0
  215. package/dist/scripts/notify-hook/ralph-session-resume.js +277 -0
  216. package/dist/scripts/notify-hook/ralph-session-resume.js.map +1 -0
  217. package/dist/scripts/notify-hook/state-io.d.ts +1 -1
  218. package/dist/scripts/notify-hook/state-io.d.ts.map +1 -1
  219. package/dist/scripts/notify-hook/state-io.js +2 -10
  220. package/dist/scripts/notify-hook/state-io.js.map +1 -1
  221. package/dist/scripts/notify-hook/team-dispatch.d.ts +1 -1
  222. package/dist/scripts/notify-hook/team-dispatch.d.ts.map +1 -1
  223. package/dist/scripts/notify-hook/team-dispatch.js +123 -72
  224. package/dist/scripts/notify-hook/team-dispatch.js.map +1 -1
  225. package/dist/scripts/notify-hook/team-leader-nudge.d.ts +2 -1
  226. package/dist/scripts/notify-hook/team-leader-nudge.d.ts.map +1 -1
  227. package/dist/scripts/notify-hook/team-leader-nudge.js +13 -5
  228. package/dist/scripts/notify-hook/team-leader-nudge.js.map +1 -1
  229. package/dist/scripts/notify-hook/team-tmux-guard.d.ts.map +1 -1
  230. package/dist/scripts/notify-hook/team-tmux-guard.js +1 -19
  231. package/dist/scripts/notify-hook/team-tmux-guard.js.map +1 -1
  232. package/dist/scripts/notify-hook/team-worker.js +4 -4
  233. package/dist/scripts/notify-hook/team-worker.js.map +1 -1
  234. package/dist/scripts/notify-hook/tmux-injection.d.ts +1 -1
  235. package/dist/scripts/notify-hook/tmux-injection.d.ts.map +1 -1
  236. package/dist/scripts/notify-hook/tmux-injection.js +102 -35
  237. package/dist/scripts/notify-hook/tmux-injection.js.map +1 -1
  238. package/dist/scripts/notify-hook.js +144 -20
  239. package/dist/scripts/notify-hook.js.map +1 -1
  240. package/dist/scripts/run-provider-advisor.js +2 -0
  241. package/dist/scripts/run-provider-advisor.js.map +1 -1
  242. package/dist/scripts/run-test-files.d.ts +2 -0
  243. package/dist/scripts/run-test-files.d.ts.map +1 -0
  244. package/dist/scripts/run-test-files.js +41 -0
  245. package/dist/scripts/run-test-files.js.map +1 -0
  246. package/dist/scripts/tmux-hook-engine.d.ts +2 -0
  247. package/dist/scripts/tmux-hook-engine.d.ts.map +1 -1
  248. package/dist/scripts/tmux-hook-engine.js +15 -0
  249. package/dist/scripts/tmux-hook-engine.js.map +1 -1
  250. package/dist/team/__tests__/api-interop.test.js +136 -4
  251. package/dist/team/__tests__/api-interop.test.js.map +1 -1
  252. package/dist/team/__tests__/leader-activity.test.js +107 -2
  253. package/dist/team/__tests__/leader-activity.test.js.map +1 -1
  254. package/dist/team/__tests__/runtime-cli.test.js +32 -0
  255. package/dist/team/__tests__/runtime-cli.test.js.map +1 -1
  256. package/dist/team/__tests__/runtime.test.js +148 -0
  257. package/dist/team/__tests__/runtime.test.js.map +1 -1
  258. package/dist/team/__tests__/shutdown-fallback.test.js +13 -0
  259. package/dist/team/__tests__/shutdown-fallback.test.js.map +1 -1
  260. package/dist/team/__tests__/state-root.test.js +11 -1
  261. package/dist/team/__tests__/state-root.test.js.map +1 -1
  262. package/dist/team/__tests__/state.test.js +237 -0
  263. package/dist/team/__tests__/state.test.js.map +1 -1
  264. package/dist/team/__tests__/tmux-session.test.js +521 -2
  265. package/dist/team/__tests__/tmux-session.test.js.map +1 -1
  266. package/dist/team/api-interop.d.ts.map +1 -1
  267. package/dist/team/api-interop.js +41 -31
  268. package/dist/team/api-interop.js.map +1 -1
  269. package/dist/team/commit-hygiene.d.ts +60 -0
  270. package/dist/team/commit-hygiene.d.ts.map +1 -0
  271. package/dist/team/commit-hygiene.js +232 -0
  272. package/dist/team/commit-hygiene.js.map +1 -0
  273. package/dist/team/leader-activity.d.ts.map +1 -1
  274. package/dist/team/leader-activity.js +56 -4
  275. package/dist/team/leader-activity.js.map +1 -1
  276. package/dist/team/runtime-cli.d.ts +9 -1
  277. package/dist/team/runtime-cli.d.ts.map +1 -1
  278. package/dist/team/runtime-cli.js +15 -6
  279. package/dist/team/runtime-cli.js.map +1 -1
  280. package/dist/team/runtime.d.ts +7 -2
  281. package/dist/team/runtime.d.ts.map +1 -1
  282. package/dist/team/runtime.js +392 -171
  283. package/dist/team/runtime.js.map +1 -1
  284. package/dist/team/scaling.d.ts.map +1 -1
  285. package/dist/team/scaling.js +6 -2
  286. package/dist/team/scaling.js.map +1 -1
  287. package/dist/team/state/dispatch.d.ts +2 -0
  288. package/dist/team/state/dispatch.d.ts.map +1 -1
  289. package/dist/team/state/dispatch.js +86 -40
  290. package/dist/team/state/dispatch.js.map +1 -1
  291. package/dist/team/state/mailbox.d.ts +3 -0
  292. package/dist/team/state/mailbox.d.ts.map +1 -1
  293. package/dist/team/state/mailbox.js +93 -19
  294. package/dist/team/state/mailbox.js.map +1 -1
  295. package/dist/team/state-root.d.ts +1 -1
  296. package/dist/team/state-root.d.ts.map +1 -1
  297. package/dist/team/state-root.js +8 -3
  298. package/dist/team/state-root.js.map +1 -1
  299. package/dist/team/state.d.ts.map +1 -1
  300. package/dist/team/state.js +96 -2
  301. package/dist/team/state.js.map +1 -1
  302. package/dist/team/tmux-session.d.ts.map +1 -1
  303. package/dist/team/tmux-session.js +81 -29
  304. package/dist/team/tmux-session.js.map +1 -1
  305. package/dist/team/worker-bootstrap.d.ts.map +1 -1
  306. package/dist/team/worker-bootstrap.js +4 -0
  307. package/dist/team/worker-bootstrap.js.map +1 -1
  308. package/dist/team/worktree.d.ts.map +1 -1
  309. package/dist/team/worktree.js +9 -0
  310. package/dist/team/worktree.js.map +1 -1
  311. package/dist/utils/__tests__/paths.test.js +98 -11
  312. package/dist/utils/__tests__/paths.test.js.map +1 -1
  313. package/dist/utils/__tests__/platform-command.test.js +101 -2
  314. package/dist/utils/__tests__/platform-command.test.js.map +1 -1
  315. package/dist/utils/git-layout.d.ts +8 -0
  316. package/dist/utils/git-layout.d.ts.map +1 -0
  317. package/dist/utils/git-layout.js +58 -0
  318. package/dist/utils/git-layout.js.map +1 -0
  319. package/dist/utils/paths.d.ts +3 -0
  320. package/dist/utils/paths.d.ts.map +1 -1
  321. package/dist/utils/paths.js +14 -4
  322. package/dist/utils/paths.js.map +1 -1
  323. package/dist/utils/platform-command.d.ts.map +1 -1
  324. package/dist/utils/platform-command.js +35 -3
  325. package/dist/utils/platform-command.js.map +1 -1
  326. package/package.json +9 -5
  327. package/src/scripts/notify-fallback-watcher.ts +103 -53
  328. package/src/scripts/notify-hook/auto-nudge.ts +97 -103
  329. package/src/scripts/notify-hook/managed-tmux.ts +324 -0
  330. package/src/scripts/notify-hook/operational-events.ts +2 -0
  331. package/src/scripts/notify-hook/ralph-session-resume.ts +337 -0
  332. package/src/scripts/notify-hook/state-io.ts +2 -10
  333. package/src/scripts/notify-hook/team-dispatch.ts +131 -66
  334. package/src/scripts/notify-hook/team-leader-nudge.ts +19 -5
  335. package/src/scripts/notify-hook/team-tmux-guard.ts +0 -20
  336. package/src/scripts/notify-hook/team-worker.ts +4 -4
  337. package/src/scripts/notify-hook/tmux-injection.ts +103 -33
  338. package/src/scripts/notify-hook.ts +150 -21
  339. package/src/scripts/run-provider-advisor.ts +4 -2
  340. package/src/scripts/run-test-files.ts +48 -0
  341. package/src/scripts/tmux-hook-engine.ts +16 -0
  342. package/templates/AGENTS.md +51 -43
package/README.md CHANGED
@@ -18,10 +18,33 @@ 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
+ ## Core Maintainers
26
+
27
+ | Role | Name | GitHub |
28
+ | --- | --- | --- |
29
+ | Creator & Lead | Yeachan Heo | [@Yeachan-Heo](https://github.com/Yeachan-Heo) |
30
+ | Maintainer | HaD0Yun | [@HaD0Yun](https://github.com/HaD0Yun) |
31
+
32
+ ## Ambassadors
33
+
34
+ | Name | GitHub |
35
+ | --- | --- |
36
+ | Sigrid Jin | [@sigridjineth](https://github.com/sigridjineth) |
37
+
38
+ ## Top Collaborators
39
+
40
+ | Name | GitHub |
41
+ | --- | --- |
42
+ | HaD0Yun | [@HaD0Yun](https://github.com/HaD0Yun) |
43
+ | Junho Yeo | [@junhoyeo](https://github.com/junhoyeo) |
44
+ | JiHongKim98 | [@JiHongKim98](https://github.com/JiHongKim98) |
45
+ | Lor | — |
46
+ | HyunjunJeon | [@HyunjunJeon](https://github.com/HyunjunJeon) |
47
+
25
48
  ## Recommended default flow
26
49
 
27
50
  If you want the default OMX experience, start here:
@@ -35,18 +58,20 @@ omx --madmax --high
35
58
  Then work normally inside Codex:
36
59
 
37
60
  ```text
38
- $architect "analyze the authentication flow"
39
- $plan "ship this feature cleanly"
61
+ $deep-interview "clarify the authentication change"
62
+ $ralplan "approve the auth plan and review tradeoffs"
63
+ $ralph "carry the approved plan to completion"
64
+ $team 3:executor "execute the approved plan in parallel"
40
65
  ```
41
66
 
42
67
  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
+ 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
69
 
45
70
  ## What OMX is for
46
71
 
47
72
  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`
73
+ - a standard workflow built around `$deep-interview`, `$ralplan`, `$team`, and `$ralph`
74
+ - specialist roles and supporting skills when the task needs them
50
75
  - project guidance through scoped `AGENTS.md`
51
76
  - durable state under `.omx/` for plans, logs, memory, and mode tracking
52
77
 
@@ -70,14 +95,16 @@ Launch OMX the recommended way:
70
95
  omx --madmax --high
71
96
  ```
72
97
 
73
- Then try one role keyword and one workflow skill:
98
+ Then try the canonical workflow:
74
99
 
75
100
  ```text
76
- $architect "analyze the authentication flow"
77
- $plan "map the safest implementation path"
101
+ $deep-interview "clarify the authentication change"
102
+ $ralplan "approve the safest implementation path"
103
+ $ralph "carry the approved plan to completion"
104
+ $team 3:executor "execute the approved plan in parallel"
78
105
  ```
79
106
 
80
- If the task grows, the agent can escalate to heavier workflows such as `$ralph` for persistent execution or `$team` for coordinated parallel work.
107
+ Use `$team` when the approved plan needs coordinated parallel work, or `$ralph` when one persistent owner should keep pushing to completion.
81
108
 
82
109
  ## A simple mental model
83
110
 
@@ -95,27 +122,26 @@ Most users should think of OMX as **better task routing + better workflow + bett
95
122
 
96
123
  1. Run `omx setup`
97
124
  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
125
+ 3. Use `$deep-interview "..."` when the request or boundaries are still unclear
126
+ 4. Use `$ralplan "..."` to approve the plan and review tradeoffs
127
+ 5. Choose `$team` for coordinated parallel execution or `$ralph` for persistent completion loops
128
+
129
+ ## Recommended workflow
130
+
131
+ 1. `$deep-interview` — clarify scope when the request or boundaries are still vague.
132
+ 2. `$ralplan` — turn that clarified scope into an approved architecture and implementation plan.
133
+ 3. `$team` or `$ralph` — use `$team` for coordinated parallel execution, or `$ralph` when you want a persistent completion loop with one owner.
101
134
 
102
135
  ## Common in-session surfaces
103
136
 
104
137
  | Surface | Use it for |
105
138
  | --- | --- |
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
139
+ | `$deep-interview "..."` | clarifying intent, boundaries, and non-goals |
140
+ | `$ralplan "..."` | approving the implementation plan and tradeoffs |
141
+ | `$ralph "..."` | persistent completion and verification loops |
142
+ | `$team "..."` | coordinated parallel execution when the work is big enough |
143
+ | `/skills` | browsing installed skills and supporting helpers |
144
+
119
145
  ## Advanced / operator surfaces
120
146
 
121
147
  These are useful, but they are not the main onboarding path.
@@ -201,6 +227,8 @@ If this happens, try:
201
227
  - [Deutsch](./README.de.md)
202
228
  - [Français](./README.fr.md)
203
229
  - [Italiano](./README.it.md)
230
+ - [Ελληνικά](./README.el.md)
231
+ - [Polski](./README.pl.md)
204
232
 
205
233
  ## Contributors
206
234
 
@@ -215,4 +243,4 @@ If this happens, try:
215
243
 
216
244
  ## License
217
245
 
218
- MIT
246
+ MIT
package/README.pl.md ADDED
@@ -0,0 +1,216 @@
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="postać oh-my-codex" width="280">
5
+ <br>
6
+ <em>Zacznij z Codexem jak zwykle. Gdy projekt urośnie — niech OMX wesprze resztę.</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
+ **Strona:** https://yeachan-heo.github.io/oh-my-codex-website/
15
+ **Dokumentacja:** [Pierwsze kroki](./docs/getting-started.html) · [Agenty](./docs/agents.html) · [Skille](./docs/skills.html) · [Integracje](./docs/integrations.html) · [Demo](./DEMO.md) · [Przewodnik po OpenClaw](./docs/openclaw-integration.md)
16
+
17
+ OMX to nakładka na [OpenAI Codex CLI](https://github.com/openai/codex).
18
+
19
+ Codex zostaje silnikiem, który wykonuje pracę. OMX daje mu lepszy kontekst, gotowe role i cykle pracy — żebyś nie zaczynał od zera przy każdej sesji. Konkretnie:
20
+ - lepsza sesja Codexa od pierwszego uruchomienia
21
+ - wielokrotne użycie ról i zadań przez słowa kluczowe `$name`
22
+ - gotowe cykle pracy: `$plan`, `$ralph`, `$team`
23
+ - plany, logi, pamięć i stan trzymane w `.omx/`
24
+
25
+ ## Jak zacząć
26
+
27
+ Jeśli chcesz po prostu zacząć:
28
+
29
+ ```bash
30
+ npm install -g @openai/codex oh-my-codex
31
+ omx setup
32
+ omx --madmax --high
33
+ ```
34
+
35
+ Potem pracuj normalnie w Codexie:
36
+
37
+ ```text
38
+ $architect "analyze the authentication flow"
39
+ $plan "ship this feature cleanly"
40
+ ```
41
+
42
+ To jest główna ścieżka. Uruchom OMX, wykonaj pracę w Codexie i pozwól agentowi sięgać po `$team` lub inne cykle pracy tylko wtedy, gdy zadanie naprawdę tego wymaga.
43
+
44
+ ## Do czego służy OMX
45
+
46
+ Używaj OMX, jeśli lubisz Codexa i chcesz mieć wokół niego lepsze środowisko pracy:
47
+ - wielokrotne role i zadania: `$architect`, `$executor`
48
+ - gotowe cykle pracy: `$plan`, `$ralph`, `$team`, `$deep-interview`
49
+ - wytyczne projektu przez `AGENTS.md`
50
+ - trwały stan w `.omx/`
51
+
52
+ Jeśli chcesz czystego Codexa bez żadnych dodatków, OMX pewnie nie jest dla Ciebie.
53
+
54
+ ## Szybki start
55
+
56
+ ### Wymagania
57
+
58
+ - Node.js 20+
59
+ - Codex CLI: `npm install -g @openai/codex`
60
+ - Skonfigurowane uwierzytelnianie Codex
61
+ - `tmux` na macOS/Linux — jeśli planujesz używać trybu zespołowego
62
+ - `psmux` na natywnym Windows — jeśli planujesz używać trybu zespołowego
63
+
64
+ ### Dobra pierwsza sesja
65
+
66
+ ```bash
67
+ omx --madmax --high
68
+ ```
69
+
70
+ Potem wypróbuj jedną rolę i jeden skill:
71
+
72
+ ```text
73
+ $architect "analyze the authentication flow"
74
+ $plan "map the safest implementation path"
75
+ ```
76
+
77
+ Jeśli zadanie urośnie, agent może sam zdecydować o użyciu `$ralph` albo `$team`.
78
+
79
+ ## Jak o tym myśleć
80
+
81
+ OMX **nie** zastępuje Codexa.
82
+
83
+ To warstwa, która go otacza:
84
+ - **Codex** wykonuje właściwą pracę
85
+ - **Role OMX** sprawiają, że przydatne role są wielokrotnego użytku
86
+ - **Skille OMX** dają gotowe cykle pracy
87
+ - **`.omx/`** przechowuje plany, logi, pamięć i stan
88
+
89
+ OMX to lepsze kierowanie zadaniami i gotowe cykle pracy — nie kolejna rzecz do klikania przez cały dzień.
90
+
91
+ ## Zacznij tutaj, jeśli jesteś nowy
92
+
93
+ 1. Uruchom `omx setup`
94
+ 2. Wystartuj z `omx --madmax --high`
95
+ 3. Poproś o analizę: `$architect "..."`
96
+ 4. Poproś o plan: `$plan "..."`
97
+ 5. Pozwól agentowi zdecydować, kiedy użyć `$ralph`, `$team` albo czegoś innego
98
+
99
+ ## Co możesz robić podczas sesji
100
+
101
+ | Komenda | Do czego służy |
102
+ | --- | --- |
103
+ | `$architect "..."` | analiza, granice, kompromisy |
104
+ | `$executor "..."` | skupiona praca implementacyjna |
105
+ | `/skills` | lista zainstalowanych skilli |
106
+ | `$plan "..."` | planowanie przed implementacją |
107
+ | `$ralph "..."` | długie zadania krok po kroku |
108
+ | `$team "..."` | równoległa praca kilku agentów, gdy zadanie tego wymaga |
109
+
110
+ `$deep-interview` przydaje się, gdy prośba jest niejasna — OMX będzie dopytywał o intencję, zakres i granice decyzji, zanim przekaże pracę dalej do `$plan`, `$ralph`, `$team` albo `$autopilot`.
111
+
112
+ Kiedy to ma sens:
113
+ - masz pomysł na nowy projekt, ale jeszcze nie wiesz dokładnie, czego chcesz
114
+ - chcesz, żeby OMX najpierw przejrzał repo, a dopiero potem zadał pytania z konkretnymi cytatami
115
+ - wolisz doprecyzowywać po jednym pytaniu naraz zamiast od razu planować
116
+
117
+ ## Zaawansowane / dla operatorów
118
+
119
+ Poniższe funkcje są przydatne, ale nie są główną ścieżką.
120
+
121
+ ### Tryb zespołowy
122
+
123
+ Używaj trybu zespołowego, gdy konkretnie potrzebujesz trwałej koordynacji z tmuxem i gałęziami roboczymi — nie jako domyślnego sposobu pracy z OMX.
124
+
125
+ ```bash
126
+ omx team 3:executor "fix the failing tests with verification"
127
+ omx team status <team-name>
128
+ omx team resume <team-name>
129
+ omx team shutdown <team-name>
130
+ ```
131
+
132
+ ### Setup, doctor i HUD
133
+
134
+ - `omx setup` — instaluje prompty, skille, konfigurację i strukturę plików AGENTS
135
+ - `omx doctor` — sprawdza instalację, gdy coś nie działa
136
+ - `omx hud --watch` — podgląd stanu i postępu, nie główny cykl pracy
137
+
138
+ ### Explore i sparkshell
139
+
140
+ - `omx explore --prompt "..."` — przeszukuje repo tylko do odczytu
141
+ - `omx sparkshell <command>` — inspekcja w shellu i ograniczona weryfikacja
142
+
143
+ Przykłady:
144
+
145
+ ```bash
146
+ omx explore --prompt "find where team state is written"
147
+ omx sparkshell git status
148
+ omx sparkshell --tmux-pane %12 --tail-lines 400
149
+ ```
150
+
151
+ ### Wymagania platformowe dla trybu zespołowego
152
+
153
+ `omx team` wymaga tmux lub odpowiednika:
154
+
155
+ | Platforma | Instalacja |
156
+ | --- | --- |
157
+ | macOS | `brew install tmux` |
158
+ | Ubuntu/Debian | `sudo apt install tmux` |
159
+ | Fedora | `sudo dnf install tmux` |
160
+ | Arch | `sudo pacman -S tmux` |
161
+ | Windows | `winget install psmux` |
162
+ | Windows (WSL2) | `sudo apt install tmux` |
163
+
164
+ ## Znane problemy
165
+
166
+ ### Intel Mac: wysokie użycie CPU przez `syspolicyd` / `trustd` podczas uruchamiania
167
+
168
+ Na niektórych komputerach Intel Mac uruchamianie OMX — zwłaszcza z `--madmax --high` — może powodować skok użycia CPU przez `syspolicyd` i `trustd`. Dzieje się tak, gdy macOS Gatekeeper weryfikuje wiele procesów naraz.
169
+
170
+ Jeśli to widzisz:
171
+ - `xattr -dr com.apple.quarantine $(which omx)`
172
+ - dodaj terminal do listy Developer Tools w ustawieniach bezpieczeństwa macOS
173
+ - ogranicz współbieżność, np. unikając `--madmax --high`
174
+
175
+ ## Dokumentacja
176
+
177
+ - [Pierwsze kroki](./docs/getting-started.html)
178
+ - [Przewodnik po demo](./DEMO.md)
179
+ - [Katalog agentów](./docs/agents.html)
180
+ - [Dokumentacja skilli](./docs/skills.html)
181
+ - [Integracje](./docs/integrations.html)
182
+ - [Przewodnik po OpenClaw / bramce powiadomień](./docs/openclaw-integration.md)
183
+ - [Współtworzenie](./CONTRIBUTING.md)
184
+ - [Dziennik zmian](./CHANGELOG.md)
185
+
186
+ ## Języki
187
+
188
+ - [English](./README.md)
189
+ - [한국어](./README.ko.md)
190
+ - [日本語](./README.ja.md)
191
+ - [简体中文](./README.zh.md)
192
+ - [繁體中文](./README.zh-TW.md)
193
+ - [Tiếng Việt](./README.vi.md)
194
+ - [Español](./README.es.md)
195
+ - [Português](./README.pt.md)
196
+ - [Русский](./README.ru.md)
197
+ - [Türkçe](./README.tr.md)
198
+ - [Deutsch](./README.de.md)
199
+ - [Français](./README.fr.md)
200
+ - [Italiano](./README.it.md)
201
+ - [Polski](./README.pl.md)
202
+
203
+ ## Współtwórcy
204
+
205
+ | Rola | Imię i nazwisko | GitHub |
206
+ | --- | --- | --- |
207
+ | Twórca i lider | Yeachan Heo | [@Yeachan-Heo](https://github.com/Yeachan-Heo) |
208
+ | Maintainer | HaD0Yun | [@HaD0Yun](https://github.com/HaD0Yun) |
209
+
210
+ ## Historia gwiazdek
211
+
212
+ [![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)
213
+
214
+ ## Licencja
215
+
216
+ MIT
package/README.pt.md CHANGED
@@ -30,10 +30,10 @@ Veja também as [notas de release da v0.9.0](./docs/release-notes-0.9.0.md) e o
30
30
  Dentro do 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
  Do terminal:
@@ -44,6 +44,12 @@ omx team status <team-name>
44
44
  omx team shutdown <team-name>
45
45
  ```
46
46
 
47
+ ## Fluxo recomendado
48
+
49
+ 1. `$deep-interview` — quando escopo ou limites ainda não estão claros.
50
+ 2. `$ralplan` — para transformar esse escopo esclarecido em um plano aprovado de arquitetura e implementação.
51
+ 3. `$team` ou `$ralph` — use `$team` para execução paralela coordenada, ou `$ralph` para um loop persistente de conclusão/verificação com um único responsável.
52
+
47
53
  ## Modelo central
48
54
 
49
55
  OMX instala e conecta estas camadas:
@@ -155,7 +161,7 @@ Regra importante: não encerre enquanto tarefas estiverem em 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
  Seleção de Worker CLI para workers da equipe:
161
167
 
@@ -199,7 +205,7 @@ Notas:
199
205
 
200
206
  Exemplos:
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
  ## Estrutura do projeto
205
211
 
package/README.ru.md CHANGED
@@ -30,10 +30,10 @@ Spark Initiative — это релиз, усиливающий нативный
30
30
  Внутри 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
  Из терминала:
@@ -44,6 +44,12 @@ omx team status <team-name>
44
44
  omx team shutdown <team-name>
45
45
  ```
46
46
 
47
+ ## Рекомендуемый рабочий процесс
48
+
49
+ 1. `$deep-interview` — когда объём задачи или границы ещё не прояснены.
50
+ 2. `$ralplan` — чтобы превратить уточнённый объём в согласованный план архитектуры и реализации.
51
+ 3. `$team` или `$ralph` — используйте `$team` для координированного параллельного выполнения, а `$ralph` — для настойчивого цикла доведения до конца и проверки с одним ответственным.
52
+
47
53
  ## Базовая модель
48
54
 
49
55
  OMX устанавливает и связывает следующие слои:
@@ -155,7 +161,7 @@ omx team shutdown <team-name>
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 для рабочих команды:
161
167
 
@@ -199,7 +205,7 @@ OMX_TEAM_AUTO_INTERRUPT_RETRY=0 # опционально: отключить а
199
205
 
200
206
  Примеры:
201
207
  - Агенты: `architect`, `planner`, `executor`, `debugger`, `verifier`, `security-reviewer`
202
- - Навыки: `autopilot`, `plan`, `team`, `ralph`, `ultrawork`, `cancel`
208
+ - Навыки: `deep-interview`, `ralplan`, `team`, `ralph`, `plan`, `cancel`
203
209
 
204
210
  ## Структура проекта
205
211
 
package/README.tr.md CHANGED
@@ -30,10 +30,10 @@ Ayrıntılar için [v0.9.0 release notları](./docs/release-notes-0.9.0.md) ve [
30
30
  Codex içinde:
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
  Terminalden:
@@ -44,6 +44,12 @@ omx team status <team-name>
44
44
  omx team shutdown <team-name>
45
45
  ```
46
46
 
47
+ ## Önerilen iş akışı
48
+
49
+ 1. `$deep-interview` — kapsam veya sınırlar hâlâ net değilse.
50
+ 2. `$ralplan` — netleşen kapsamı onaylanmış bir mimari ve uygulama planına dönüştürmek için.
51
+ 3. `$team` veya `$ralph` — koordineli paralel yürütme için `$team`, tek sahipli kalıcı tamamlama/doğrulama döngüsü için `$ralph` kullanın.
52
+
47
53
  ## Temel Model
48
54
 
49
55
  OMX şu katmanları kurar ve bağlar:
@@ -155,7 +161,7 @@ omx team shutdown <team-name>
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
  Takım çalışanları için Worker CLI seçimi:
161
167
 
@@ -199,7 +205,7 @@ Notlar:
199
205
 
200
206
  Örnekler:
201
207
  - Ajanlar: `architect`, `planner`, `executor`, `debugger`, `verifier`, `security-reviewer`
202
- - Skill'ler: `autopilot`, `plan`, `team`, `ralph`, `ultrawork`, `cancel`
208
+ - Skill'ler: `deep-interview`, `ralplan`, `team`, `ralph`, `plan`, `cancel`
203
209
 
204
210
  ## Proje Yapısı
205
211