oh-my-codex 0.11.13 → 0.12.0

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 (369) hide show
  1. package/Cargo.lock +5 -5
  2. package/Cargo.toml +1 -1
  3. package/README.md +27 -17
  4. package/crates/omx-runtime/src/main.rs +6 -2
  5. package/dist/agents/native-config.js +1 -1
  6. package/dist/agents/native-config.js.map +1 -1
  7. package/dist/cli/__tests__/autoresearch-guided.test.js +74 -2
  8. package/dist/cli/__tests__/autoresearch-guided.test.js.map +1 -1
  9. package/dist/cli/__tests__/cleanup.test.js +22 -30
  10. package/dist/cli/__tests__/cleanup.test.js.map +1 -1
  11. package/dist/cli/__tests__/error-handling-warnings.test.js +3 -1
  12. package/dist/cli/__tests__/error-handling-warnings.test.js.map +1 -1
  13. package/dist/cli/__tests__/index.test.js +217 -4
  14. package/dist/cli/__tests__/index.test.js.map +1 -1
  15. package/dist/cli/__tests__/setup-refresh.test.js +49 -9
  16. package/dist/cli/__tests__/setup-refresh.test.js.map +1 -1
  17. package/dist/cli/__tests__/setup-scope.test.js +9 -0
  18. package/dist/cli/__tests__/setup-scope.test.js.map +1 -1
  19. package/dist/cli/__tests__/team.test.js +136 -11
  20. package/dist/cli/__tests__/team.test.js.map +1 -1
  21. package/dist/cli/__tests__/uninstall.test.js +10 -0
  22. package/dist/cli/__tests__/uninstall.test.js.map +1 -1
  23. package/dist/cli/__tests__/windows-popup-loop-contract.test.js +1 -0
  24. package/dist/cli/__tests__/windows-popup-loop-contract.test.js.map +1 -1
  25. package/dist/cli/autoresearch-guided.d.ts.map +1 -1
  26. package/dist/cli/autoresearch-guided.js +2 -1
  27. package/dist/cli/autoresearch-guided.js.map +1 -1
  28. package/dist/cli/autoresearch.d.ts.map +1 -1
  29. package/dist/cli/autoresearch.js +2 -1
  30. package/dist/cli/autoresearch.js.map +1 -1
  31. package/dist/cli/cleanup.d.ts.map +1 -1
  32. package/dist/cli/cleanup.js +4 -2
  33. package/dist/cli/cleanup.js.map +1 -1
  34. package/dist/cli/index.d.ts +12 -0
  35. package/dist/cli/index.d.ts.map +1 -1
  36. package/dist/cli/index.js +238 -30
  37. package/dist/cli/index.js.map +1 -1
  38. package/dist/cli/omx.js +2 -0
  39. package/dist/cli/omx.js.map +1 -1
  40. package/dist/cli/setup.d.ts +1 -0
  41. package/dist/cli/setup.d.ts.map +1 -1
  42. package/dist/cli/setup.js +41 -7
  43. package/dist/cli/setup.js.map +1 -1
  44. package/dist/cli/team.d.ts.map +1 -1
  45. package/dist/cli/team.js +16 -557
  46. package/dist/cli/team.js.map +1 -1
  47. package/dist/cli/uninstall.d.ts.map +1 -1
  48. package/dist/cli/uninstall.js +34 -9
  49. package/dist/cli/uninstall.js.map +1 -1
  50. package/dist/config/__tests__/generator-idempotent.test.js +79 -2
  51. package/dist/config/__tests__/generator-idempotent.test.js.map +1 -1
  52. package/dist/config/__tests__/generator-notify.test.js +2 -0
  53. package/dist/config/__tests__/generator-notify.test.js.map +1 -1
  54. package/dist/config/codex-hooks.d.ts +11 -0
  55. package/dist/config/codex-hooks.d.ts.map +1 -0
  56. package/dist/config/codex-hooks.js +50 -0
  57. package/dist/config/codex-hooks.js.map +1 -0
  58. package/dist/config/generator.d.ts +5 -3
  59. package/dist/config/generator.d.ts.map +1 -1
  60. package/dist/config/generator.js +24 -14
  61. package/dist/config/generator.js.map +1 -1
  62. package/dist/hooks/__tests__/debugger-log-recency-contract.test.d.ts +2 -0
  63. package/dist/hooks/__tests__/debugger-log-recency-contract.test.d.ts.map +1 -0
  64. package/dist/hooks/__tests__/debugger-log-recency-contract.test.js +20 -0
  65. package/dist/hooks/__tests__/debugger-log-recency-contract.test.js.map +1 -0
  66. package/dist/hooks/__tests__/notify-fallback-watcher.test.js +236 -2
  67. package/dist/hooks/__tests__/notify-fallback-watcher.test.js.map +1 -1
  68. package/dist/hooks/__tests__/notify-hook-all-workers-idle.test.js +86 -0
  69. package/dist/hooks/__tests__/notify-hook-all-workers-idle.test.js.map +1 -1
  70. package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js +40 -0
  71. package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js.map +1 -1
  72. package/dist/hooks/__tests__/notify-hook-managed-tmux.test.d.ts +2 -0
  73. package/dist/hooks/__tests__/notify-hook-managed-tmux.test.d.ts.map +1 -0
  74. package/dist/hooks/__tests__/notify-hook-managed-tmux.test.js +54 -0
  75. package/dist/hooks/__tests__/notify-hook-managed-tmux.test.js.map +1 -0
  76. package/dist/hooks/__tests__/notify-hook-modules.test.js +31 -0
  77. package/dist/hooks/__tests__/notify-hook-modules.test.js.map +1 -1
  78. package/dist/hooks/__tests__/notify-hook-ralph-resume.test.js +51 -0
  79. package/dist/hooks/__tests__/notify-hook-ralph-resume.test.js.map +1 -1
  80. package/dist/hooks/__tests__/notify-hook-session-idle-dedupe.test.d.ts +2 -0
  81. package/dist/hooks/__tests__/notify-hook-session-idle-dedupe.test.d.ts.map +1 -0
  82. package/dist/hooks/__tests__/notify-hook-session-idle-dedupe.test.js +136 -0
  83. package/dist/hooks/__tests__/notify-hook-session-idle-dedupe.test.js.map +1 -0
  84. package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js +120 -0
  85. package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js.map +1 -1
  86. package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js +145 -20
  87. package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js.map +1 -1
  88. package/dist/hooks/__tests__/notify-hook-team-tmux-guard.test.js +116 -0
  89. package/dist/hooks/__tests__/notify-hook-team-tmux-guard.test.js.map +1 -1
  90. package/dist/hooks/__tests__/notify-hook-worker-idle.test.js +86 -0
  91. package/dist/hooks/__tests__/notify-hook-worker-idle.test.js.map +1 -1
  92. package/dist/hooks/__tests__/pre-context-gate-skills.test.js +1 -0
  93. package/dist/hooks/__tests__/pre-context-gate-skills.test.js.map +1 -1
  94. package/dist/hooks/extensibility/__tests__/runtime.test.js +49 -0
  95. package/dist/hooks/extensibility/__tests__/runtime.test.js.map +1 -1
  96. package/dist/hooks/extensibility/runtime.d.ts.map +1 -1
  97. package/dist/hooks/extensibility/runtime.js +10 -0
  98. package/dist/hooks/extensibility/runtime.js.map +1 -1
  99. package/dist/hooks/extensibility/types.d.ts +1 -1
  100. package/dist/hooks/extensibility/types.d.ts.map +1 -1
  101. package/dist/hooks/prompt-guidance-contract.d.ts.map +1 -1
  102. package/dist/hooks/prompt-guidance-contract.js +12 -8
  103. package/dist/hooks/prompt-guidance-contract.js.map +1 -1
  104. package/dist/hooks/session.d.ts +5 -1
  105. package/dist/hooks/session.d.ts.map +1 -1
  106. package/dist/hooks/session.js +10 -6
  107. package/dist/hooks/session.js.map +1 -1
  108. package/dist/hud/index.d.ts.map +1 -1
  109. package/dist/hud/index.js +6 -1
  110. package/dist/hud/index.js.map +1 -1
  111. package/dist/mcp/__tests__/bootstrap.test.js +0 -3
  112. package/dist/mcp/__tests__/bootstrap.test.js.map +1 -1
  113. package/dist/mcp/__tests__/code-intel-server.test.js +27 -1
  114. package/dist/mcp/__tests__/code-intel-server.test.js.map +1 -1
  115. package/dist/mcp/__tests__/server-lifecycle.test.js +0 -5
  116. package/dist/mcp/__tests__/server-lifecycle.test.js.map +1 -1
  117. package/dist/mcp/bootstrap.d.ts +1 -1
  118. package/dist/mcp/bootstrap.d.ts.map +1 -1
  119. package/dist/mcp/bootstrap.js +0 -1
  120. package/dist/mcp/bootstrap.js.map +1 -1
  121. package/dist/mcp/code-intel-server.d.ts +20 -0
  122. package/dist/mcp/code-intel-server.d.ts.map +1 -1
  123. package/dist/mcp/code-intel-server.js +6 -5
  124. package/dist/mcp/code-intel-server.js.map +1 -1
  125. package/dist/notifications/__tests__/idle-cooldown.test.js +24 -1
  126. package/dist/notifications/__tests__/idle-cooldown.test.js.map +1 -1
  127. package/dist/notifications/__tests__/reply-listener.test.js +20 -1
  128. package/dist/notifications/__tests__/reply-listener.test.js.map +1 -1
  129. package/dist/notifications/__tests__/tmux.test.js +41 -0
  130. package/dist/notifications/__tests__/tmux.test.js.map +1 -1
  131. package/dist/notifications/idle-cooldown.d.ts +13 -0
  132. package/dist/notifications/idle-cooldown.d.ts.map +1 -1
  133. package/dist/notifications/idle-cooldown.js +50 -16
  134. package/dist/notifications/idle-cooldown.js.map +1 -1
  135. package/dist/notifications/reply-listener.d.ts.map +1 -1
  136. package/dist/notifications/reply-listener.js +2 -0
  137. package/dist/notifications/reply-listener.js.map +1 -1
  138. package/dist/notifications/tmux.d.ts.map +1 -1
  139. package/dist/notifications/tmux.js +4 -0
  140. package/dist/notifications/tmux.js.map +1 -1
  141. package/dist/scripts/__tests__/codex-native-hook.test.d.ts +2 -0
  142. package/dist/scripts/__tests__/codex-native-hook.test.d.ts.map +1 -0
  143. package/dist/scripts/__tests__/codex-native-hook.test.js +720 -0
  144. package/dist/scripts/__tests__/codex-native-hook.test.js.map +1 -0
  145. package/dist/scripts/codex-native-hook.d.ts +22 -0
  146. package/dist/scripts/codex-native-hook.d.ts.map +1 -0
  147. package/dist/scripts/codex-native-hook.js +594 -0
  148. package/dist/scripts/codex-native-hook.js.map +1 -0
  149. package/dist/scripts/codex-native-pre-post.d.ts +26 -0
  150. package/dist/scripts/codex-native-pre-post.d.ts.map +1 -0
  151. package/dist/scripts/codex-native-pre-post.js +118 -0
  152. package/dist/scripts/codex-native-pre-post.js.map +1 -0
  153. package/dist/scripts/notify-fallback-watcher.js +262 -18
  154. package/dist/scripts/notify-fallback-watcher.js.map +1 -1
  155. package/dist/scripts/notify-hook/auto-nudge.d.ts.map +1 -1
  156. package/dist/scripts/notify-hook/auto-nudge.js +5 -6
  157. package/dist/scripts/notify-hook/auto-nudge.js.map +1 -1
  158. package/dist/scripts/notify-hook/log.d.ts +2 -2
  159. package/dist/scripts/notify-hook/log.d.ts.map +1 -1
  160. package/dist/scripts/notify-hook/log.js +10 -2
  161. package/dist/scripts/notify-hook/log.js.map +1 -1
  162. package/dist/scripts/notify-hook/managed-tmux.d.ts.map +1 -1
  163. package/dist/scripts/notify-hook/managed-tmux.js +2 -0
  164. package/dist/scripts/notify-hook/managed-tmux.js.map +1 -1
  165. package/dist/scripts/notify-hook/orchestration-intent.d.ts +18 -0
  166. package/dist/scripts/notify-hook/orchestration-intent.d.ts.map +1 -0
  167. package/dist/scripts/notify-hook/orchestration-intent.js +72 -0
  168. package/dist/scripts/notify-hook/orchestration-intent.js.map +1 -0
  169. package/dist/scripts/notify-hook/process-runner.js.map +1 -1
  170. package/dist/scripts/notify-hook/ralph-session-resume.d.ts.map +1 -1
  171. package/dist/scripts/notify-hook/ralph-session-resume.js +7 -0
  172. package/dist/scripts/notify-hook/ralph-session-resume.js.map +1 -1
  173. package/dist/scripts/notify-hook/team-dispatch.d.ts +15 -6
  174. package/dist/scripts/notify-hook/team-dispatch.d.ts.map +1 -1
  175. package/dist/scripts/notify-hook/team-dispatch.js +125 -6
  176. package/dist/scripts/notify-hook/team-dispatch.js.map +1 -1
  177. package/dist/scripts/notify-hook/team-leader-nudge.d.ts +3 -2
  178. package/dist/scripts/notify-hook/team-leader-nudge.d.ts.map +1 -1
  179. package/dist/scripts/notify-hook/team-leader-nudge.js +165 -37
  180. package/dist/scripts/notify-hook/team-leader-nudge.js.map +1 -1
  181. package/dist/scripts/notify-hook/team-tmux-guard.d.ts +4 -1
  182. package/dist/scripts/notify-hook/team-tmux-guard.d.ts.map +1 -1
  183. package/dist/scripts/notify-hook/team-tmux-guard.js +33 -44
  184. package/dist/scripts/notify-hook/team-tmux-guard.js.map +1 -1
  185. package/dist/scripts/notify-hook/team-worker.d.ts.map +1 -1
  186. package/dist/scripts/notify-hook/team-worker.js +68 -5
  187. package/dist/scripts/notify-hook/team-worker.js.map +1 -1
  188. package/dist/scripts/notify-hook/utils.d.ts +1 -1
  189. package/dist/scripts/notify-hook/utils.d.ts.map +1 -1
  190. package/dist/scripts/notify-hook/utils.js.map +1 -1
  191. package/dist/scripts/notify-hook.js +55 -32
  192. package/dist/scripts/notify-hook.js.map +1 -1
  193. package/dist/team/__tests__/api-interop.test.js +344 -18
  194. package/dist/team/__tests__/api-interop.test.js.map +1 -1
  195. package/dist/team/__tests__/delivery-e2e-smoke.test.d.ts +2 -0
  196. package/dist/team/__tests__/delivery-e2e-smoke.test.d.ts.map +1 -0
  197. package/dist/team/__tests__/delivery-e2e-smoke.test.js +671 -0
  198. package/dist/team/__tests__/delivery-e2e-smoke.test.js.map +1 -0
  199. package/dist/team/__tests__/mcp-comm.test.js +5 -0
  200. package/dist/team/__tests__/mcp-comm.test.js.map +1 -1
  201. package/dist/team/__tests__/runtime.test.js +422 -12
  202. package/dist/team/__tests__/runtime.test.js.map +1 -1
  203. package/dist/team/__tests__/state.test.js +126 -8
  204. package/dist/team/__tests__/state.test.js.map +1 -1
  205. package/dist/team/__tests__/team-ops-contract.test.js +4 -0
  206. package/dist/team/__tests__/team-ops-contract.test.js.map +1 -1
  207. package/dist/team/__tests__/tmux-session.test.js +160 -0
  208. package/dist/team/__tests__/tmux-session.test.js.map +1 -1
  209. package/dist/team/__tests__/worker-bootstrap.test.js +19 -1
  210. package/dist/team/__tests__/worker-bootstrap.test.js.map +1 -1
  211. package/dist/team/api-interop.d.ts.map +1 -1
  212. package/dist/team/api-interop.js +95 -23
  213. package/dist/team/api-interop.js.map +1 -1
  214. package/dist/team/contracts.d.ts +11 -1
  215. package/dist/team/contracts.d.ts.map +1 -1
  216. package/dist/team/contracts.js +29 -0
  217. package/dist/team/contracts.js.map +1 -1
  218. package/dist/team/delivery-log.d.ts +14 -0
  219. package/dist/team/delivery-log.d.ts.map +1 -0
  220. package/dist/team/delivery-log.js +35 -0
  221. package/dist/team/delivery-log.js.map +1 -0
  222. package/dist/team/idle-nudge.d.ts +2 -2
  223. package/dist/team/idle-nudge.js +2 -2
  224. package/dist/team/mcp-comm.d.ts +4 -0
  225. package/dist/team/mcp-comm.d.ts.map +1 -1
  226. package/dist/team/mcp-comm.js +84 -1
  227. package/dist/team/mcp-comm.js.map +1 -1
  228. package/dist/team/pane-status.d.ts +149 -0
  229. package/dist/team/pane-status.d.ts.map +1 -0
  230. package/dist/team/pane-status.js +558 -0
  231. package/dist/team/pane-status.js.map +1 -0
  232. package/dist/team/reminder-intents.d.ts +11 -0
  233. package/dist/team/reminder-intents.d.ts.map +1 -0
  234. package/dist/team/reminder-intents.js +40 -0
  235. package/dist/team/reminder-intents.js.map +1 -0
  236. package/dist/team/runtime-cli.d.ts +1 -1
  237. package/dist/team/runtime-cli.js +2 -2
  238. package/dist/team/runtime-cli.js.map +1 -1
  239. package/dist/team/runtime.d.ts +2 -1
  240. package/dist/team/runtime.d.ts.map +1 -1
  241. package/dist/team/runtime.js +407 -190
  242. package/dist/team/runtime.js.map +1 -1
  243. package/dist/team/scaling.d.ts.map +1 -1
  244. package/dist/team/scaling.js +6 -5
  245. package/dist/team/scaling.js.map +1 -1
  246. package/dist/team/state/dispatch.d.ts +4 -1
  247. package/dist/team/state/dispatch.d.ts.map +1 -1
  248. package/dist/team/state/dispatch.js +59 -18
  249. package/dist/team/state/dispatch.js.map +1 -1
  250. package/dist/team/state/mailbox.d.ts.map +1 -1
  251. package/dist/team/state/mailbox.js +39 -2
  252. package/dist/team/state/mailbox.js.map +1 -1
  253. package/dist/team/state/monitor.d.ts +2 -1
  254. package/dist/team/state/monitor.d.ts.map +1 -1
  255. package/dist/team/state/monitor.js +30 -1
  256. package/dist/team/state/monitor.js.map +1 -1
  257. package/dist/team/state/types.d.ts +5 -2
  258. package/dist/team/state/types.d.ts.map +1 -1
  259. package/dist/team/state/types.js.map +1 -1
  260. package/dist/team/state.d.ts +30 -3
  261. package/dist/team/state.d.ts.map +1 -1
  262. package/dist/team/state.js +170 -2
  263. package/dist/team/state.js.map +1 -1
  264. package/dist/team/team-ops.d.ts +5 -1
  265. package/dist/team/team-ops.d.ts.map +1 -1
  266. package/dist/team/team-ops.js +4 -0
  267. package/dist/team/team-ops.js.map +1 -1
  268. package/dist/team/tmux-session.d.ts +2 -0
  269. package/dist/team/tmux-session.d.ts.map +1 -1
  270. package/dist/team/tmux-session.js +19 -3
  271. package/dist/team/tmux-session.js.map +1 -1
  272. package/dist/team/worker-bootstrap.d.ts +4 -0
  273. package/dist/team/worker-bootstrap.d.ts.map +1 -1
  274. package/dist/team/worker-bootstrap.js +33 -6
  275. package/dist/team/worker-bootstrap.js.map +1 -1
  276. package/dist/utils/__tests__/paths.test.js +63 -1
  277. package/dist/utils/__tests__/paths.test.js.map +1 -1
  278. package/dist/utils/__tests__/platform-command.test.js +50 -4
  279. package/dist/utils/__tests__/platform-command.test.js.map +1 -1
  280. package/dist/utils/paths.d.ts +12 -0
  281. package/dist/utils/paths.d.ts.map +1 -1
  282. package/dist/utils/paths.js +44 -2
  283. package/dist/utils/paths.js.map +1 -1
  284. package/dist/utils/platform-command.d.ts.map +1 -1
  285. package/dist/utils/platform-command.js +13 -5
  286. package/dist/utils/platform-command.js.map +1 -1
  287. package/dist/utils/sleep.d.ts.map +1 -1
  288. package/dist/utils/sleep.js +10 -1
  289. package/dist/utils/sleep.js.map +1 -1
  290. package/package.json +1 -1
  291. package/prompts/analyst.md +2 -2
  292. package/prompts/api-reviewer.md +2 -2
  293. package/prompts/architect.md +2 -2
  294. package/prompts/build-fixer.md +2 -2
  295. package/prompts/code-reviewer.md +2 -2
  296. package/prompts/code-simplifier.md +1 -1
  297. package/prompts/critic.md +2 -2
  298. package/prompts/debugger.md +3 -2
  299. package/prompts/dependency-expert.md +2 -2
  300. package/prompts/designer.md +2 -2
  301. package/prompts/executor.md +3 -2
  302. package/prompts/explore.md +2 -2
  303. package/prompts/git-master.md +2 -2
  304. package/prompts/information-architect.md +2 -2
  305. package/prompts/performance-reviewer.md +2 -2
  306. package/prompts/planner.md +3 -2
  307. package/prompts/product-analyst.md +2 -2
  308. package/prompts/product-manager.md +2 -2
  309. package/prompts/qa-tester.md +2 -2
  310. package/prompts/quality-reviewer.md +2 -2
  311. package/prompts/quality-strategist.md +2 -2
  312. package/prompts/researcher.md +2 -2
  313. package/prompts/security-reviewer.md +2 -2
  314. package/prompts/sisyphus-lite.md +2 -2
  315. package/prompts/style-reviewer.md +2 -2
  316. package/prompts/team-executor.md +2 -2
  317. package/prompts/test-engineer.md +2 -2
  318. package/prompts/ux-researcher.md +2 -2
  319. package/prompts/verifier.md +3 -2
  320. package/prompts/vision.md +2 -2
  321. package/prompts/writer.md +2 -2
  322. package/skills/team/SKILL.md +18 -33
  323. package/src/scripts/__tests__/codex-native-hook.test.ts +931 -0
  324. package/src/scripts/codex-native-hook.ts +721 -0
  325. package/src/scripts/codex-native-pre-post.ts +161 -0
  326. package/src/scripts/notify-fallback-watcher.ts +318 -26
  327. package/src/scripts/notify-hook/auto-nudge.ts +5 -10
  328. package/src/scripts/notify-hook/log.ts +18 -4
  329. package/src/scripts/notify-hook/managed-tmux.ts +1 -0
  330. package/src/scripts/notify-hook/orchestration-intent.ts +82 -0
  331. package/src/scripts/notify-hook/process-runner.ts +4 -4
  332. package/src/scripts/notify-hook/ralph-session-resume.ts +9 -0
  333. package/src/scripts/notify-hook/team-dispatch.ts +134 -6
  334. package/src/scripts/notify-hook/team-leader-nudge.ts +183 -37
  335. package/src/scripts/notify-hook/team-tmux-guard.ts +35 -43
  336. package/src/scripts/notify-hook/team-worker.ts +73 -4
  337. package/src/scripts/notify-hook/utils.ts +1 -1
  338. package/src/scripts/notify-hook.ts +64 -32
  339. package/templates/AGENTS.md +21 -11
  340. package/README.de.md +0 -263
  341. package/README.el.md +0 -223
  342. package/README.es.md +0 -263
  343. package/README.fr.md +0 -263
  344. package/README.it.md +0 -263
  345. package/README.ja.md +0 -264
  346. package/README.ko.md +0 -264
  347. package/README.pl.md +0 -216
  348. package/README.pt.md +0 -263
  349. package/README.ru.md +0 -263
  350. package/README.tr.md +0 -263
  351. package/README.vi.md +0 -223
  352. package/README.zh-TW.md +0 -293
  353. package/README.zh.md +0 -264
  354. package/dist/mcp/__tests__/team-server-cleanup.test.d.ts +0 -2
  355. package/dist/mcp/__tests__/team-server-cleanup.test.d.ts.map +0 -1
  356. package/dist/mcp/__tests__/team-server-cleanup.test.js +0 -219
  357. package/dist/mcp/__tests__/team-server-cleanup.test.js.map +0 -1
  358. package/dist/mcp/__tests__/team-server-runtime-deps.test.d.ts +0 -2
  359. package/dist/mcp/__tests__/team-server-runtime-deps.test.d.ts.map +0 -1
  360. package/dist/mcp/__tests__/team-server-runtime-deps.test.js +0 -13
  361. package/dist/mcp/__tests__/team-server-runtime-deps.test.js.map +0 -1
  362. package/dist/mcp/__tests__/team-server-wait.test.d.ts +0 -2
  363. package/dist/mcp/__tests__/team-server-wait.test.d.ts.map +0 -1
  364. package/dist/mcp/__tests__/team-server-wait.test.js +0 -155
  365. package/dist/mcp/__tests__/team-server-wait.test.js.map +0 -1
  366. package/dist/mcp/team-server.d.ts +0 -24
  367. package/dist/mcp/team-server.d.ts.map +0 -1
  368. package/dist/mcp/team-server.js +0 -482
  369. package/dist/mcp/team-server.js.map +0 -1
package/README.ko.md DELETED
@@ -1,264 +0,0 @@
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는 혼자가 아닙니다.</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
- > **[Website](https://yeachan-heo.github.io/oh-my-codex-website/)** | **[Documentation](https://yeachan-heo.github.io/oh-my-codex-website/docs.html)** | **[CLI Reference](https://yeachan-heo.github.io/oh-my-codex-website/docs.html#cli-reference)** | **[Workflows](https://yeachan-heo.github.io/oh-my-codex-website/docs.html#workflows)** | **[OpenClaw 통합 가이드](./docs/openclaw-integration.ko.md)** | **[GitHub](https://github.com/Yeachan-Heo/oh-my-codex)** | **[npm](https://www.npmjs.com/package/oh-my-codex)**
15
-
16
- [OpenAI Codex CLI](https://github.com/openai/codex)를 위한 멀티 에이전트 오케스트레이션 레이어.
17
-
18
- ## v0.9.0 새로운 기능 — Spark Initiative
19
-
20
- Spark Initiative는 OMX의 네이티브 탐색/검사 경로를 강화한 릴리스입니다.
21
-
22
- - **`omx explore` 네이티브 하네스** — 읽기 전용 저장소 탐색을 Rust 기반 하네스로 더 빠르고 엄격하게 실행합니다.
23
- - **`omx sparkshell`** — 긴 출력을 요약하고 tmux pane 캡처를 지원하는 운영자용 네이티브 검사 표면입니다.
24
- - **크로스 플랫폼 네이티브 릴리스 자산** — `omx-explore-harness`, `omx-sparkshell`, `native-release-manifest.json` 기반 hydration 경로가 릴리스 파이프라인에 포함됩니다.
25
- - **강화된 CI/CD** — `build` job의 명시적 Rust toolchain 설정, `cargo fmt --check`, `cargo clippy -- -D warnings`가 추가되었습니다.
26
-
27
- 자세한 내용은 [v0.9.0 릴리스 노트](./docs/release-notes-0.9.0.md) 및 [릴리스 본문](./docs/release-body-0.9.0.md)을 참고하세요.
28
-
29
- ## 첫 번째 세션
30
-
31
- Codex 내부에서:
32
-
33
- ```text
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
- ```
39
-
40
- 터미널에서:
41
-
42
- ```bash
43
- omx team 4:executor "parallelize a multi-module refactor"
44
- omx team status <team-name>
45
- omx team shutdown <team-name>
46
- ```
47
-
48
- ## 권장 워크플로
49
-
50
- 1. `$deep-interview` — 범위나 경계가 아직 모호할 때 먼저 명확히 합니다.
51
- 2. `$ralplan` — 정리된 범위를 승인 가능한 아키텍처 및 구현 계획으로 바꿉니다.
52
- 3. `$team` 또는 `$ralph` — 승인된 계획을 병렬로 조율해 실행하려면 `$team`, 한 명의 책임자가 끝까지 밀고 검증하려면 `$ralph`를 사용합니다.
53
-
54
- ## 핵심 모델
55
-
56
- OMX는 다음 레이어를 설치하고 연결합니다:
57
-
58
- ```text
59
- User
60
- -> Codex CLI
61
- -> AGENTS.md (오케스트레이션 브레인)
62
- -> ~/.codex/prompts/*.md (에이전트 프롬프트 카탈로그)
63
- -> ~/.codex/skills/*/SKILL.md (스킬 카탈로그)
64
- -> ~/.codex/config.toml (기능, 알림, MCP)
65
- -> .omx/ (런타임 상태, 메모리, 계획, 로그)
66
- ```
67
-
68
- ## 주요 명령어
69
-
70
- ```bash
71
- omx # Codex 실행 (tmux에서 HUD와 함께)
72
- omx setup # 범위별 프롬프트/스킬/설정 설치 + 프로젝트 .omx + 범위별 AGENTS.md
73
- omx doctor # 설치/런타임 진단
74
- omx doctor --team # Team/swarm 진단
75
- omx team ... # tmux 팀 워커 시작/상태/재개/종료
76
- omx status # 활성 모드 표시
77
- omx cancel # 활성 실행 모드 취소
78
- omx reasoning <mode> # low|medium|high|xhigh
79
- omx tmux-hook ... # init|status|validate|test
80
- omx hooks ... # init|status|validate|test (플러그인 확장 워크플로우)
81
- omx hud ... # --watch|--json|--preset
82
- omx help
83
- ```
84
-
85
- ## Hooks 확장 (추가 표면)
86
-
87
- OMX는 이제 플러그인 스캐폴딩 및 검증을 위한 `omx hooks`를 포함합니다.
88
-
89
- - `omx tmux-hook`은 계속 지원되며 변경되지 않았습니다.
90
- - `omx hooks`는 추가적이며 tmux-hook 워크플로우를 대체하지 않습니다.
91
- - 플러그인 파일은 `.omx/hooks/*.mjs`에 위치합니다.
92
- - 플러그인은 기본적으로 비활성화되어 있으며; `OMX_HOOK_PLUGINS=1`로 활성화합니다.
93
-
94
- 전체 확장 워크플로우 및 이벤트 모델은 `docs/hooks-extension.md`를 참조하세요.
95
-
96
- ## 시작 플래그
97
-
98
- ```bash
99
- --yolo
100
- --high
101
- --xhigh
102
- --madmax
103
- --force
104
- --dry-run
105
- --verbose
106
- --scope <user|project> # setup 전용
107
- ```
108
-
109
- `--madmax`는 Codex `--dangerously-bypass-approvals-and-sandbox`에 매핑됩니다.
110
- 신뢰할 수 있는/외부 sandbox 환경에서만 사용하세요.
111
-
112
- ### MCP workingDirectory 정책 (선택적 강화)
113
-
114
- 기본적으로 MCP state/memory/trace 도구는 호출자가 제공한 `workingDirectory`를 수락합니다.
115
- 이를 제한하려면 허용된 루트 목록을 설정하세요:
116
-
117
- ```bash
118
- export OMX_MCP_WORKDIR_ROOTS="/path/to/project:/path/to/another-root"
119
- ```
120
-
121
- 설정 시 이 루트 외부의 `workingDirectory` 값은 거부됩니다.
122
-
123
- ## Codex-First 프롬프트 제어
124
-
125
- 기본적으로 OMX는 다음을 주입합니다:
126
-
127
- ```text
128
- -c model_instructions_file="<cwd>/AGENTS.md"
129
- ```
130
-
131
- 이것은 `CODEX_HOME`의 `AGENTS.md`와 프로젝트 `AGENTS.md`(있는 경우)를 병합한 뒤 런타임 오버레이를 추가합니다.
132
- Codex 동작을 확장하지만, Codex 핵심 시스템 정책을 대체/우회하지 않습니다.
133
-
134
- 제어:
135
-
136
- ```bash
137
- OMX_BYPASS_DEFAULT_SYSTEM_PROMPT=0 omx # AGENTS.md 주입 비활성화
138
- OMX_MODEL_INSTRUCTIONS_FILE=/path/to/instructions.md omx
139
- ```
140
-
141
- ## 팀 모드
142
-
143
- 병렬 워커가 유리한 대규모 작업에 팀 모드를 사용합니다.
144
-
145
- 라이프사이클:
146
-
147
- ```text
148
- start -> assign scoped lanes -> monitor -> verify terminal tasks -> shutdown
149
- ```
150
-
151
- 운영 명령어:
152
-
153
- ```bash
154
- omx team <args>
155
- omx team status <team-name>
156
- omx team resume <team-name>
157
- omx team shutdown <team-name>
158
- ```
159
-
160
- 중요 규칙: 중단하는 경우가 아니라면 작업이 `in_progress` 상태인 동안 종료하지 마세요.
161
-
162
- ### Team shutdown policy
163
-
164
- Use `omx team shutdown <team-name>` after the team reaches a terminal state.
165
- Team cleanup now follows one standalone path; legacy linked-Ralph shutdown handling is no longer a separate public workflow.
166
-
167
- 팀 워커를 위한 Worker CLI 선택:
168
-
169
- ```bash
170
- OMX_TEAM_WORKER_CLI=auto # 기본값; worker --model에 "claude"가 포함되면 claude 사용
171
- OMX_TEAM_WORKER_CLI=codex # Codex CLI 워커 강제
172
- OMX_TEAM_WORKER_CLI=claude # Claude CLI 워커 강제
173
- OMX_TEAM_WORKER_CLI_MAP=codex,codex,claude,claude # 워커별 CLI 혼합 (길이=1 또는 워커 수)
174
- OMX_TEAM_AUTO_INTERRUPT_RETRY=0 # 선택: 적응형 queue->resend 폴백 비활성화
175
- ```
176
-
177
- 참고:
178
- - 워커 시작 인수는 여전히 `OMX_TEAM_WORKER_LAUNCH_ARGS`를 통해 공유됩니다.
179
- - `OMX_TEAM_WORKER_CLI_MAP`은 워커별 선택을 위해 `OMX_TEAM_WORKER_CLI`를 재정의합니다.
180
- - 트리거 제출은 기본적으로 적응형 재시도를 사용합니다 (queue/submit, 필요시 안전한 clear-line+resend 폴백).
181
- - Claude worker 모드에서 OMX는 워커를 일반 `claude`로 시작하고 (추가 시작 인수 없음) 명시적인 `--model` / `--config` / `--effort` 재정의를 무시하여 Claude가 기본 `settings.json`을 사용합니다.
182
-
183
- ## `omx setup`이 작성하는 것
184
-
185
- - `.omx/setup-scope.json` (저장된 설정 범위)
186
- - 범위에 따른 설치:
187
- - `user`: `~/.codex/prompts/`, `~/.codex/skills/`, `~/.codex/config.toml`, `~/.omx/agents/`, `~/.codex/AGENTS.md`
188
- - `project`: `./.codex/prompts/`, `./.codex/skills/`, `./.codex/config.toml`, `./.omx/agents/`, `./AGENTS.md`
189
- - 시작 동작: 저장된 범위가 `project`이면, `omx` 시작 시 자동으로 `CODEX_HOME=./.codex`를 사용합니다 (`CODEX_HOME`이 이미 설정되지 않은 경우).
190
- - 시작 지침은 `~/.codex/AGENTS.md`(또는 `CODEX_HOME/AGENTS.md`)와 프로젝트 `./AGENTS.md`를 병합한 뒤 런타임 오버레이를 추가해 사용합니다.
191
- - 기존 `AGENTS.md`는 자동으로 덮어쓰지 않습니다. 대화형 TTY 실행에서는 덮어쓸지 확인하고, 비대화형 실행에서는 `--force`가 없으면 건너뜁니다 (활성 세션 안전 검사는 여전히 적용됩니다).
192
- - `config.toml` 업데이트 (두 범위 모두):
193
- - `notify = ["node", "..."]`
194
- - `model_reasoning_effort = "high"`
195
- - `developer_instructions = "..."`
196
- - `[features] multi_agent = true, child_agents_md = true`
197
- - MCP 서버 항목 (`omx_state`, `omx_memory`, `omx_code_intel`, `omx_trace`)
198
- - `[tui] status_line`
199
- - 범위별 `AGENTS.md`
200
- - `.omx/` 런타임 디렉토리 및 HUD 설정
201
-
202
- ## 에이전트와 스킬
203
-
204
- - 프롬프트: `prompts/*.md` (`user`는 `~/.codex/prompts/`에, `project`는 `./.codex/prompts/`에 설치)
205
- - 스킬: `skills/*/SKILL.md` (`user`는 `~/.codex/skills/`에, `project`는 `./.codex/skills/`에 설치)
206
-
207
- 예시:
208
- - 에이전트: `architect`, `planner`, `executor`, `debugger`, `verifier`, `security-reviewer`
209
- - 스킬: `deep-interview`, `ralplan`, `team`, `ralph`, `plan`, `cancel`
210
-
211
- ## 프로젝트 구조
212
-
213
- ```text
214
- oh-my-codex/
215
- bin/omx.js
216
- src/
217
- cli/
218
- team/
219
- mcp/
220
- hooks/
221
- hud/
222
- config/
223
- modes/
224
- notifications/
225
- verification/
226
- prompts/
227
- skills/
228
- templates/
229
- scripts/
230
- ```
231
-
232
- ## 개발
233
-
234
- ```bash
235
- git clone https://github.com/Yeachan-Heo/oh-my-codex.git
236
- cd oh-my-codex
237
- npm install
238
- npm run build
239
- npm test
240
- ```
241
-
242
- ## 문서
243
-
244
- - **[전체 문서](https://yeachan-heo.github.io/oh-my-codex-website/docs.html)** — 완전한 가이드
245
- - **[CLI 레퍼런스](https://yeachan-heo.github.io/oh-my-codex-website/docs.html#cli-reference)** — 모든 `omx` 명령어, 플래그 및 도구
246
- - **[알림 가이드](https://yeachan-heo.github.io/oh-my-codex-website/docs.html#notifications)** — Discord, Telegram, Slack 및 webhook 설정
247
- - **[권장 워크플로우](https://yeachan-heo.github.io/oh-my-codex-website/docs.html#workflows)** — 일반적인 작업을 위한 실전 검증된 스킬 체인
248
- - **[릴리스 노트](https://yeachan-heo.github.io/oh-my-codex-website/docs.html#release-notes)** — 각 버전의 새로운 기능
249
-
250
- ## 참고
251
-
252
- - 전체 변경 로그: `CHANGELOG.md`
253
- - 마이그레이션 가이드 (v0.4.4 이후 mainline): `docs/migration-mainline-post-v0.4.4.md`
254
- - 커버리지 및 패리티 노트: `COVERAGE.md`
255
- - Hook 확장 워크플로우: `docs/hooks-extension.md`
256
- - 설정 및 기여 세부사항: `CONTRIBUTING.md`
257
-
258
- ## 감사의 말
259
-
260
- [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode)에서 영감을 받아 Codex CLI용으로 적응하였습니다.
261
-
262
- ## 라이선스
263
-
264
- MIT
package/README.pl.md DELETED
@@ -1,216 +0,0 @@
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