oh-my-codex 0.11.13 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.lock +5 -5
- package/Cargo.toml +1 -1
- package/README.md +34 -17
- package/crates/omx-runtime/src/main.rs +6 -2
- package/dist/agents/native-config.js +1 -1
- package/dist/agents/native-config.js.map +1 -1
- package/dist/cli/__tests__/autoresearch-guided.test.js +74 -2
- package/dist/cli/__tests__/autoresearch-guided.test.js.map +1 -1
- package/dist/cli/__tests__/cleanup.test.js +37 -30
- package/dist/cli/__tests__/cleanup.test.js.map +1 -1
- package/dist/cli/__tests__/error-handling-warnings.test.js +3 -1
- package/dist/cli/__tests__/error-handling-warnings.test.js.map +1 -1
- package/dist/cli/__tests__/index.test.js +276 -5
- package/dist/cli/__tests__/index.test.js.map +1 -1
- package/dist/cli/__tests__/launch-fallback.test.js +95 -1
- package/dist/cli/__tests__/launch-fallback.test.js.map +1 -1
- package/dist/cli/__tests__/setup-refresh.test.js +49 -9
- package/dist/cli/__tests__/setup-refresh.test.js.map +1 -1
- package/dist/cli/__tests__/setup-scope.test.js +9 -0
- package/dist/cli/__tests__/setup-scope.test.js.map +1 -1
- package/dist/cli/__tests__/team.test.js +136 -11
- package/dist/cli/__tests__/team.test.js.map +1 -1
- package/dist/cli/__tests__/uninstall.test.js +10 -0
- package/dist/cli/__tests__/uninstall.test.js.map +1 -1
- package/dist/cli/__tests__/windows-popup-loop-contract.test.js +1 -0
- package/dist/cli/__tests__/windows-popup-loop-contract.test.js.map +1 -1
- package/dist/cli/autoresearch-guided.d.ts.map +1 -1
- package/dist/cli/autoresearch-guided.js +2 -1
- package/dist/cli/autoresearch-guided.js.map +1 -1
- package/dist/cli/autoresearch.d.ts.map +1 -1
- package/dist/cli/autoresearch.js +2 -1
- package/dist/cli/autoresearch.js.map +1 -1
- package/dist/cli/cleanup.d.ts.map +1 -1
- package/dist/cli/cleanup.js +10 -5
- package/dist/cli/cleanup.js.map +1 -1
- package/dist/cli/index.d.ts +21 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +298 -36
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/omx.js +2 -0
- package/dist/cli/omx.js.map +1 -1
- package/dist/cli/setup.d.ts +1 -0
- package/dist/cli/setup.d.ts.map +1 -1
- package/dist/cli/setup.js +41 -7
- package/dist/cli/setup.js.map +1 -1
- package/dist/cli/team.d.ts.map +1 -1
- package/dist/cli/team.js +16 -557
- package/dist/cli/team.js.map +1 -1
- package/dist/cli/uninstall.d.ts.map +1 -1
- package/dist/cli/uninstall.js +34 -9
- package/dist/cli/uninstall.js.map +1 -1
- package/dist/config/__tests__/generator-idempotent.test.js +79 -2
- package/dist/config/__tests__/generator-idempotent.test.js.map +1 -1
- package/dist/config/__tests__/generator-notify.test.js +2 -0
- package/dist/config/__tests__/generator-notify.test.js.map +1 -1
- package/dist/config/codex-hooks.d.ts +11 -0
- package/dist/config/codex-hooks.d.ts.map +1 -0
- package/dist/config/codex-hooks.js +50 -0
- package/dist/config/codex-hooks.js.map +1 -0
- package/dist/config/generator.d.ts +5 -3
- package/dist/config/generator.d.ts.map +1 -1
- package/dist/config/generator.js +24 -14
- package/dist/config/generator.js.map +1 -1
- package/dist/hooks/__tests__/debugger-log-recency-contract.test.d.ts +2 -0
- package/dist/hooks/__tests__/debugger-log-recency-contract.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/debugger-log-recency-contract.test.js +20 -0
- package/dist/hooks/__tests__/debugger-log-recency-contract.test.js.map +1 -0
- package/dist/hooks/__tests__/keyword-detector.test.js +132 -0
- package/dist/hooks/__tests__/keyword-detector.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-fallback-watcher.test.js +292 -4
- package/dist/hooks/__tests__/notify-fallback-watcher.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-all-workers-idle.test.js +86 -0
- package/dist/hooks/__tests__/notify-hook-all-workers-idle.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js +40 -0
- package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-managed-tmux.test.d.ts +2 -0
- package/dist/hooks/__tests__/notify-hook-managed-tmux.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/notify-hook-managed-tmux.test.js +54 -0
- package/dist/hooks/__tests__/notify-hook-managed-tmux.test.js.map +1 -0
- package/dist/hooks/__tests__/notify-hook-modules.test.js +31 -0
- package/dist/hooks/__tests__/notify-hook-modules.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-ralph-resume.test.js +51 -0
- package/dist/hooks/__tests__/notify-hook-ralph-resume.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-session-idle-dedupe.test.d.ts +2 -0
- package/dist/hooks/__tests__/notify-hook-session-idle-dedupe.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/notify-hook-session-idle-dedupe.test.js +136 -0
- package/dist/hooks/__tests__/notify-hook-session-idle-dedupe.test.js.map +1 -0
- package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js +120 -0
- package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js +145 -20
- package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-team-tmux-guard.test.js +116 -0
- package/dist/hooks/__tests__/notify-hook-team-tmux-guard.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-worker-idle.test.js +86 -0
- package/dist/hooks/__tests__/notify-hook-worker-idle.test.js.map +1 -1
- package/dist/hooks/__tests__/pre-context-gate-skills.test.js +1 -0
- package/dist/hooks/__tests__/pre-context-gate-skills.test.js.map +1 -1
- package/dist/hooks/extensibility/__tests__/runtime.test.js +49 -0
- package/dist/hooks/extensibility/__tests__/runtime.test.js.map +1 -1
- package/dist/hooks/extensibility/runtime.d.ts.map +1 -1
- package/dist/hooks/extensibility/runtime.js +10 -0
- package/dist/hooks/extensibility/runtime.js.map +1 -1
- package/dist/hooks/extensibility/types.d.ts +1 -1
- package/dist/hooks/extensibility/types.d.ts.map +1 -1
- package/dist/hooks/keyword-detector.d.ts +2 -0
- package/dist/hooks/keyword-detector.d.ts.map +1 -1
- package/dist/hooks/keyword-detector.js +76 -4
- package/dist/hooks/keyword-detector.js.map +1 -1
- package/dist/hooks/prompt-guidance-contract.d.ts.map +1 -1
- package/dist/hooks/prompt-guidance-contract.js +12 -8
- package/dist/hooks/prompt-guidance-contract.js.map +1 -1
- package/dist/hooks/session.d.ts +5 -1
- package/dist/hooks/session.d.ts.map +1 -1
- package/dist/hooks/session.js +10 -6
- package/dist/hooks/session.js.map +1 -1
- package/dist/hud/index.d.ts.map +1 -1
- package/dist/hud/index.js +6 -1
- package/dist/hud/index.js.map +1 -1
- package/dist/mcp/__tests__/bootstrap.test.js +0 -3
- package/dist/mcp/__tests__/bootstrap.test.js.map +1 -1
- package/dist/mcp/__tests__/code-intel-server.test.js +27 -1
- package/dist/mcp/__tests__/code-intel-server.test.js.map +1 -1
- package/dist/mcp/__tests__/server-lifecycle.test.js +0 -5
- package/dist/mcp/__tests__/server-lifecycle.test.js.map +1 -1
- package/dist/mcp/bootstrap.d.ts +1 -1
- package/dist/mcp/bootstrap.d.ts.map +1 -1
- package/dist/mcp/bootstrap.js +0 -1
- package/dist/mcp/bootstrap.js.map +1 -1
- package/dist/mcp/code-intel-server.d.ts +20 -0
- package/dist/mcp/code-intel-server.d.ts.map +1 -1
- package/dist/mcp/code-intel-server.js +6 -5
- package/dist/mcp/code-intel-server.js.map +1 -1
- package/dist/notifications/__tests__/idle-cooldown.test.js +24 -1
- package/dist/notifications/__tests__/idle-cooldown.test.js.map +1 -1
- package/dist/notifications/__tests__/reply-listener.test.js +20 -1
- package/dist/notifications/__tests__/reply-listener.test.js.map +1 -1
- package/dist/notifications/__tests__/tmux.test.js +41 -0
- package/dist/notifications/__tests__/tmux.test.js.map +1 -1
- package/dist/notifications/idle-cooldown.d.ts +13 -0
- package/dist/notifications/idle-cooldown.d.ts.map +1 -1
- package/dist/notifications/idle-cooldown.js +50 -16
- package/dist/notifications/idle-cooldown.js.map +1 -1
- package/dist/notifications/reply-listener.d.ts.map +1 -1
- package/dist/notifications/reply-listener.js +2 -0
- package/dist/notifications/reply-listener.js.map +1 -1
- package/dist/notifications/tmux.d.ts.map +1 -1
- package/dist/notifications/tmux.js +4 -0
- package/dist/notifications/tmux.js.map +1 -1
- package/dist/scripts/__tests__/codex-native-hook.test.d.ts +2 -0
- package/dist/scripts/__tests__/codex-native-hook.test.d.ts.map +1 -0
- package/dist/scripts/__tests__/codex-native-hook.test.js +1050 -0
- package/dist/scripts/__tests__/codex-native-hook.test.js.map +1 -0
- package/dist/scripts/codex-native-hook.d.ts +22 -0
- package/dist/scripts/codex-native-hook.d.ts.map +1 -0
- package/dist/scripts/codex-native-hook.js +792 -0
- package/dist/scripts/codex-native-hook.js.map +1 -0
- package/dist/scripts/codex-native-pre-post.d.ts +26 -0
- package/dist/scripts/codex-native-pre-post.d.ts.map +1 -0
- package/dist/scripts/codex-native-pre-post.js +118 -0
- package/dist/scripts/codex-native-pre-post.js.map +1 -0
- package/dist/scripts/notify-fallback-watcher.js +322 -21
- package/dist/scripts/notify-fallback-watcher.js.map +1 -1
- package/dist/scripts/notify-hook/auto-nudge.d.ts.map +1 -1
- package/dist/scripts/notify-hook/auto-nudge.js +5 -6
- package/dist/scripts/notify-hook/auto-nudge.js.map +1 -1
- package/dist/scripts/notify-hook/log.d.ts +2 -2
- package/dist/scripts/notify-hook/log.d.ts.map +1 -1
- package/dist/scripts/notify-hook/log.js +10 -2
- package/dist/scripts/notify-hook/log.js.map +1 -1
- package/dist/scripts/notify-hook/managed-tmux.d.ts.map +1 -1
- package/dist/scripts/notify-hook/managed-tmux.js +2 -0
- package/dist/scripts/notify-hook/managed-tmux.js.map +1 -1
- package/dist/scripts/notify-hook/orchestration-intent.d.ts +18 -0
- package/dist/scripts/notify-hook/orchestration-intent.d.ts.map +1 -0
- package/dist/scripts/notify-hook/orchestration-intent.js +72 -0
- package/dist/scripts/notify-hook/orchestration-intent.js.map +1 -0
- package/dist/scripts/notify-hook/process-runner.js.map +1 -1
- package/dist/scripts/notify-hook/ralph-session-resume.d.ts.map +1 -1
- package/dist/scripts/notify-hook/ralph-session-resume.js +7 -0
- package/dist/scripts/notify-hook/ralph-session-resume.js.map +1 -1
- package/dist/scripts/notify-hook/team-dispatch.d.ts +15 -6
- package/dist/scripts/notify-hook/team-dispatch.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-dispatch.js +125 -6
- package/dist/scripts/notify-hook/team-dispatch.js.map +1 -1
- package/dist/scripts/notify-hook/team-leader-nudge.d.ts +3 -2
- package/dist/scripts/notify-hook/team-leader-nudge.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-leader-nudge.js +165 -37
- package/dist/scripts/notify-hook/team-leader-nudge.js.map +1 -1
- package/dist/scripts/notify-hook/team-tmux-guard.d.ts +4 -1
- package/dist/scripts/notify-hook/team-tmux-guard.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-tmux-guard.js +33 -44
- package/dist/scripts/notify-hook/team-tmux-guard.js.map +1 -1
- package/dist/scripts/notify-hook/team-worker.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-worker.js +68 -5
- package/dist/scripts/notify-hook/team-worker.js.map +1 -1
- package/dist/scripts/notify-hook/utils.d.ts +1 -1
- package/dist/scripts/notify-hook/utils.d.ts.map +1 -1
- package/dist/scripts/notify-hook/utils.js.map +1 -1
- package/dist/scripts/notify-hook.js +55 -32
- package/dist/scripts/notify-hook.js.map +1 -1
- package/dist/team/__tests__/api-interop.test.js +344 -18
- package/dist/team/__tests__/api-interop.test.js.map +1 -1
- package/dist/team/__tests__/delivery-e2e-smoke.test.d.ts +2 -0
- package/dist/team/__tests__/delivery-e2e-smoke.test.d.ts.map +1 -0
- package/dist/team/__tests__/delivery-e2e-smoke.test.js +671 -0
- package/dist/team/__tests__/delivery-e2e-smoke.test.js.map +1 -0
- package/dist/team/__tests__/mcp-comm.test.js +5 -0
- package/dist/team/__tests__/mcp-comm.test.js.map +1 -1
- package/dist/team/__tests__/runtime.test.js +543 -15
- package/dist/team/__tests__/runtime.test.js.map +1 -1
- package/dist/team/__tests__/state.test.js +133 -8
- package/dist/team/__tests__/state.test.js.map +1 -1
- package/dist/team/__tests__/team-ops-contract.test.js +4 -0
- package/dist/team/__tests__/team-ops-contract.test.js.map +1 -1
- package/dist/team/__tests__/tmux-session.test.js +160 -0
- package/dist/team/__tests__/tmux-session.test.js.map +1 -1
- package/dist/team/__tests__/worker-bootstrap.test.js +19 -1
- package/dist/team/__tests__/worker-bootstrap.test.js.map +1 -1
- package/dist/team/api-interop.d.ts.map +1 -1
- package/dist/team/api-interop.js +95 -23
- package/dist/team/api-interop.js.map +1 -1
- package/dist/team/contracts.d.ts +11 -1
- package/dist/team/contracts.d.ts.map +1 -1
- package/dist/team/contracts.js +29 -0
- package/dist/team/contracts.js.map +1 -1
- package/dist/team/delivery-log.d.ts +14 -0
- package/dist/team/delivery-log.d.ts.map +1 -0
- package/dist/team/delivery-log.js +35 -0
- package/dist/team/delivery-log.js.map +1 -0
- package/dist/team/idle-nudge.d.ts +2 -2
- package/dist/team/idle-nudge.js +2 -2
- package/dist/team/mcp-comm.d.ts +4 -0
- package/dist/team/mcp-comm.d.ts.map +1 -1
- package/dist/team/mcp-comm.js +84 -1
- package/dist/team/mcp-comm.js.map +1 -1
- package/dist/team/pane-status.d.ts +149 -0
- package/dist/team/pane-status.d.ts.map +1 -0
- package/dist/team/pane-status.js +558 -0
- package/dist/team/pane-status.js.map +1 -0
- package/dist/team/reminder-intents.d.ts +11 -0
- package/dist/team/reminder-intents.d.ts.map +1 -0
- package/dist/team/reminder-intents.js +40 -0
- package/dist/team/reminder-intents.js.map +1 -0
- package/dist/team/runtime-cli.d.ts +1 -1
- package/dist/team/runtime-cli.js +2 -2
- package/dist/team/runtime-cli.js.map +1 -1
- package/dist/team/runtime.d.ts +2 -1
- package/dist/team/runtime.d.ts.map +1 -1
- package/dist/team/runtime.js +409 -191
- package/dist/team/runtime.js.map +1 -1
- package/dist/team/scaling.d.ts.map +1 -1
- package/dist/team/scaling.js +6 -5
- package/dist/team/scaling.js.map +1 -1
- package/dist/team/state/dispatch.d.ts +4 -1
- package/dist/team/state/dispatch.d.ts.map +1 -1
- package/dist/team/state/dispatch.js +59 -18
- package/dist/team/state/dispatch.js.map +1 -1
- package/dist/team/state/mailbox.d.ts.map +1 -1
- package/dist/team/state/mailbox.js +45 -2
- package/dist/team/state/mailbox.js.map +1 -1
- package/dist/team/state/monitor.d.ts +2 -1
- package/dist/team/state/monitor.d.ts.map +1 -1
- package/dist/team/state/monitor.js +30 -1
- package/dist/team/state/monitor.js.map +1 -1
- package/dist/team/state/types.d.ts +5 -2
- package/dist/team/state/types.d.ts.map +1 -1
- package/dist/team/state/types.js.map +1 -1
- package/dist/team/state.d.ts +30 -3
- package/dist/team/state.d.ts.map +1 -1
- package/dist/team/state.js +170 -2
- package/dist/team/state.js.map +1 -1
- package/dist/team/team-ops.d.ts +5 -1
- package/dist/team/team-ops.d.ts.map +1 -1
- package/dist/team/team-ops.js +4 -0
- package/dist/team/team-ops.js.map +1 -1
- package/dist/team/tmux-session.d.ts +2 -0
- package/dist/team/tmux-session.d.ts.map +1 -1
- package/dist/team/tmux-session.js +19 -3
- package/dist/team/tmux-session.js.map +1 -1
- package/dist/team/worker-bootstrap.d.ts +4 -0
- package/dist/team/worker-bootstrap.d.ts.map +1 -1
- package/dist/team/worker-bootstrap.js +33 -6
- package/dist/team/worker-bootstrap.js.map +1 -1
- package/dist/utils/__tests__/paths.test.js +63 -1
- package/dist/utils/__tests__/paths.test.js.map +1 -1
- package/dist/utils/__tests__/platform-command.test.js +50 -4
- package/dist/utils/__tests__/platform-command.test.js.map +1 -1
- package/dist/utils/paths.d.ts +12 -0
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js +44 -2
- package/dist/utils/paths.js.map +1 -1
- package/dist/utils/platform-command.d.ts.map +1 -1
- package/dist/utils/platform-command.js +13 -5
- package/dist/utils/platform-command.js.map +1 -1
- package/dist/utils/sleep.d.ts.map +1 -1
- package/dist/utils/sleep.js +10 -1
- package/dist/utils/sleep.js.map +1 -1
- package/package.json +1 -1
- package/prompts/analyst.md +2 -2
- package/prompts/api-reviewer.md +2 -2
- package/prompts/architect.md +2 -2
- package/prompts/build-fixer.md +2 -2
- package/prompts/code-reviewer.md +2 -2
- package/prompts/code-simplifier.md +1 -1
- package/prompts/critic.md +2 -2
- package/prompts/debugger.md +3 -2
- package/prompts/dependency-expert.md +2 -2
- package/prompts/designer.md +2 -2
- package/prompts/executor.md +3 -2
- package/prompts/explore.md +2 -2
- package/prompts/git-master.md +2 -2
- package/prompts/information-architect.md +15 -102
- package/prompts/performance-reviewer.md +2 -2
- package/prompts/planner.md +3 -2
- package/prompts/product-analyst.md +2 -2
- package/prompts/product-manager.md +2 -2
- package/prompts/qa-tester.md +2 -2
- package/prompts/quality-reviewer.md +2 -2
- package/prompts/quality-strategist.md +2 -2
- package/prompts/researcher.md +2 -2
- package/prompts/security-reviewer.md +2 -2
- package/prompts/sisyphus-lite.md +2 -2
- package/prompts/style-reviewer.md +2 -2
- package/prompts/team-executor.md +2 -2
- package/prompts/test-engineer.md +2 -2
- package/prompts/ux-researcher.md +2 -2
- package/prompts/verifier.md +3 -2
- package/prompts/vision.md +2 -2
- package/prompts/writer.md +2 -2
- package/skills/team/SKILL.md +18 -33
- package/src/scripts/__tests__/codex-native-hook.test.ts +1346 -0
- package/src/scripts/codex-native-hook.ts +983 -0
- package/src/scripts/codex-native-pre-post.ts +161 -0
- package/src/scripts/notify-fallback-watcher.ts +378 -29
- package/src/scripts/notify-hook/auto-nudge.ts +5 -10
- package/src/scripts/notify-hook/log.ts +18 -4
- package/src/scripts/notify-hook/managed-tmux.ts +1 -0
- package/src/scripts/notify-hook/orchestration-intent.ts +82 -0
- package/src/scripts/notify-hook/process-runner.ts +4 -4
- package/src/scripts/notify-hook/ralph-session-resume.ts +9 -0
- package/src/scripts/notify-hook/team-dispatch.ts +134 -6
- package/src/scripts/notify-hook/team-leader-nudge.ts +183 -37
- package/src/scripts/notify-hook/team-tmux-guard.ts +35 -43
- package/src/scripts/notify-hook/team-worker.ts +73 -4
- package/src/scripts/notify-hook/utils.ts +1 -1
- package/src/scripts/notify-hook.ts +64 -32
- package/templates/AGENTS.md +21 -11
- package/README.de.md +0 -263
- package/README.el.md +0 -223
- package/README.es.md +0 -263
- package/README.fr.md +0 -263
- package/README.it.md +0 -263
- package/README.ja.md +0 -264
- package/README.ko.md +0 -264
- package/README.pl.md +0 -216
- package/README.pt.md +0 -263
- package/README.ru.md +0 -263
- package/README.tr.md +0 -263
- package/README.vi.md +0 -223
- package/README.zh-TW.md +0 -293
- package/README.zh.md +0 -264
- package/dist/mcp/__tests__/team-server-cleanup.test.d.ts +0 -2
- package/dist/mcp/__tests__/team-server-cleanup.test.d.ts.map +0 -1
- package/dist/mcp/__tests__/team-server-cleanup.test.js +0 -219
- package/dist/mcp/__tests__/team-server-cleanup.test.js.map +0 -1
- package/dist/mcp/__tests__/team-server-runtime-deps.test.d.ts +0 -2
- package/dist/mcp/__tests__/team-server-runtime-deps.test.d.ts.map +0 -1
- package/dist/mcp/__tests__/team-server-runtime-deps.test.js +0 -13
- package/dist/mcp/__tests__/team-server-runtime-deps.test.js.map +0 -1
- package/dist/mcp/__tests__/team-server-wait.test.d.ts +0 -2
- package/dist/mcp/__tests__/team-server-wait.test.d.ts.map +0 -1
- package/dist/mcp/__tests__/team-server-wait.test.js +0 -155
- package/dist/mcp/__tests__/team-server-wait.test.js.map +0 -1
- package/dist/mcp/team-server.d.ts +0 -24
- package/dist/mcp/team-server.d.ts.map +0 -1
- package/dist/mcp/team-server.js +0 -482
- package/dist/mcp/team-server.js.map +0 -1
package/README.tr.md
DELETED
|
@@ -1,263 +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'iniz yalnız değil.</em>
|
|
7
|
-
</p>
|
|
8
|
-
|
|
9
|
-
[](https://www.npmjs.com/package/oh-my-codex)
|
|
10
|
-
[](https://opensource.org/licenses/MIT)
|
|
11
|
-
[](https://nodejs.org)
|
|
12
|
-
|
|
13
|
-
> **[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 Entegrasyon Kılavuzu](./docs/openclaw-integration.tr.md)** | **[GitHub](https://github.com/Yeachan-Heo/oh-my-codex)** | **[npm](https://www.npmjs.com/package/oh-my-codex)**
|
|
14
|
-
|
|
15
|
-
[OpenAI Codex CLI](https://github.com/openai/codex) için çok ajanlı orkestrasyon katmanı.
|
|
16
|
-
|
|
17
|
-
## v0.9.0'daki Yenilikler — Spark Initiative
|
|
18
|
-
|
|
19
|
-
Spark Initiative, OMX içindeki native keşif ve inceleme yolunu güçlendiren sürümdür.
|
|
20
|
-
|
|
21
|
-
- **`omx explore` için native harness** — salt okunur depo keşfini Rust tabanlı daha hızlı ve daha sıkı bir yol üzerinden çalıştırır.
|
|
22
|
-
- **`omx sparkshell`** — uzun çıktıları özetleyen ve açık tmux pane yakalama desteği veren operatör odaklı native inceleme yüzeyidir.
|
|
23
|
-
- **Çapraz platform native release varlıkları** — `omx-explore-harness`, `omx-sparkshell` ve `native-release-manifest.json` için hydration yolu artık release pipeline'ın parçasıdır.
|
|
24
|
-
- **Güçlendirilmiş CI/CD** — `build` job'ına açık Rust toolchain kurulumu ile birlikte `cargo fmt --check` ve `cargo clippy -- -D warnings` eklendi.
|
|
25
|
-
|
|
26
|
-
Ayrıntılar için [v0.9.0 release notları](./docs/release-notes-0.9.0.md) ve [release body](./docs/release-body-0.9.0.md) dosyalarına bakın.
|
|
27
|
-
|
|
28
|
-
## İlk Oturum
|
|
29
|
-
|
|
30
|
-
Codex içinde:
|
|
31
|
-
|
|
32
|
-
```text
|
|
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
|
-
```
|
|
38
|
-
|
|
39
|
-
Terminalden:
|
|
40
|
-
|
|
41
|
-
```bash
|
|
42
|
-
omx team 4:executor "parallelize a multi-module refactor"
|
|
43
|
-
omx team status <team-name>
|
|
44
|
-
omx team shutdown <team-name>
|
|
45
|
-
```
|
|
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
|
-
|
|
53
|
-
## Temel Model
|
|
54
|
-
|
|
55
|
-
OMX şu katmanları kurar ve bağlar:
|
|
56
|
-
|
|
57
|
-
```text
|
|
58
|
-
User
|
|
59
|
-
-> Codex CLI
|
|
60
|
-
-> AGENTS.md (orkestrasyon beyni)
|
|
61
|
-
-> ~/.codex/prompts/*.md (ajan prompt kataloğu)
|
|
62
|
-
-> ~/.codex/skills/*/SKILL.md (skill kataloğu)
|
|
63
|
-
-> ~/.codex/config.toml (özellikler, bildirimler, MCP)
|
|
64
|
-
-> .omx/ (çalışma zamanı durumu, bellek, planlar, günlükler)
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
## Ana Komutlar
|
|
68
|
-
|
|
69
|
-
```bash
|
|
70
|
-
omx # Codex'i başlat (tmux'ta HUD ile birlikte)
|
|
71
|
-
omx setup # Prompt/skill/config'i kapsama göre kur + proje .omx + kapsama özel AGENTS.md
|
|
72
|
-
omx doctor # Kurulum/çalışma zamanı tanılamaları
|
|
73
|
-
omx doctor --team # Team/swarm tanılamaları
|
|
74
|
-
omx team ... # tmux takım çalışanlarını başlat/durum/devam et/kapat
|
|
75
|
-
omx status # Aktif modları göster
|
|
76
|
-
omx cancel # Aktif çalışma modlarını iptal et
|
|
77
|
-
omx reasoning <mode> # low|medium|high|xhigh
|
|
78
|
-
omx tmux-hook ... # init|status|validate|test
|
|
79
|
-
omx hooks ... # init|status|validate|test (eklenti uzantı iş akışı)
|
|
80
|
-
omx hud ... # --watch|--json|--preset
|
|
81
|
-
omx help
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
## Hooks Uzantısı (Ek Yüzey)
|
|
85
|
-
|
|
86
|
-
OMX artık eklenti iskelesi ve doğrulaması için `omx hooks` içerir.
|
|
87
|
-
|
|
88
|
-
- `omx tmux-hook` desteklenmeye devam eder ve değişmemiştir.
|
|
89
|
-
- `omx hooks` ek niteliktedir ve tmux-hook iş akışlarını değiştirmez.
|
|
90
|
-
- Eklenti dosyaları `.omx/hooks/*.mjs` konumunda bulunur.
|
|
91
|
-
- Eklentiler varsayılan olarak kapalıdır; `OMX_HOOK_PLUGINS=1` ile etkinleştirin.
|
|
92
|
-
|
|
93
|
-
Tam uzantı iş akışı ve olay modeli için `docs/hooks-extension.md` dosyasına bakın.
|
|
94
|
-
|
|
95
|
-
## Başlatma Bayrakları
|
|
96
|
-
|
|
97
|
-
```bash
|
|
98
|
-
--yolo
|
|
99
|
-
--high
|
|
100
|
-
--xhigh
|
|
101
|
-
--madmax
|
|
102
|
-
--force
|
|
103
|
-
--dry-run
|
|
104
|
-
--verbose
|
|
105
|
-
--scope <user|project> # yalnızca setup
|
|
106
|
-
```
|
|
107
|
-
|
|
108
|
-
`--madmax`, Codex `--dangerously-bypass-approvals-and-sandbox` ile eşlenir.
|
|
109
|
-
Yalnızca güvenilir/harici sandbox ortamlarında kullanın.
|
|
110
|
-
|
|
111
|
-
### MCP workingDirectory politikası (isteğe bağlı sertleştirme)
|
|
112
|
-
|
|
113
|
-
Varsayılan olarak, MCP durum/bellek/trace araçları çağıranın sağladığı `workingDirectory` değerini kabul eder.
|
|
114
|
-
Bunu kısıtlamak için bir izin listesi belirleyin:
|
|
115
|
-
|
|
116
|
-
```bash
|
|
117
|
-
export OMX_MCP_WORKDIR_ROOTS="/path/to/project:/path/to/another-root"
|
|
118
|
-
```
|
|
119
|
-
|
|
120
|
-
Ayarlandığında, bu kökler dışındaki `workingDirectory` değerleri reddedilir.
|
|
121
|
-
|
|
122
|
-
## Codex-First Prompt Kontrolü
|
|
123
|
-
|
|
124
|
-
Varsayılan olarak, OMX şunu enjekte eder:
|
|
125
|
-
|
|
126
|
-
```text
|
|
127
|
-
-c model_instructions_file="<cwd>/AGENTS.md"
|
|
128
|
-
```
|
|
129
|
-
|
|
130
|
-
Bu, `CODEX_HOME` içindeki `AGENTS.md` ile proje `AGENTS.md` dosyasını (varsa) birleştirir ve ardından çalışma zamanı kaplamasını ekler.
|
|
131
|
-
Codex davranışını genişletir, ancak Codex çekirdek sistem politikalarını değiştirmez/atlamaz.
|
|
132
|
-
|
|
133
|
-
Kontroller:
|
|
134
|
-
|
|
135
|
-
```bash
|
|
136
|
-
OMX_BYPASS_DEFAULT_SYSTEM_PROMPT=0 omx # AGENTS.md enjeksiyonunu devre dışı bırak
|
|
137
|
-
OMX_MODEL_INSTRUCTIONS_FILE=/path/to/instructions.md omx
|
|
138
|
-
```
|
|
139
|
-
|
|
140
|
-
## Takım Modu
|
|
141
|
-
|
|
142
|
-
Paralel çalışanlardan fayda sağlayan geniş kapsamlı işler için takım modunu kullanın.
|
|
143
|
-
|
|
144
|
-
Yaşam döngüsü:
|
|
145
|
-
|
|
146
|
-
```text
|
|
147
|
-
start -> assign scoped lanes -> monitor -> verify terminal tasks -> shutdown
|
|
148
|
-
```
|
|
149
|
-
|
|
150
|
-
Operasyonel komutlar:
|
|
151
|
-
|
|
152
|
-
```bash
|
|
153
|
-
omx team <args>
|
|
154
|
-
omx team status <team-name>
|
|
155
|
-
omx team resume <team-name>
|
|
156
|
-
omx team shutdown <team-name>
|
|
157
|
-
```
|
|
158
|
-
|
|
159
|
-
Önemli kural: İptal etmiyorsanız, görevler hâlâ `in_progress` durumundayken kapatmayın.
|
|
160
|
-
|
|
161
|
-
### Team shutdown policy
|
|
162
|
-
|
|
163
|
-
Use `omx team shutdown <team-name>` after the team reaches a terminal state.
|
|
164
|
-
Team cleanup now follows one standalone path; legacy linked-Ralph shutdown handling is no longer a separate public workflow.
|
|
165
|
-
|
|
166
|
-
Takım çalışanları için Worker CLI seçimi:
|
|
167
|
-
|
|
168
|
-
```bash
|
|
169
|
-
OMX_TEAM_WORKER_CLI=auto # varsayılan; worker --model "claude" içeriyorsa claude kullanır
|
|
170
|
-
OMX_TEAM_WORKER_CLI=codex # Codex CLI çalışanlarını zorla
|
|
171
|
-
OMX_TEAM_WORKER_CLI=claude # Claude CLI çalışanlarını zorla
|
|
172
|
-
OMX_TEAM_WORKER_CLI_MAP=codex,codex,claude,claude # çalışan başına CLI karışımı (uzunluk=1 veya çalışan sayısı)
|
|
173
|
-
OMX_TEAM_AUTO_INTERRUPT_RETRY=0 # isteğe bağlı: adaptif queue->resend geri dönüşünü devre dışı bırak
|
|
174
|
-
```
|
|
175
|
-
|
|
176
|
-
Notlar:
|
|
177
|
-
- Worker başlatma argümanları hâlâ `OMX_TEAM_WORKER_LAUNCH_ARGS` aracılığıyla paylaşılır.
|
|
178
|
-
- `OMX_TEAM_WORKER_CLI_MAP`, çalışan başına seçim için `OMX_TEAM_WORKER_CLI`'yi geçersiz kılar.
|
|
179
|
-
- Tetikleyici gönderimi varsayılan olarak adaptif yeniden denemeler kullanır (queue/submit, ardından gerektiğinde güvenli clear-line+resend geri dönüşü).
|
|
180
|
-
- Claude worker modunda, OMX çalışanları düz `claude` olarak başlatır (ekstra başlatma argümanı yok) ve açık `--model` / `--config` / `--effort` geçersiz kılmalarını yok sayar, böylece Claude varsayılan `settings.json` kullanır.
|
|
181
|
-
|
|
182
|
-
## `omx setup` Ne Yazar
|
|
183
|
-
|
|
184
|
-
- `.omx/setup-scope.json` (kalıcı kurulum kapsamı)
|
|
185
|
-
- Kapsama bağlı kurulumlar:
|
|
186
|
-
- `user`: `~/.codex/prompts/`, `~/.codex/skills/`, `~/.codex/config.toml`, `~/.omx/agents/`, `~/.codex/AGENTS.md`
|
|
187
|
-
- `project`: `./.codex/prompts/`, `./.codex/skills/`, `./.codex/config.toml`, `./.omx/agents/`, `./AGENTS.md`
|
|
188
|
-
- Başlatma davranışı: kalıcı kapsam `project` ise, `omx` başlatma otomatik olarak `CODEX_HOME=./.codex` kullanır (`CODEX_HOME` zaten ayarlanmadıysa).
|
|
189
|
-
- Başlatma talimatları `~/.codex/AGENTS.md` (veya geçersiz kılındıysa `CODEX_HOME/AGENTS.md`) ile proje `./AGENTS.md` dosyasını birleştirir ve ardından çalışma zamanı kaplamasını ekler.
|
|
190
|
-
- Mevcut `AGENTS.md` dosyaları sessizce üzerine yazılmaz: etkileşimli TTY'de setup değiştirmeden önce sorar; etkileşimsiz çalıştırmada ise `--force` yoksa değiştirme atlanır (aktif oturum güvenlik kontrolleri hâlâ geçerlidir).
|
|
191
|
-
- `config.toml` güncellemeleri (her iki kapsam için):
|
|
192
|
-
- `notify = ["node", "..."]`
|
|
193
|
-
- `model_reasoning_effort = "high"`
|
|
194
|
-
- `developer_instructions = "..."`
|
|
195
|
-
- `[features] multi_agent = true, child_agents_md = true`
|
|
196
|
-
- MCP sunucu girişleri (`omx_state`, `omx_memory`, `omx_code_intel`, `omx_trace`)
|
|
197
|
-
- `[tui] status_line`
|
|
198
|
-
- Kapsama özel `AGENTS.md`
|
|
199
|
-
- `.omx/` çalışma zamanı dizinleri ve HUD yapılandırması
|
|
200
|
-
|
|
201
|
-
## Ajanlar ve Skill'ler
|
|
202
|
-
|
|
203
|
-
- Prompt'lar: `prompts/*.md` (`user` için `~/.codex/prompts/`'a, `project` için `./.codex/prompts/`'a kurulur)
|
|
204
|
-
- Skill'ler: `skills/*/SKILL.md` (`user` için `~/.codex/skills/`'a, `project` için `./.codex/skills/`'a kurulur)
|
|
205
|
-
|
|
206
|
-
Örnekler:
|
|
207
|
-
- Ajanlar: `architect`, `planner`, `executor`, `debugger`, `verifier`, `security-reviewer`
|
|
208
|
-
- Skill'ler: `deep-interview`, `ralplan`, `team`, `ralph`, `plan`, `cancel`
|
|
209
|
-
|
|
210
|
-
## Proje Yapısı
|
|
211
|
-
|
|
212
|
-
```text
|
|
213
|
-
oh-my-codex/
|
|
214
|
-
bin/omx.js
|
|
215
|
-
src/
|
|
216
|
-
cli/
|
|
217
|
-
team/
|
|
218
|
-
mcp/
|
|
219
|
-
hooks/
|
|
220
|
-
hud/
|
|
221
|
-
config/
|
|
222
|
-
modes/
|
|
223
|
-
notifications/
|
|
224
|
-
verification/
|
|
225
|
-
prompts/
|
|
226
|
-
skills/
|
|
227
|
-
templates/
|
|
228
|
-
scripts/
|
|
229
|
-
```
|
|
230
|
-
|
|
231
|
-
## Geliştirme
|
|
232
|
-
|
|
233
|
-
```bash
|
|
234
|
-
git clone https://github.com/Yeachan-Heo/oh-my-codex.git
|
|
235
|
-
cd oh-my-codex
|
|
236
|
-
npm install
|
|
237
|
-
npm run build
|
|
238
|
-
npm test
|
|
239
|
-
```
|
|
240
|
-
|
|
241
|
-
## Dokümantasyon
|
|
242
|
-
|
|
243
|
-
- **[Tam Dokümantasyon](https://yeachan-heo.github.io/oh-my-codex-website/docs.html)** — Eksiksiz kılavuz
|
|
244
|
-
- **[CLI Referansı](https://yeachan-heo.github.io/oh-my-codex-website/docs.html#cli-reference)** — Tüm `omx` komutları, bayraklar ve araçlar
|
|
245
|
-
- **[Bildirim Kılavuzu](https://yeachan-heo.github.io/oh-my-codex-website/docs.html#notifications)** — Discord, Telegram, Slack ve webhook kurulumu
|
|
246
|
-
- **[Önerilen İş Akışları](https://yeachan-heo.github.io/oh-my-codex-website/docs.html#workflows)** — Yaygın görevler için savaşta test edilmiş skill zincirleri
|
|
247
|
-
- **[Sürüm Notları](https://yeachan-heo.github.io/oh-my-codex-website/docs.html#release-notes)** — Her sürümdeki yenilikler
|
|
248
|
-
|
|
249
|
-
## Notlar
|
|
250
|
-
|
|
251
|
-
- Tam değişiklik günlüğü: `CHANGELOG.md`
|
|
252
|
-
- Geçiş rehberi (v0.4.4 sonrası mainline): `docs/migration-mainline-post-v0.4.4.md`
|
|
253
|
-
- Kapsam ve eşitlik notları: `COVERAGE.md`
|
|
254
|
-
- Hook uzantı iş akışı: `docs/hooks-extension.md`
|
|
255
|
-
- Kurulum ve katkı detayları: `CONTRIBUTING.md`
|
|
256
|
-
|
|
257
|
-
## Teşekkürler
|
|
258
|
-
|
|
259
|
-
[oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode)'dan ilham alınmıştır, Codex CLI için uyarlanmıştır.
|
|
260
|
-
|
|
261
|
-
## Lisans
|
|
262
|
-
|
|
263
|
-
MIT
|
package/README.vi.md
DELETED
|
@@ -1,223 +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>Dùng Codex hiệu quả hơn — OMX lo phần prompt, workflow và runtime khi dự án phức tạp dần.</em>
|
|
7
|
-
</p>
|
|
8
|
-
|
|
9
|
-
[](https://www.npmjs.com/package/oh-my-codex)
|
|
10
|
-
[](https://opensource.org/licenses/MIT)
|
|
11
|
-
[](https://nodejs.org)
|
|
12
|
-
[](https://discord.gg/PUwSMR9XNk)
|
|
13
|
-
|
|
14
|
-
**Website:** https://yeachan-heo.github.io/oh-my-codex-website/
|
|
15
|
-
**Tài liệu:** [Bắt đầu](./docs/getting-started.html) · [Agent](./docs/agents.html) · [Skill](./docs/skills.html) · [Tích hợp](./docs/integrations.html) · [Demo](./DEMO.md) · [Hướng dẫn OpenClaw](./docs/openclaw-integration.md)
|
|
16
|
-
|
|
17
|
-
OMX là lớp workflow mở rộng cho [OpenAI Codex CLI](https://github.com/openai/codex).
|
|
18
|
-
|
|
19
|
-
Codex vẫn là engine chính, OMX giúp bạn:
|
|
20
|
-
- cấu hình Codex tốt hơn ngay từ phiên đầu tiên
|
|
21
|
-
- chạy workflow nhất quán từ làm rõ yêu cầu đến hoàn thành
|
|
22
|
-
- gọi các skill chính bằng `$deep-interview`, `$ralplan`, `$team` và `$ralph`
|
|
23
|
-
- lưu trữ hướng dẫn dự án, kế hoạch, log và trạng thái trong `.omx/`
|
|
24
|
-
|
|
25
|
-
## Workflow mặc định
|
|
26
|
-
|
|
27
|
-
Nếu bạn muốn trải nghiệm OMX nhanh nhất, bắt đầu từ đây:
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
npm install -g @openai/codex oh-my-codex
|
|
31
|
-
omx setup
|
|
32
|
-
omx --madmax --high
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
Sau đó làm việc bình thường trong 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
|
-
Đó là flow chính.
|
|
45
|
-
Khởi động OMX, làm rõ yêu cầu khi cần, duyệt kế hoạch, rồi chọn `$team` để chạy song song hoặc `$ralph` để một agent lo đến khi xong.
|
|
46
|
-
|
|
47
|
-
## OMX dùng để làm gì
|
|
48
|
-
|
|
49
|
-
Dùng OMX nếu bạn đã quen Codex và muốn trải nghiệm tốt hơn:
|
|
50
|
-
- workflow chuẩn xoay quanh `$deep-interview`, `$ralplan`, `$team` và `$ralph`
|
|
51
|
-
- các role chuyên biệt và skill hỗ trợ cho từng loại task
|
|
52
|
-
- hướng dẫn dự án qua `AGENTS.md` theo scope
|
|
53
|
-
- lưu trạng thái lâu dài trong `.omx/` — kế hoạch, log, memory và theo dõi mode
|
|
54
|
-
|
|
55
|
-
Nếu bạn chỉ muốn dùng Codex thuần mà không cần thêm workflow, thì có lẽ không cần OMX.
|
|
56
|
-
|
|
57
|
-
## Bắt đầu nhanh
|
|
58
|
-
|
|
59
|
-
### Yêu cầu
|
|
60
|
-
|
|
61
|
-
- Node.js 20+
|
|
62
|
-
- Codex CLI đã cài: `npm install -g @openai/codex`
|
|
63
|
-
- Codex đã xác thực (auth)
|
|
64
|
-
- `tmux` trên macOS/Linux nếu muốn dùng team runtime
|
|
65
|
-
- `psmux` trên Windows nếu muốn dùng team mode
|
|
66
|
-
|
|
67
|
-
### Phiên đầu tiên
|
|
68
|
-
|
|
69
|
-
Khởi chạy OMX:
|
|
70
|
-
|
|
71
|
-
```bash
|
|
72
|
-
omx --madmax --high
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
Rồi thử workflow chính:
|
|
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
|
-
Dùng `$team` khi cần nhiều worker chạy song song, hoặc `$ralph` khi muốn một agent lo từ đầu đến cuối.
|
|
85
|
-
|
|
86
|
-
## Mô hình đơn giản
|
|
87
|
-
|
|
88
|
-
OMX **không** thay thế Codex.
|
|
89
|
-
|
|
90
|
-
OMX bổ sung một lớp hỗ trợ phía trên Codex:
|
|
91
|
-
- **Codex** vẫn làm toàn bộ việc thực thi
|
|
92
|
-
- **Role của OMX** giúp gọi nhanh các vai trò chuyên biệt
|
|
93
|
-
- **Skill của OMX** đóng gói các workflow phổ biến thành lệnh
|
|
94
|
-
- **`.omx/`** lưu kế hoạch, log, memory và trạng thái runtime
|
|
95
|
-
|
|
96
|
-
Nói đơn giản: OMX giúp **phân task đúng chỗ + workflow rõ ràng + runtime ổn định hơn** — không phải một bảng điều khiển để gõ lệnh cả ngày.
|
|
97
|
-
|
|
98
|
-
## Hướng dẫn cho người mới
|
|
99
|
-
|
|
100
|
-
1. Chạy `omx setup`
|
|
101
|
-
2. Khởi động với `omx --madmax --high`
|
|
102
|
-
3. Dùng `$deep-interview "..."` khi yêu cầu còn mơ hồ
|
|
103
|
-
4. Dùng `$ralplan "..."` để duyệt kế hoạch và cân nhắc trade-off
|
|
104
|
-
5. Chọn `$team` để chạy song song hoặc `$ralph` để một agent lo đến khi xong
|
|
105
|
-
|
|
106
|
-
## Workflow khuyến nghị
|
|
107
|
-
|
|
108
|
-
1. `$deep-interview` — làm rõ scope khi yêu cầu còn mơ hồ.
|
|
109
|
-
2. `$ralplan` — chuyển scope đã rõ thành kế hoạch triển khai được duyệt.
|
|
110
|
-
3. `$team` hoặc `$ralph` — dùng `$team` khi cần nhiều worker song song, hoặc `$ralph` khi muốn một agent chạy liên tục đến khi xong.
|
|
111
|
-
|
|
112
|
-
## Các lệnh thường dùng trong phiên
|
|
113
|
-
|
|
114
|
-
| Lệnh | Dùng khi |
|
|
115
|
-
| --- | --- |
|
|
116
|
-
| `$deep-interview "..."` | Làm rõ ý định, scope và non-goal |
|
|
117
|
-
| `$ralplan "..."` | Duyệt kế hoạch triển khai và trade-off |
|
|
118
|
-
| `$ralph "..."` | Chạy liên tục đến khi hoàn thành và verify |
|
|
119
|
-
| `$team "..."` | Chạy song song khi task đủ lớn |
|
|
120
|
-
| `/skills` | Xem danh sách skill và helper đã cài |
|
|
121
|
-
|
|
122
|
-
## Nâng cao
|
|
123
|
-
|
|
124
|
-
Các phần dưới đây hữu ích nhưng không phải là bước bắt đầu chính.
|
|
125
|
-
|
|
126
|
-
### Team runtime
|
|
127
|
-
|
|
128
|
-
Dùng team runtime khi cần phối hợp nhiều worker qua tmux/worktree — đây không phải bước bắt đầu mặc định.
|
|
129
|
-
|
|
130
|
-
```bash
|
|
131
|
-
omx team 3:executor "fix the failing tests with verification"
|
|
132
|
-
omx team status <team-name>
|
|
133
|
-
omx team resume <team-name>
|
|
134
|
-
omx team shutdown <team-name>
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
### Setup, doctor và HUD
|
|
138
|
-
|
|
139
|
-
Đây là các công cụ vận hành/hỗ trợ:
|
|
140
|
-
- `omx setup` cài prompt, skill, config và scaffold AGENTS
|
|
141
|
-
- `omx doctor` kiểm tra cài đặt khi có vấn đề
|
|
142
|
-
- `omx hud --watch` theo dõi trạng thái, không phải workflow chính
|
|
143
|
-
|
|
144
|
-
### Explore và sparkshell
|
|
145
|
-
|
|
146
|
-
- `omx explore --prompt "..."` tìm kiếm chỉ đọc trong repository
|
|
147
|
-
- `omx sparkshell <command>` chạy lệnh shell có kiểm soát output
|
|
148
|
-
|
|
149
|
-
Ví dụ:
|
|
150
|
-
|
|
151
|
-
```bash
|
|
152
|
-
omx explore --prompt "find where team state is written"
|
|
153
|
-
omx sparkshell git status
|
|
154
|
-
omx sparkshell --tmux-pane %12 --tail-lines 400
|
|
155
|
-
```
|
|
156
|
-
|
|
157
|
-
### Cài tmux theo nền tảng
|
|
158
|
-
|
|
159
|
-
`omx team` cần backend tương thích tmux:
|
|
160
|
-
|
|
161
|
-
| Nền tảng | Cài đặt |
|
|
162
|
-
| --- | --- |
|
|
163
|
-
| macOS | `brew install tmux` |
|
|
164
|
-
| Ubuntu/Debian | `sudo apt install tmux` |
|
|
165
|
-
| Fedora | `sudo dnf install tmux` |
|
|
166
|
-
| Arch | `sudo pacman -S tmux` |
|
|
167
|
-
| Windows | `winget install psmux` |
|
|
168
|
-
| Windows (WSL2) | `sudo apt install tmux` |
|
|
169
|
-
|
|
170
|
-
## Vấn đề đã biết
|
|
171
|
-
|
|
172
|
-
### Intel Mac: CPU `syspolicyd` / `trustd` cao khi khởi động
|
|
173
|
-
|
|
174
|
-
Trên một số máy Intel Mac, khi khởi động OMX — đặc biệt với `--madmax --high` — CPU có thể tăng đột biến do macOS Gatekeeper xác thực nhiều tiến trình đồng thời.
|
|
175
|
-
|
|
176
|
-
Nếu gặp tình trạng này, thử:
|
|
177
|
-
- `xattr -dr com.apple.quarantine $(which omx)`
|
|
178
|
-
- Thêm ứng dụng terminal vào danh sách Developer Tools trong cài đặt Security của macOS
|
|
179
|
-
- Dùng cấu hình nhẹ hơn (bỏ `--madmax --high`)
|
|
180
|
-
|
|
181
|
-
## Tài liệu
|
|
182
|
-
|
|
183
|
-
- [Bắt đầu](./docs/getting-started.html)
|
|
184
|
-
- [Hướng dẫn demo](./DEMO.md)
|
|
185
|
-
- [Danh mục agent](./docs/agents.html)
|
|
186
|
-
- [Tham chiếu skill](./docs/skills.html)
|
|
187
|
-
- [Tích hợp](./docs/integrations.html)
|
|
188
|
-
- [Hướng dẫn OpenClaw / notification gateway](./docs/openclaw-integration.md)
|
|
189
|
-
- [Đóng góp](./CONTRIBUTING.md)
|
|
190
|
-
- [Nhật ký thay đổi](./CHANGELOG.md)
|
|
191
|
-
|
|
192
|
-
## Ngôn ngữ
|
|
193
|
-
|
|
194
|
-
- [English](./README.md)
|
|
195
|
-
- [한국어](./README.ko.md)
|
|
196
|
-
- [日本語](./README.ja.md)
|
|
197
|
-
- [简体中文](./README.zh.md)
|
|
198
|
-
- [繁體中文](./README.zh-TW.md)
|
|
199
|
-
- [Tiếng Việt](./README.vi.md)
|
|
200
|
-
- [Español](./README.es.md)
|
|
201
|
-
- [Português](./README.pt.md)
|
|
202
|
-
- [Русский](./README.ru.md)
|
|
203
|
-
- [Türkçe](./README.tr.md)
|
|
204
|
-
- [Deutsch](./README.de.md)
|
|
205
|
-
- [Français](./README.fr.md)
|
|
206
|
-
- [Italiano](./README.it.md)
|
|
207
|
-
- [Ελληνικά](./README.el.md)
|
|
208
|
-
- [Polski](./README.pl.md)
|
|
209
|
-
|
|
210
|
-
## Đóng góp
|
|
211
|
-
|
|
212
|
-
| Vai trò | Tên | GitHub |
|
|
213
|
-
| --- | --- | --- |
|
|
214
|
-
| Tác giả & Lead | Yeachan Heo | [@Yeachan-Heo](https://github.com/Yeachan-Heo) |
|
|
215
|
-
| Maintainer | HaD0Yun | [@HaD0Yun](https://github.com/HaD0Yun) |
|
|
216
|
-
|
|
217
|
-
## Star History
|
|
218
|
-
|
|
219
|
-
[](https://www.star-history.com/#Yeachan-Heo/oh-my-codex&type=date&legend=top-left)
|
|
220
|
-
|
|
221
|
-
## Giấy phép
|
|
222
|
-
|
|
223
|
-
MIT
|