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.
- package/Cargo.lock +5 -5
- package/Cargo.toml +1 -1
- package/README.de.md +12 -6
- package/README.el.md +223 -0
- package/README.es.md +12 -6
- package/README.fr.md +11 -5
- package/README.it.md +12 -6
- package/README.ja.md +12 -6
- package/README.ko.md +12 -6
- package/README.md +56 -28
- package/README.pl.md +216 -0
- package/README.pt.md +12 -6
- package/README.ru.md +12 -6
- package/README.tr.md +12 -6
- package/README.vi.md +148 -183
- package/README.zh-TW.md +14 -17
- package/README.zh.md +12 -6
- package/crates/omx-runtime-core/src/engine.rs +122 -4
- package/crates/omx-runtime-core/src/lib.rs +17 -0
- package/dist/autoresearch/contracts.d.ts.map +1 -1
- package/dist/autoresearch/contracts.js +1 -0
- package/dist/autoresearch/contracts.js.map +1 -1
- package/dist/autoresearch/runtime.d.ts.map +1 -1
- package/dist/autoresearch/runtime.js +7 -1
- package/dist/autoresearch/runtime.js.map +1 -1
- package/dist/cli/__tests__/agents.test.js +24 -1
- package/dist/cli/__tests__/agents.test.js.map +1 -1
- package/dist/cli/__tests__/autoresearch.test.js +11 -0
- package/dist/cli/__tests__/autoresearch.test.js.map +1 -1
- package/dist/cli/__tests__/cleanup.test.js +117 -4
- package/dist/cli/__tests__/cleanup.test.js.map +1 -1
- package/dist/cli/__tests__/doctor-warning-copy.test.js +33 -3
- package/dist/cli/__tests__/doctor-warning-copy.test.js.map +1 -1
- package/dist/cli/__tests__/error-handling-warnings.test.js +13 -0
- package/dist/cli/__tests__/error-handling-warnings.test.js.map +1 -1
- package/dist/cli/__tests__/exec.test.js +6 -0
- package/dist/cli/__tests__/exec.test.js.map +1 -1
- package/dist/cli/__tests__/index.test.js +101 -1
- package/dist/cli/__tests__/index.test.js.map +1 -1
- package/dist/cli/__tests__/launch-fallback.test.js +3 -0
- package/dist/cli/__tests__/launch-fallback.test.js.map +1 -1
- package/dist/cli/__tests__/package-bin-contract.test.js +10 -0
- package/dist/cli/__tests__/package-bin-contract.test.js.map +1 -1
- package/dist/cli/__tests__/packaged-script-resolution.test.js +4 -3
- package/dist/cli/__tests__/packaged-script-resolution.test.js.map +1 -1
- package/dist/cli/__tests__/resume.test.js +6 -0
- package/dist/cli/__tests__/resume.test.js.map +1 -1
- package/dist/cli/__tests__/setup-refresh.test.js +29 -12
- package/dist/cli/__tests__/setup-refresh.test.js.map +1 -1
- package/dist/cli/__tests__/setup-scope.test.js +1 -1
- package/dist/cli/__tests__/setup-scope.test.js.map +1 -1
- package/dist/cli/__tests__/star-prompt.test.js +16 -0
- package/dist/cli/__tests__/star-prompt.test.js.map +1 -1
- package/dist/cli/__tests__/uninstall.test.js +112 -1
- package/dist/cli/__tests__/uninstall.test.js.map +1 -1
- package/dist/cli/__tests__/windows-popup-loop-contract.test.d.ts +2 -0
- package/dist/cli/__tests__/windows-popup-loop-contract.test.d.ts.map +1 -0
- package/dist/cli/__tests__/windows-popup-loop-contract.test.js +30 -0
- package/dist/cli/__tests__/windows-popup-loop-contract.test.js.map +1 -0
- package/dist/cli/agents.d.ts.map +1 -1
- package/dist/cli/agents.js +9 -3
- package/dist/cli/agents.js.map +1 -1
- package/dist/cli/autoresearch-guided.d.ts.map +1 -1
- package/dist/cli/autoresearch-guided.js +9 -3
- package/dist/cli/autoresearch-guided.js.map +1 -1
- package/dist/cli/autoresearch.d.ts.map +1 -1
- package/dist/cli/autoresearch.js +8 -2
- package/dist/cli/autoresearch.js.map +1 -1
- package/dist/cli/cleanup.d.ts +2 -0
- package/dist/cli/cleanup.d.ts.map +1 -1
- package/dist/cli/cleanup.js +27 -1
- package/dist/cli/cleanup.js.map +1 -1
- package/dist/cli/doctor.js +7 -0
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/index.d.ts +9 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +171 -55
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/setup.d.ts.map +1 -1
- package/dist/cli/setup.js +18 -15
- package/dist/cli/setup.js.map +1 -1
- package/dist/cli/star-prompt.d.ts.map +1 -1
- package/dist/cli/star-prompt.js +2 -0
- package/dist/cli/star-prompt.js.map +1 -1
- package/dist/cli/team.d.ts.map +1 -1
- package/dist/cli/team.js +5 -1
- package/dist/cli/team.js.map +1 -1
- package/dist/cli/tmux-hook.d.ts.map +1 -1
- package/dist/cli/tmux-hook.js +4 -1
- package/dist/cli/tmux-hook.js.map +1 -1
- package/dist/cli/uninstall.d.ts.map +1 -1
- package/dist/cli/uninstall.js +26 -0
- package/dist/cli/uninstall.js.map +1 -1
- package/dist/cli/update.d.ts.map +1 -1
- package/dist/cli/update.js +1 -0
- package/dist/cli/update.js.map +1 -1
- package/dist/compat/__tests__/rust-runtime-compat.test.js +84 -1
- package/dist/compat/__tests__/rust-runtime-compat.test.js.map +1 -1
- package/dist/config/__tests__/generator-idempotent.test.js +4 -4
- package/dist/config/__tests__/generator-idempotent.test.js.map +1 -1
- package/dist/config/__tests__/mcp-registry.test.js +13 -16
- package/dist/config/__tests__/mcp-registry.test.js.map +1 -1
- package/dist/config/mcp-registry.d.ts +1 -0
- package/dist/config/mcp-registry.d.ts.map +1 -1
- package/dist/config/mcp-registry.js +4 -4
- package/dist/config/mcp-registry.js.map +1 -1
- package/dist/config/models.d.ts +1 -0
- package/dist/config/models.d.ts.map +1 -1
- package/dist/config/models.js +39 -1
- package/dist/config/models.js.map +1 -1
- package/dist/hooks/__tests__/keyword-detector.test.js +12 -1
- package/dist/hooks/__tests__/keyword-detector.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-fallback-watcher.test.js +554 -18
- package/dist/hooks/__tests__/notify-fallback-watcher.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js +347 -16
- package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-modules.test.js +5 -0
- package/dist/hooks/__tests__/notify-hook-modules.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-ralph-resume.test.d.ts +2 -0
- package/dist/hooks/__tests__/notify-hook-ralph-resume.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/notify-hook-ralph-resume.test.js +597 -0
- package/dist/hooks/__tests__/notify-hook-ralph-resume.test.js.map +1 -0
- package/dist/hooks/__tests__/notify-hook-regression-205.test.js +19 -1
- package/dist/hooks/__tests__/notify-hook-regression-205.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-session-scope.test.js +73 -53
- package/dist/hooks/__tests__/notify-hook-session-scope.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js +193 -2
- package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js +183 -0
- package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-tmux-heal.test.js +255 -97
- package/dist/hooks/__tests__/notify-hook-tmux-heal.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-tmux-scrollback.test.js +0 -0
- package/dist/hooks/__tests__/notify-hook-tmux-scrollback.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-worker-idle.test.js +46 -0
- package/dist/hooks/__tests__/notify-hook-worker-idle.test.js.map +1 -1
- package/dist/hooks/__tests__/prompt-team-routing.test.js +34 -0
- package/dist/hooks/__tests__/prompt-team-routing.test.js.map +1 -1
- package/dist/hooks/__tests__/tmux-hook-engine.test.js +32 -1
- package/dist/hooks/__tests__/tmux-hook-engine.test.js.map +1 -1
- package/dist/hooks/code-simplifier/index.d.ts.map +1 -1
- package/dist/hooks/code-simplifier/index.js +1 -0
- package/dist/hooks/code-simplifier/index.js.map +1 -1
- package/dist/hooks/codebase-map.d.ts.map +1 -1
- package/dist/hooks/codebase-map.js +1 -0
- package/dist/hooks/codebase-map.js.map +1 -1
- package/dist/hooks/extensibility/sdk/tmux.d.ts.map +1 -1
- package/dist/hooks/extensibility/sdk/tmux.js +3 -1
- package/dist/hooks/extensibility/sdk/tmux.js.map +1 -1
- package/dist/hooks/keyword-detector.d.ts +1 -0
- package/dist/hooks/keyword-detector.d.ts.map +1 -1
- package/dist/hooks/keyword-detector.js +48 -0
- 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 +6 -0
- package/dist/hooks/prompt-guidance-contract.js.map +1 -1
- package/dist/hooks/session.d.ts.map +1 -1
- package/dist/hooks/session.js +1 -0
- package/dist/hooks/session.js.map +1 -1
- package/dist/hud/__tests__/state.test.js +70 -1
- package/dist/hud/__tests__/state.test.js.map +1 -1
- package/dist/hud/authority.d.ts.map +1 -1
- package/dist/hud/authority.js +1 -0
- package/dist/hud/authority.js.map +1 -1
- package/dist/hud/state.d.ts.map +1 -1
- package/dist/hud/state.js +52 -0
- package/dist/hud/state.js.map +1 -1
- package/dist/mcp/state-server.d.ts.map +1 -1
- package/dist/mcp/state-server.js +5 -0
- package/dist/mcp/state-server.js.map +1 -1
- package/dist/modes/__tests__/base-session-scope.test.js +46 -0
- package/dist/modes/__tests__/base-session-scope.test.js.map +1 -1
- package/dist/modes/base.d.ts.map +1 -1
- package/dist/modes/base.js +4 -0
- package/dist/modes/base.js.map +1 -1
- package/dist/notifications/__tests__/custom-alias-enablement.test.d.ts +2 -0
- package/dist/notifications/__tests__/custom-alias-enablement.test.d.ts.map +1 -0
- package/dist/notifications/__tests__/custom-alias-enablement.test.js +84 -0
- package/dist/notifications/__tests__/custom-alias-enablement.test.js.map +1 -0
- package/dist/notifications/__tests__/idle-cooldown.test.js +55 -0
- package/dist/notifications/__tests__/idle-cooldown.test.js.map +1 -1
- package/dist/notifications/idle-cooldown.d.ts +8 -6
- package/dist/notifications/idle-cooldown.d.ts.map +1 -1
- package/dist/notifications/idle-cooldown.js +53 -22
- package/dist/notifications/idle-cooldown.js.map +1 -1
- package/dist/notifications/notifier.js +1 -1
- package/dist/notifications/notifier.js.map +1 -1
- package/dist/notifications/reply-listener.d.ts.map +1 -1
- package/dist/notifications/reply-listener.js +1 -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/openclaw/config.js +2 -2
- package/dist/openclaw/config.js.map +1 -1
- package/dist/runtime/bridge.d.ts +2 -0
- package/dist/runtime/bridge.d.ts.map +1 -1
- package/dist/runtime/bridge.js +8 -0
- package/dist/runtime/bridge.js.map +1 -1
- package/dist/scripts/notify-fallback-watcher.js +103 -53
- package/dist/scripts/notify-fallback-watcher.js.map +1 -1
- package/dist/scripts/notify-hook/auto-nudge.d.ts +2 -1
- package/dist/scripts/notify-hook/auto-nudge.d.ts.map +1 -1
- package/dist/scripts/notify-hook/auto-nudge.js +90 -104
- package/dist/scripts/notify-hook/auto-nudge.js.map +1 -1
- package/dist/scripts/notify-hook/managed-tmux.d.ts +19 -0
- package/dist/scripts/notify-hook/managed-tmux.d.ts.map +1 -0
- package/dist/scripts/notify-hook/managed-tmux.js +320 -0
- package/dist/scripts/notify-hook/managed-tmux.js.map +1 -0
- package/dist/scripts/notify-hook/operational-events.d.ts.map +1 -1
- package/dist/scripts/notify-hook/operational-events.js +2 -0
- package/dist/scripts/notify-hook/operational-events.js.map +1 -1
- package/dist/scripts/notify-hook/ralph-session-resume.d.ts +22 -0
- package/dist/scripts/notify-hook/ralph-session-resume.d.ts.map +1 -0
- package/dist/scripts/notify-hook/ralph-session-resume.js +277 -0
- package/dist/scripts/notify-hook/ralph-session-resume.js.map +1 -0
- package/dist/scripts/notify-hook/state-io.d.ts +1 -1
- package/dist/scripts/notify-hook/state-io.d.ts.map +1 -1
- package/dist/scripts/notify-hook/state-io.js +2 -10
- package/dist/scripts/notify-hook/state-io.js.map +1 -1
- package/dist/scripts/notify-hook/team-dispatch.d.ts +1 -1
- package/dist/scripts/notify-hook/team-dispatch.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-dispatch.js +123 -72
- package/dist/scripts/notify-hook/team-dispatch.js.map +1 -1
- package/dist/scripts/notify-hook/team-leader-nudge.d.ts +2 -1
- package/dist/scripts/notify-hook/team-leader-nudge.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-leader-nudge.js +13 -5
- package/dist/scripts/notify-hook/team-leader-nudge.js.map +1 -1
- package/dist/scripts/notify-hook/team-tmux-guard.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-tmux-guard.js +1 -19
- package/dist/scripts/notify-hook/team-tmux-guard.js.map +1 -1
- package/dist/scripts/notify-hook/team-worker.js +4 -4
- package/dist/scripts/notify-hook/team-worker.js.map +1 -1
- package/dist/scripts/notify-hook/tmux-injection.d.ts +1 -1
- package/dist/scripts/notify-hook/tmux-injection.d.ts.map +1 -1
- package/dist/scripts/notify-hook/tmux-injection.js +102 -35
- package/dist/scripts/notify-hook/tmux-injection.js.map +1 -1
- package/dist/scripts/notify-hook.js +144 -20
- package/dist/scripts/notify-hook.js.map +1 -1
- package/dist/scripts/run-provider-advisor.js +2 -0
- package/dist/scripts/run-provider-advisor.js.map +1 -1
- package/dist/scripts/run-test-files.d.ts +2 -0
- package/dist/scripts/run-test-files.d.ts.map +1 -0
- package/dist/scripts/run-test-files.js +41 -0
- package/dist/scripts/run-test-files.js.map +1 -0
- package/dist/scripts/tmux-hook-engine.d.ts +2 -0
- package/dist/scripts/tmux-hook-engine.d.ts.map +1 -1
- package/dist/scripts/tmux-hook-engine.js +15 -0
- package/dist/scripts/tmux-hook-engine.js.map +1 -1
- package/dist/team/__tests__/api-interop.test.js +136 -4
- package/dist/team/__tests__/api-interop.test.js.map +1 -1
- package/dist/team/__tests__/leader-activity.test.js +107 -2
- package/dist/team/__tests__/leader-activity.test.js.map +1 -1
- package/dist/team/__tests__/runtime-cli.test.js +32 -0
- package/dist/team/__tests__/runtime-cli.test.js.map +1 -1
- package/dist/team/__tests__/runtime.test.js +148 -0
- package/dist/team/__tests__/runtime.test.js.map +1 -1
- package/dist/team/__tests__/shutdown-fallback.test.js +13 -0
- package/dist/team/__tests__/shutdown-fallback.test.js.map +1 -1
- package/dist/team/__tests__/state-root.test.js +11 -1
- package/dist/team/__tests__/state-root.test.js.map +1 -1
- package/dist/team/__tests__/state.test.js +237 -0
- package/dist/team/__tests__/state.test.js.map +1 -1
- package/dist/team/__tests__/tmux-session.test.js +521 -2
- package/dist/team/__tests__/tmux-session.test.js.map +1 -1
- package/dist/team/api-interop.d.ts.map +1 -1
- package/dist/team/api-interop.js +41 -31
- package/dist/team/api-interop.js.map +1 -1
- package/dist/team/commit-hygiene.d.ts +60 -0
- package/dist/team/commit-hygiene.d.ts.map +1 -0
- package/dist/team/commit-hygiene.js +232 -0
- package/dist/team/commit-hygiene.js.map +1 -0
- package/dist/team/leader-activity.d.ts.map +1 -1
- package/dist/team/leader-activity.js +56 -4
- package/dist/team/leader-activity.js.map +1 -1
- package/dist/team/runtime-cli.d.ts +9 -1
- package/dist/team/runtime-cli.d.ts.map +1 -1
- package/dist/team/runtime-cli.js +15 -6
- package/dist/team/runtime-cli.js.map +1 -1
- package/dist/team/runtime.d.ts +7 -2
- package/dist/team/runtime.d.ts.map +1 -1
- package/dist/team/runtime.js +392 -171
- package/dist/team/runtime.js.map +1 -1
- package/dist/team/scaling.d.ts.map +1 -1
- package/dist/team/scaling.js +6 -2
- package/dist/team/scaling.js.map +1 -1
- package/dist/team/state/dispatch.d.ts +2 -0
- package/dist/team/state/dispatch.d.ts.map +1 -1
- package/dist/team/state/dispatch.js +86 -40
- package/dist/team/state/dispatch.js.map +1 -1
- package/dist/team/state/mailbox.d.ts +3 -0
- package/dist/team/state/mailbox.d.ts.map +1 -1
- package/dist/team/state/mailbox.js +93 -19
- package/dist/team/state/mailbox.js.map +1 -1
- package/dist/team/state-root.d.ts +1 -1
- package/dist/team/state-root.d.ts.map +1 -1
- package/dist/team/state-root.js +8 -3
- package/dist/team/state-root.js.map +1 -1
- package/dist/team/state.d.ts.map +1 -1
- package/dist/team/state.js +96 -2
- package/dist/team/state.js.map +1 -1
- package/dist/team/tmux-session.d.ts.map +1 -1
- package/dist/team/tmux-session.js +81 -29
- package/dist/team/tmux-session.js.map +1 -1
- package/dist/team/worker-bootstrap.d.ts.map +1 -1
- package/dist/team/worker-bootstrap.js +4 -0
- package/dist/team/worker-bootstrap.js.map +1 -1
- package/dist/team/worktree.d.ts.map +1 -1
- package/dist/team/worktree.js +9 -0
- package/dist/team/worktree.js.map +1 -1
- package/dist/utils/__tests__/paths.test.js +98 -11
- package/dist/utils/__tests__/paths.test.js.map +1 -1
- package/dist/utils/__tests__/platform-command.test.js +101 -2
- package/dist/utils/__tests__/platform-command.test.js.map +1 -1
- package/dist/utils/git-layout.d.ts +8 -0
- package/dist/utils/git-layout.d.ts.map +1 -0
- package/dist/utils/git-layout.js +58 -0
- package/dist/utils/git-layout.js.map +1 -0
- package/dist/utils/paths.d.ts +3 -0
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js +14 -4
- package/dist/utils/paths.js.map +1 -1
- package/dist/utils/platform-command.d.ts.map +1 -1
- package/dist/utils/platform-command.js +35 -3
- package/dist/utils/platform-command.js.map +1 -1
- package/package.json +9 -5
- package/src/scripts/notify-fallback-watcher.ts +103 -53
- package/src/scripts/notify-hook/auto-nudge.ts +97 -103
- package/src/scripts/notify-hook/managed-tmux.ts +324 -0
- package/src/scripts/notify-hook/operational-events.ts +2 -0
- package/src/scripts/notify-hook/ralph-session-resume.ts +337 -0
- package/src/scripts/notify-hook/state-io.ts +2 -10
- package/src/scripts/notify-hook/team-dispatch.ts +131 -66
- package/src/scripts/notify-hook/team-leader-nudge.ts +19 -5
- package/src/scripts/notify-hook/team-tmux-guard.ts +0 -20
- package/src/scripts/notify-hook/team-worker.ts +4 -4
- package/src/scripts/notify-hook/tmux-injection.ts +103 -33
- package/src/scripts/notify-hook.ts +150 -21
- package/src/scripts/run-provider-advisor.ts +4 -2
- package/src/scripts/run-test-files.ts +48 -0
- package/src/scripts/tmux-hook-engine.ts +16 -0
- 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
|
-
-
|
|
22
|
-
- invoke
|
|
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
|
-
$
|
|
39
|
-
$
|
|
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,
|
|
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
|
-
-
|
|
49
|
-
-
|
|
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
|
|
98
|
+
Then try the canonical workflow:
|
|
74
99
|
|
|
75
100
|
```text
|
|
76
|
-
$
|
|
77
|
-
$
|
|
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
|
-
|
|
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.
|
|
99
|
-
4.
|
|
100
|
-
5.
|
|
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
|
-
| `$
|
|
107
|
-
| `$
|
|
108
|
-
|
|
|
109
|
-
| `$
|
|
110
|
-
|
|
|
111
|
-
|
|
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
|
+
[](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
|
+
**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
|
+
[](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
|
-
|
|
34
|
-
|
|
35
|
-
$
|
|
36
|
-
$team 3:executor "
|
|
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;
|
|
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: `
|
|
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
|
-
|
|
34
|
-
|
|
35
|
-
$
|
|
36
|
-
$team 3:executor "
|
|
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;
|
|
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
|
-
- Навыки: `
|
|
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
|
-
|
|
34
|
-
|
|
35
|
-
$
|
|
36
|
-
$team 3:executor "
|
|
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;
|
|
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: `
|
|
208
|
+
- Skill'ler: `deep-interview`, `ralplan`, `team`, `ralph`, `plan`, `cancel`
|
|
203
209
|
|
|
204
210
|
## Proje Yapısı
|
|
205
211
|
|