oh-my-codex 0.8.15 → 0.10.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.
- package/Cargo.lock +11 -0
- package/Cargo.toml +14 -0
- package/README.de.md +14 -67
- package/README.es.md +14 -67
- package/README.fr.md +14 -67
- package/README.it.md +14 -67
- package/README.ja.md +14 -67
- package/README.ko.md +14 -67
- package/README.md +180 -24
- package/README.pt.md +14 -67
- package/README.ru.md +14 -67
- package/README.tr.md +14 -67
- package/README.vi.md +14 -67
- package/README.zh-TW.md +14 -85
- package/README.zh.md +14 -67
- package/crates/omx-explore/Cargo.toml +10 -0
- package/crates/omx-explore/src/main.rs +1132 -0
- package/dist/autoresearch/__tests__/contracts.test.d.ts +2 -0
- package/dist/autoresearch/__tests__/contracts.test.d.ts.map +1 -0
- package/dist/autoresearch/__tests__/contracts.test.js +91 -0
- package/dist/autoresearch/__tests__/contracts.test.js.map +1 -0
- package/dist/autoresearch/__tests__/runtime-parity-extra.test.d.ts +2 -0
- package/dist/autoresearch/__tests__/runtime-parity-extra.test.d.ts.map +1 -0
- package/dist/autoresearch/__tests__/runtime-parity-extra.test.js +349 -0
- package/dist/autoresearch/__tests__/runtime-parity-extra.test.js.map +1 -0
- package/dist/autoresearch/__tests__/runtime.test.d.ts +2 -0
- package/dist/autoresearch/__tests__/runtime.test.d.ts.map +1 -0
- package/dist/autoresearch/__tests__/runtime.test.js +197 -0
- package/dist/autoresearch/__tests__/runtime.test.js.map +1 -0
- package/dist/autoresearch/contracts.d.ts +31 -0
- package/dist/autoresearch/contracts.d.ts.map +1 -0
- package/dist/autoresearch/contracts.js +189 -0
- package/dist/autoresearch/contracts.js.map +1 -0
- package/dist/autoresearch/runtime.d.ts +132 -0
- package/dist/autoresearch/runtime.d.ts.map +1 -0
- package/dist/autoresearch/runtime.js +1026 -0
- package/dist/autoresearch/runtime.js.map +1 -0
- package/dist/cli/__tests__/autoresearch.test.d.ts +2 -0
- package/dist/cli/__tests__/autoresearch.test.d.ts.map +1 -0
- package/dist/cli/__tests__/autoresearch.test.js +262 -0
- package/dist/cli/__tests__/autoresearch.test.js.map +1 -0
- package/dist/cli/__tests__/doctor-warning-copy.test.js +83 -0
- package/dist/cli/__tests__/doctor-warning-copy.test.js.map +1 -1
- package/dist/cli/__tests__/exec.test.d.ts +2 -0
- package/dist/cli/__tests__/exec.test.d.ts.map +1 -0
- package/dist/cli/__tests__/exec.test.js +107 -0
- package/dist/cli/__tests__/exec.test.js.map +1 -0
- package/dist/cli/__tests__/explore.test.d.ts +2 -0
- package/dist/cli/__tests__/explore.test.d.ts.map +1 -0
- package/dist/cli/__tests__/explore.test.js +779 -0
- package/dist/cli/__tests__/explore.test.js.map +1 -0
- package/dist/cli/__tests__/index.test.js +90 -10
- package/dist/cli/__tests__/index.test.js.map +1 -1
- package/dist/cli/__tests__/native-assets.test.d.ts +2 -0
- package/dist/cli/__tests__/native-assets.test.d.ts.map +1 -0
- package/dist/cli/__tests__/native-assets.test.js +208 -0
- package/dist/cli/__tests__/native-assets.test.js.map +1 -0
- package/dist/cli/__tests__/nested-help-routing.test.d.ts +2 -0
- package/dist/cli/__tests__/nested-help-routing.test.d.ts.map +1 -0
- package/dist/cli/__tests__/nested-help-routing.test.js +46 -0
- package/dist/cli/__tests__/nested-help-routing.test.js.map +1 -0
- package/dist/cli/__tests__/package-bin-contract.test.js +36 -3
- package/dist/cli/__tests__/package-bin-contract.test.js.map +1 -1
- package/dist/cli/__tests__/packaged-explore-harness-lock.d.ts +3 -0
- package/dist/cli/__tests__/packaged-explore-harness-lock.d.ts.map +1 -0
- package/dist/cli/__tests__/packaged-explore-harness-lock.js +67 -0
- package/dist/cli/__tests__/packaged-explore-harness-lock.js.map +1 -0
- package/dist/cli/__tests__/runtime-native-resolution.test.d.ts +2 -0
- package/dist/cli/__tests__/runtime-native-resolution.test.d.ts.map +1 -0
- package/dist/cli/__tests__/runtime-native-resolution.test.js.map +1 -0
- package/dist/cli/__tests__/runtime-native.test.d.ts +2 -0
- package/dist/cli/__tests__/runtime-native.test.d.ts.map +1 -0
- package/dist/cli/__tests__/runtime-native.test.js.map +1 -0
- package/dist/cli/__tests__/session-search-help.test.js +1 -0
- package/dist/cli/__tests__/session-search-help.test.js.map +1 -1
- package/dist/cli/__tests__/setup-agents-overwrite.test.js +55 -3
- package/dist/cli/__tests__/setup-agents-overwrite.test.js.map +1 -1
- package/dist/cli/__tests__/setup-refresh.test.js +162 -0
- package/dist/cli/__tests__/setup-refresh.test.js.map +1 -1
- package/dist/cli/__tests__/setup-scope.test.js +61 -11
- package/dist/cli/__tests__/setup-scope.test.js.map +1 -1
- package/dist/cli/__tests__/setup-skill-validation.test.d.ts +2 -0
- package/dist/cli/__tests__/setup-skill-validation.test.d.ts.map +1 -0
- package/dist/cli/__tests__/setup-skill-validation.test.js +44 -0
- package/dist/cli/__tests__/setup-skill-validation.test.js.map +1 -0
- package/dist/cli/__tests__/sparkshell-cli.test.d.ts +2 -0
- package/dist/cli/__tests__/sparkshell-cli.test.d.ts.map +1 -0
- package/dist/cli/__tests__/sparkshell-cli.test.js +390 -0
- package/dist/cli/__tests__/sparkshell-cli.test.js.map +1 -0
- package/dist/cli/__tests__/sparkshell-packaging.test.d.ts +2 -0
- package/dist/cli/__tests__/sparkshell-packaging.test.d.ts.map +1 -0
- package/dist/cli/__tests__/sparkshell-packaging.test.js +58 -0
- package/dist/cli/__tests__/sparkshell-packaging.test.js.map +1 -0
- package/dist/cli/__tests__/team-decompose.test.js +34 -2
- package/dist/cli/__tests__/team-decompose.test.js.map +1 -1
- package/dist/cli/__tests__/team.test.js +690 -10
- package/dist/cli/__tests__/team.test.js.map +1 -1
- package/dist/cli/__tests__/uninstall.test.js +38 -0
- package/dist/cli/__tests__/uninstall.test.js.map +1 -1
- package/dist/cli/__tests__/version-sync-contract.test.d.ts +2 -0
- package/dist/cli/__tests__/version-sync-contract.test.d.ts.map +1 -0
- package/dist/cli/__tests__/version-sync-contract.test.js +18 -0
- package/dist/cli/__tests__/version-sync-contract.test.js.map +1 -0
- package/dist/cli/ask.d.ts.map +1 -1
- package/dist/cli/ask.js +4 -0
- package/dist/cli/ask.js.map +1 -1
- package/dist/cli/autoresearch.d.ts +9 -0
- package/dist/cli/autoresearch.d.ts.map +1 -0
- package/dist/cli/autoresearch.js +146 -0
- package/dist/cli/autoresearch.js.map +1 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +126 -15
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/explore.d.ts +26 -0
- package/dist/cli/explore.d.ts.map +1 -0
- package/dist/cli/explore.js +317 -0
- package/dist/cli/explore.js.map +1 -0
- package/dist/cli/index.d.ts +12 -5
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +192 -20
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/native-assets.d.ts +37 -0
- package/dist/cli/native-assets.d.ts.map +1 -0
- package/dist/cli/native-assets.js +199 -0
- package/dist/cli/native-assets.js.map +1 -0
- package/dist/cli/runtime-native.d.ts +23 -0
- package/dist/cli/runtime-native.d.ts.map +1 -0
- package/dist/cli/runtime-native.js +86 -0
- package/dist/cli/runtime-native.js.map +1 -0
- package/dist/cli/setup.d.ts +24 -2
- package/dist/cli/setup.d.ts.map +1 -1
- package/dist/cli/setup.js +338 -58
- package/dist/cli/setup.js.map +1 -1
- package/dist/cli/sparkshell.d.ts +31 -0
- package/dist/cli/sparkshell.d.ts.map +1 -0
- package/dist/cli/sparkshell.js +250 -0
- package/dist/cli/sparkshell.js.map +1 -0
- package/dist/cli/team.d.ts.map +1 -1
- package/dist/cli/team.js +1230 -23
- package/dist/cli/team.js.map +1 -1
- package/dist/cli/uninstall.d.ts.map +1 -1
- package/dist/cli/uninstall.js +11 -10
- package/dist/cli/uninstall.js.map +1 -1
- package/dist/compat/__tests__/doctor-contract.test.d.ts +2 -0
- package/dist/compat/__tests__/doctor-contract.test.d.ts.map +1 -0
- package/dist/compat/__tests__/doctor-contract.test.js +108 -0
- package/dist/compat/__tests__/doctor-contract.test.js.map +1 -0
- package/dist/config/__tests__/generator-idempotent.test.js +100 -8
- package/dist/config/__tests__/generator-idempotent.test.js.map +1 -1
- package/dist/config/__tests__/mcp-registry.test.d.ts +2 -0
- package/dist/config/__tests__/mcp-registry.test.d.ts.map +1 -0
- package/dist/config/__tests__/mcp-registry.test.js +132 -0
- package/dist/config/__tests__/mcp-registry.test.js.map +1 -0
- package/dist/config/__tests__/models.test.js +66 -19
- package/dist/config/__tests__/models.test.js.map +1 -1
- package/dist/config/generator.d.ts +7 -0
- package/dist/config/generator.d.ts.map +1 -1
- package/dist/config/generator.js +165 -9
- package/dist/config/generator.js.map +1 -1
- package/dist/config/mcp-registry.d.ts +32 -0
- package/dist/config/mcp-registry.d.ts.map +1 -0
- package/dist/config/mcp-registry.js +147 -0
- package/dist/config/mcp-registry.js.map +1 -0
- package/dist/config/models.d.ts +20 -12
- package/dist/config/models.d.ts.map +1 -1
- package/dist/config/models.js +63 -27
- package/dist/config/models.js.map +1 -1
- package/dist/hooks/__tests__/agents-overlay.test.js +63 -4
- package/dist/hooks/__tests__/agents-overlay.test.js.map +1 -1
- package/dist/hooks/__tests__/deep-interview-contract.test.js +35 -3
- package/dist/hooks/__tests__/deep-interview-contract.test.js.map +1 -1
- package/dist/hooks/__tests__/explore-routing.test.d.ts +2 -0
- package/dist/hooks/__tests__/explore-routing.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/explore-routing.test.js +37 -0
- package/dist/hooks/__tests__/explore-routing.test.js.map +1 -0
- package/dist/hooks/__tests__/explore-sparkshell-guidance-contract.test.d.ts +2 -0
- package/dist/hooks/__tests__/explore-sparkshell-guidance-contract.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/explore-sparkshell-guidance-contract.test.js +68 -0
- package/dist/hooks/__tests__/explore-sparkshell-guidance-contract.test.js.map +1 -0
- package/dist/hooks/__tests__/keyword-detector.test.js +31 -1
- package/dist/hooks/__tests__/keyword-detector.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-fallback-watcher.test.js +77 -13
- package/dist/hooks/__tests__/notify-fallback-watcher.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-all-workers-idle.test.js +3 -1
- package/dist/hooks/__tests__/notify-hook-all-workers-idle.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js +108 -1
- package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-cross-worktree-heartbeat.test.js +19 -0
- package/dist/hooks/__tests__/notify-hook-cross-worktree-heartbeat.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-linked-sync.test.js +75 -1
- package/dist/hooks/__tests__/notify-hook-linked-sync.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-modules.test.js +7 -0
- package/dist/hooks/__tests__/notify-hook-modules.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-regression-205.test.d.ts +1 -0
- package/dist/hooks/__tests__/notify-hook-regression-205.test.d.ts.map +1 -1
- package/dist/hooks/__tests__/notify-hook-regression-205.test.js +122 -1
- package/dist/hooks/__tests__/notify-hook-regression-205.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-session-scope.test.js +51 -1
- package/dist/hooks/__tests__/notify-hook-session-scope.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js +29 -8
- package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js +86 -0
- package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js.map +1 -1
- package/dist/hooks/agents-overlay.d.ts +3 -2
- package/dist/hooks/agents-overlay.d.ts.map +1 -1
- package/dist/hooks/agents-overlay.js +42 -24
- package/dist/hooks/agents-overlay.js.map +1 -1
- package/dist/hooks/explore-routing.d.ts +5 -0
- package/dist/hooks/explore-routing.d.ts.map +1 -0
- package/dist/hooks/explore-routing.js +44 -0
- package/dist/hooks/explore-routing.js.map +1 -0
- package/dist/hooks/keyword-detector.d.ts +5 -1
- package/dist/hooks/keyword-detector.d.ts.map +1 -1
- package/dist/hooks/keyword-detector.js +16 -7
- package/dist/hooks/keyword-detector.js.map +1 -1
- package/dist/hud/__tests__/index.test.js +8 -7
- package/dist/hud/__tests__/index.test.js.map +1 -1
- package/dist/hud/__tests__/state.test.js +78 -1
- package/dist/hud/__tests__/state.test.js.map +1 -1
- package/dist/hud/__tests__/types.test.js +41 -6
- package/dist/hud/__tests__/types.test.js.map +1 -1
- package/dist/hud/index.d.ts +4 -5
- package/dist/hud/index.d.ts.map +1 -1
- package/dist/hud/index.js +18 -12
- package/dist/hud/index.js.map +1 -1
- package/dist/hud/state.d.ts +6 -3
- package/dist/hud/state.d.ts.map +1 -1
- package/dist/hud/state.js +103 -12
- package/dist/hud/state.js.map +1 -1
- package/dist/hud/types.d.ts +17 -1
- package/dist/hud/types.d.ts.map +1 -1
- package/dist/hud/types.js +3 -0
- package/dist/hud/types.js.map +1 -1
- package/dist/mcp/__tests__/runtime-run-native-cutover.test.d.ts +2 -0
- package/dist/mcp/__tests__/runtime-run-native-cutover.test.d.ts.map +1 -0
- package/dist/mcp/__tests__/runtime-run-native-cutover.test.js.map +1 -0
- package/dist/mcp/team-server.d.ts.map +1 -1
- package/dist/mcp/team-server.js +10 -7
- package/dist/mcp/team-server.js.map +1 -1
- package/dist/modes/__tests__/base-autoresearch-contract.test.d.ts +2 -0
- package/dist/modes/__tests__/base-autoresearch-contract.test.d.ts.map +1 -0
- package/dist/modes/__tests__/base-autoresearch-contract.test.js +34 -0
- package/dist/modes/__tests__/base-autoresearch-contract.test.js.map +1 -0
- package/dist/modes/base.d.ts +2 -1
- package/dist/modes/base.d.ts.map +1 -1
- package/dist/modes/base.js +28 -26
- package/dist/modes/base.js.map +1 -1
- package/dist/pipeline/__tests__/stages.test.js +19 -1
- package/dist/pipeline/__tests__/stages.test.js.map +1 -1
- package/dist/pipeline/stages/ralplan.d.ts.map +1 -1
- package/dist/pipeline/stages/ralplan.js +9 -32
- package/dist/pipeline/stages/ralplan.js.map +1 -1
- package/dist/planning/__tests__/artifacts.test.d.ts +2 -0
- package/dist/planning/__tests__/artifacts.test.d.ts.map +1 -0
- package/dist/planning/__tests__/artifacts.test.js +42 -0
- package/dist/planning/__tests__/artifacts.test.js.map +1 -0
- package/dist/planning/artifacts.d.ts +20 -0
- package/dist/planning/artifacts.d.ts.map +1 -0
- package/dist/planning/artifacts.js +105 -0
- package/dist/planning/artifacts.js.map +1 -0
- package/dist/team/__tests__/allocation-policy.test.js +72 -0
- package/dist/team/__tests__/allocation-policy.test.js.map +1 -1
- package/dist/team/__tests__/api-interop.test.js +176 -9
- package/dist/team/__tests__/api-interop.test.js.map +1 -1
- package/dist/team/__tests__/events.test.js +118 -0
- package/dist/team/__tests__/events.test.js.map +1 -1
- package/dist/team/__tests__/followup-planner.test.js +11 -1
- package/dist/team/__tests__/followup-planner.test.js.map +1 -1
- package/dist/team/__tests__/rebalance-policy.test.js +43 -0
- package/dist/team/__tests__/rebalance-policy.test.js.map +1 -1
- package/dist/team/__tests__/role-router.test.js +12 -0
- package/dist/team/__tests__/role-router.test.js.map +1 -1
- package/dist/team/__tests__/runtime.test.js +753 -214
- package/dist/team/__tests__/runtime.test.js.map +1 -1
- package/dist/team/__tests__/shutdown-fallback.test.d.ts +2 -0
- package/dist/team/__tests__/shutdown-fallback.test.d.ts.map +1 -0
- package/dist/team/__tests__/shutdown-fallback.test.js +102 -0
- package/dist/team/__tests__/shutdown-fallback.test.js.map +1 -0
- package/dist/team/__tests__/state.test.js +54 -0
- package/dist/team/__tests__/state.test.js.map +1 -1
- package/dist/team/__tests__/tmux-session.test.js +224 -77
- package/dist/team/__tests__/tmux-session.test.js.map +1 -1
- package/dist/team/__tests__/tmux-test-fixture.d.ts +14 -0
- package/dist/team/__tests__/tmux-test-fixture.d.ts.map +1 -0
- package/dist/team/__tests__/tmux-test-fixture.js +91 -0
- package/dist/team/__tests__/tmux-test-fixture.js.map +1 -0
- package/dist/team/__tests__/tmux-test-fixture.test.d.ts +2 -0
- package/dist/team/__tests__/tmux-test-fixture.test.d.ts.map +1 -0
- package/dist/team/__tests__/tmux-test-fixture.test.js +36 -0
- package/dist/team/__tests__/tmux-test-fixture.test.js.map +1 -0
- package/dist/team/__tests__/worker-bootstrap.test.js +27 -3
- package/dist/team/__tests__/worker-bootstrap.test.js.map +1 -1
- package/dist/team/__tests__/worktree.test.js +26 -0
- package/dist/team/__tests__/worktree.test.js.map +1 -1
- package/dist/team/allocation-policy.d.ts +6 -0
- package/dist/team/allocation-policy.d.ts.map +1 -1
- package/dist/team/allocation-policy.js +90 -8
- package/dist/team/allocation-policy.js.map +1 -1
- package/dist/team/api-interop.d.ts +2 -2
- package/dist/team/api-interop.d.ts.map +1 -1
- package/dist/team/api-interop.js +37 -3
- package/dist/team/api-interop.js.map +1 -1
- package/dist/team/contracts.d.ts +3 -1
- package/dist/team/contracts.d.ts.map +1 -1
- package/dist/team/contracts.js +31 -0
- package/dist/team/contracts.js.map +1 -1
- package/dist/team/followup-planner.d.ts +7 -0
- package/dist/team/followup-planner.d.ts.map +1 -1
- package/dist/team/followup-planner.js +30 -0
- package/dist/team/followup-planner.js.map +1 -1
- package/dist/team/idle-nudge.d.ts.map +1 -1
- package/dist/team/idle-nudge.js +2 -1
- package/dist/team/idle-nudge.js.map +1 -1
- package/dist/team/model-contract.d.ts.map +1 -1
- package/dist/team/model-contract.js +3 -3
- package/dist/team/model-contract.js.map +1 -1
- package/dist/team/role-router.d.ts.map +1 -1
- package/dist/team/role-router.js +96 -8
- package/dist/team/role-router.js.map +1 -1
- package/dist/team/runtime-cli.d.ts.map +1 -1
- package/dist/team/runtime-cli.js +8 -2
- package/dist/team/runtime-cli.js.map +1 -1
- package/dist/team/runtime.d.ts.map +1 -1
- package/dist/team/runtime.js +525 -13
- package/dist/team/runtime.js.map +1 -1
- package/dist/team/state/events.d.ts.map +1 -1
- package/dist/team/state/events.js +2 -11
- package/dist/team/state/events.js.map +1 -1
- package/dist/team/state/monitor.d.ts +11 -0
- package/dist/team/state/monitor.d.ts.map +1 -1
- package/dist/team/state/monitor.js +1 -0
- package/dist/team/state/monitor.js.map +1 -1
- package/dist/team/state/tasks.d.ts +4 -1
- package/dist/team/state/tasks.d.ts.map +1 -1
- package/dist/team/state/tasks.js +5 -1
- package/dist/team/state/tasks.js.map +1 -1
- package/dist/team/state/types.d.ts +6 -0
- 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 +18 -2
- package/dist/team/state.d.ts.map +1 -1
- package/dist/team/state.js +11 -3
- package/dist/team/state.js.map +1 -1
- package/dist/team/team-ops.d.ts +1 -1
- package/dist/team/team-ops.d.ts.map +1 -1
- package/dist/team/team-ops.js.map +1 -1
- package/dist/team/tmux-session.d.ts +4 -32
- package/dist/team/tmux-session.d.ts.map +1 -1
- package/dist/team/tmux-session.js +45 -74
- package/dist/team/tmux-session.js.map +1 -1
- package/dist/team/worker-bootstrap.d.ts +3 -3
- package/dist/team/worker-bootstrap.d.ts.map +1 -1
- package/dist/team/worker-bootstrap.js +56 -31
- package/dist/team/worker-bootstrap.js.map +1 -1
- package/dist/team/worktree.d.ts +6 -2
- package/dist/team/worktree.d.ts.map +1 -1
- package/dist/team/worktree.js +40 -1
- package/dist/team/worktree.js.map +1 -1
- package/dist/utils/__tests__/paths.test.js +20 -2
- package/dist/utils/__tests__/paths.test.js.map +1 -1
- package/dist/utils/__tests__/platform-command.test.js +99 -2
- package/dist/utils/__tests__/platform-command.test.js.map +1 -1
- package/dist/utils/agents-md.d.ts +4 -0
- package/dist/utils/agents-md.d.ts.map +1 -0
- package/dist/utils/agents-md.js +18 -0
- package/dist/utils/agents-md.js.map +1 -0
- package/dist/utils/paths.d.ts +3 -1
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js +5 -1
- package/dist/utils/paths.js.map +1 -1
- package/dist/utils/platform-command.d.ts.map +1 -1
- package/dist/utils/platform-command.js +49 -5
- package/dist/utils/platform-command.js.map +1 -1
- package/dist/verification/__tests__/ci-rust-gates.test.d.ts +2 -0
- package/dist/verification/__tests__/ci-rust-gates.test.d.ts.map +1 -0
- package/dist/verification/__tests__/ci-rust-gates.test.js +28 -0
- package/dist/verification/__tests__/ci-rust-gates.test.js.map +1 -0
- package/dist/verification/__tests__/explore-harness-release-workflow.test.d.ts +2 -0
- package/dist/verification/__tests__/explore-harness-release-workflow.test.d.ts.map +1 -0
- package/dist/verification/__tests__/explore-harness-release-workflow.test.js +41 -0
- package/dist/verification/__tests__/explore-harness-release-workflow.test.js.map +1 -0
- package/package.json +23 -4
- package/prompts/build-fixer.md +4 -2
- package/prompts/executor.md +3 -1
- package/prompts/explore-harness.md +64 -0
- package/prompts/explore.md +3 -0
- package/prompts/planner.md +1 -0
- package/prompts/qa-tester.md +4 -0
- package/prompts/sisyphus-lite.md +3 -1
- package/prompts/test-engineer.md +4 -2
- package/scripts/__tests__/smoke-packed-install.test.mjs +51 -0
- package/scripts/build-explore-harness.js +54 -0
- package/scripts/build-sparkshell.mjs +50 -0
- package/scripts/check-version-sync.mjs +38 -0
- package/scripts/cleanup-explore-harness.js +17 -0
- package/scripts/demo-team-e2e.sh +1 -1
- package/scripts/eval-candidate-handoff.js +8 -0
- package/scripts/eval-cli-discoverability.js +40 -0
- package/scripts/eval-fresh-run-tagging.js +8 -0
- package/scripts/eval-help-consistency.js +11 -0
- package/scripts/eval-parity-smoke.js +20 -0
- package/scripts/eval-parity-sweep.js +26 -0
- package/scripts/eval-resume-dirty-guard.js +8 -0
- package/scripts/eval-security-path-traversal.js +38 -0
- package/scripts/generate-native-release-manifest.mjs +96 -0
- package/scripts/notify-fallback-watcher.js +60 -12
- package/scripts/notify-hook/auto-nudge.js +52 -19
- package/scripts/notify-hook/team-dispatch.js +19 -10
- package/scripts/notify-hook/team-leader-nudge.js +17 -9
- package/scripts/notify-hook/team-tmux-guard.js +131 -10
- package/scripts/notify-hook/tmux-injection.js +16 -39
- package/scripts/notify-hook.js +41 -11
- package/scripts/smoke-packed-install.mjs +218 -0
- package/scripts/test-sparkshell.mjs +27 -0
- package/scripts/verify-native-release-assets.mjs +60 -0
- package/skills/build-fix/SKILL.md +6 -0
- package/skills/deep-interview/SKILL.md +94 -31
- package/skills/pipeline/SKILL.md +1 -1
- package/skills/plan/SKILL.md +1 -0
- package/skills/ralph/SKILL.md +1 -1
- package/skills/ralplan/SKILL.md +1 -1
- package/skills/team/SKILL.md +23 -5
- package/templates/AGENTS.md +24 -1
package/Cargo.lock
ADDED
package/Cargo.toml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
[workspace]
|
|
2
|
+
members = ["crates/omx-explore", "native/omx-sparkshell"]
|
|
3
|
+
resolver = "2"
|
|
4
|
+
|
|
5
|
+
[workspace.package]
|
|
6
|
+
version = "0.10.0"
|
|
7
|
+
edition = "2021"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
repository = "https://github.com/Yeachan-Heo/oh-my-codex"
|
|
10
|
+
|
|
11
|
+
# The profile that 'dist' will build with
|
|
12
|
+
[profile.dist]
|
|
13
|
+
inherits = "release"
|
|
14
|
+
lto = "thin"
|
package/README.de.md
CHANGED
|
@@ -14,70 +14,16 @@
|
|
|
14
14
|
|
|
15
15
|
Multi-Agenten-Orchestrierungsschicht für [OpenAI Codex CLI](https://github.com/openai/codex).
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Neu in v0.9.0 — Spark Initiative
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Spark Initiative ist das Release, das den nativen Pfad für Exploration und Inspektion in OMX stärkt.
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
- **Nativer Harness für `omx explore`** — führt Read-only-Repository-Exploration über einen schnelleren und strengeren Rust-Pfad aus.
|
|
22
|
+
- **`omx sparkshell`** — native Operator-Oberfläche für Inspektion mit Zusammenfassungen langer Ausgaben und expliziter tmux-Pane-Erfassung.
|
|
23
|
+
- **Plattformübergreifende native Release-Artefakte** — der Hydration-Pfad für `omx-explore-harness`, `omx-sparkshell` und `native-release-manifest.json` ist jetzt Teil der Release-Pipeline.
|
|
24
|
+
- **Gehärtetes CI/CD** — ergänzt ein explizites Rust-Toolchain-Setup im `build`-Job sowie `cargo fmt --check` und `cargo clippy -- -D warnings`.
|
|
22
25
|
|
|
23
|
-
- [
|
|
24
|
-
- [한국어 (Korean)](./README.ko.md)
|
|
25
|
-
- [日本語 (Japanese)](./README.ja.md)
|
|
26
|
-
- [简体中文 (Chinese Simplified)](./README.zh.md)
|
|
27
|
-
- [繁體中文 (Chinese Traditional)](./README.zh-TW.md)
|
|
28
|
-
- [Tiếng Việt (Vietnamese)](./README.vi.md)
|
|
29
|
-
- [Español (Spanish)](./README.es.md)
|
|
30
|
-
- [Português (Portuguese)](./README.pt.md)
|
|
31
|
-
- [Русский (Russian)](./README.ru.md)
|
|
32
|
-
- [Türkçe (Turkish)](./README.tr.md)
|
|
33
|
-
- [Deutsch (German)](./README.de.md)
|
|
34
|
-
- [Français (French)](./README.fr.md)
|
|
35
|
-
- [Italiano (Italian)](./README.it.md)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
OMX verwandelt Codex von einem Einzelsitzungs-Agenten in ein koordiniertes System mit:
|
|
39
|
-
- Role Prompts (`/prompts:name`) für spezialisierte Agenten
|
|
40
|
-
- Workflow Skills (`$name`) für wiederholbare Ausführungsmodi
|
|
41
|
-
- Team-Orchestrierung in tmux (`omx team`, `$team`)
|
|
42
|
-
- Persistenter Zustand und Speicher über MCP-Server
|
|
43
|
-
|
|
44
|
-
## Warum OMX
|
|
45
|
-
|
|
46
|
-
Codex CLI ist stark für direkte Aufgaben. OMX fügt Struktur für größere Arbeiten hinzu:
|
|
47
|
-
- Zerlegung und stufenweise Ausführung (`team-plan -> team-prd -> team-exec -> team-verify -> team-fix`)
|
|
48
|
-
- Persistenter Modus-Lebenszyklus-Zustand (`.omx/state/`)
|
|
49
|
-
- Speicher- und Notepad-Oberflächen für langfristige Sitzungen
|
|
50
|
-
- Operationelle Steuerung für Start, Verifizierung und Abbruch
|
|
51
|
-
|
|
52
|
-
OMX ist ein Add-on, kein Fork. Es nutzt die nativen Erweiterungspunkte von Codex.
|
|
53
|
-
|
|
54
|
-
## Voraussetzungen
|
|
55
|
-
|
|
56
|
-
- macOS oder Linux (Windows über WSL2)
|
|
57
|
-
- Node.js >= 20
|
|
58
|
-
- Codex CLI installiert (`npm install -g @openai/codex`)
|
|
59
|
-
- Codex-Authentifizierung konfiguriert
|
|
60
|
-
|
|
61
|
-
## Schnellstart (3 Minuten)
|
|
62
|
-
|
|
63
|
-
```bash
|
|
64
|
-
npm install -g oh-my-codex
|
|
65
|
-
omx setup
|
|
66
|
-
omx doctor
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Empfohlenes Startprofil für vertrauenswürdige Umgebungen:
|
|
70
|
-
|
|
71
|
-
```bash
|
|
72
|
-
omx --xhigh --madmax
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
## Neu in v0.5.0
|
|
76
|
-
|
|
77
|
-
- **Bereichsbewusstes Setup** mit `omx setup --scope user|project` für flexible Installationsmodi.
|
|
78
|
-
- **Spark-Worker-Routing** über `--spark` / `--madmax-spark`, damit Team-Worker `gpt-5.3-codex-spark` nutzen können, ohne das Leader-Modell zu erzwingen.
|
|
79
|
-
- **Katalog-Konsolidierung** — veraltete Prompts (`deep-executor`, `scientist`) und 9 veraltete Skills entfernt.
|
|
80
|
-
- **Benachrichtigungs-Detailstufen** für feingranulare CCNotifier-Ausgabesteuerung.
|
|
26
|
+
Siehe auch die [Release Notes zu v0.9.0](./docs/release-notes-0.9.0.md) und den [Release-Text](./docs/release-body-0.9.0.md).
|
|
81
27
|
|
|
82
28
|
## Erste Sitzung
|
|
83
29
|
|
|
@@ -116,7 +62,7 @@ User
|
|
|
116
62
|
|
|
117
63
|
```bash
|
|
118
64
|
omx # Codex starten (+ HUD in tmux wenn verfügbar)
|
|
119
|
-
omx setup # Prompts/Skills/Config nach Bereich installieren + Projekt AGENTS.md
|
|
65
|
+
omx setup # Prompts/Skills/Config nach Bereich installieren + Projekt-.omx + bereichsspezifische AGENTS.md
|
|
120
66
|
omx doctor # Installations-/Laufzeitdiagnose
|
|
121
67
|
omx doctor --team # Team/Swarm-Diagnose
|
|
122
68
|
omx team ... # tmux-Team-Worker starten/Status/fortsetzen/herunterfahren
|
|
@@ -175,7 +121,7 @@ Standardmäßig injiziert OMX:
|
|
|
175
121
|
-c model_instructions_file="<cwd>/AGENTS.md"
|
|
176
122
|
```
|
|
177
123
|
|
|
178
|
-
Dies
|
|
124
|
+
Dies kombiniert `AGENTS.md` aus `CODEX_HOME` mit dem Projekt-`AGENTS.md` (falls vorhanden) und legt dann die Laufzeit-Überlagerung darüber.
|
|
179
125
|
Es erweitert das Codex-Verhalten, ersetzt/umgeht aber nicht die Codex-Kernsystemrichtlinien.
|
|
180
126
|
|
|
181
127
|
Steuerung:
|
|
@@ -240,10 +186,11 @@ Hinweise:
|
|
|
240
186
|
|
|
241
187
|
- `.omx/setup-scope.json` (persistierter Setup-Bereich)
|
|
242
188
|
- Bereichsabhängige Installationen:
|
|
243
|
-
- `user`: `~/.codex/prompts/`, `~/.agents/skills/`, `~/.codex/config.toml`, `~/.omx/agents
|
|
244
|
-
- `project`: `./.codex/prompts/`, `./.agents/skills/`, `./.codex/config.toml`, `./.omx/agents
|
|
189
|
+
- `user`: `~/.codex/prompts/`, `~/.agents/skills/`, `~/.codex/config.toml`, `~/.omx/agents/`, `~/.codex/AGENTS.md`
|
|
190
|
+
- `project`: `./.codex/prompts/`, `./.agents/skills/`, `./.codex/config.toml`, `./.omx/agents/`, `./AGENTS.md`
|
|
245
191
|
- Startverhalten: Wenn der persistierte Bereich `project` ist, verwendet `omx` automatisch `CODEX_HOME=./.codex` (sofern `CODEX_HOME` nicht bereits gesetzt ist).
|
|
246
|
-
-
|
|
192
|
+
- Startanweisungen kombinieren `~/.codex/AGENTS.md` (bzw. `CODEX_HOME/AGENTS.md`, wenn überschrieben) mit dem Projekt-`./AGENTS.md` und hängen anschließend die Runtime-Überlagerung an.
|
|
193
|
+
- Vorhandene `AGENTS.md`-Dateien werden nie stillschweigend überschrieben: Interaktive TTY-Läufe fragen vor dem Ersetzen, nicht-interaktive Läufe überspringen das Ersetzen ohne `--force` (aktive Sitzungs-Sicherheitsprüfungen gelten weiterhin).
|
|
247
194
|
- `config.toml`-Aktualisierungen (für beide Bereiche):
|
|
248
195
|
- `notify = ["node", "..."]`
|
|
249
196
|
- `model_reasoning_effort = "high"`
|
|
@@ -251,7 +198,7 @@ Hinweise:
|
|
|
251
198
|
- `[features] multi_agent = true, child_agents_md = true`
|
|
252
199
|
- MCP-Server-Einträge (`omx_state`, `omx_memory`, `omx_code_intel`, `omx_trace`)
|
|
253
200
|
- `[tui] status_line`
|
|
254
|
-
-
|
|
201
|
+
- Bereichsspezifische `AGENTS.md`
|
|
255
202
|
- `.omx/`-Laufzeitverzeichnisse und HUD-Konfiguration
|
|
256
203
|
|
|
257
204
|
## Agenten und Skills
|
package/README.es.md
CHANGED
|
@@ -14,70 +14,16 @@
|
|
|
14
14
|
|
|
15
15
|
Capa de orquestación multiagente para [OpenAI Codex CLI](https://github.com/openai/codex).
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Novedades en v0.9.0 — Spark Initiative
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Spark Initiative es la versión que refuerza la ruta nativa de exploración e inspección en OMX.
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
- **Harness nativo para `omx explore`** — ejecuta exploración de repositorio en modo solo lectura con una vía Rust más rápida y más estricta.
|
|
22
|
+
- **`omx sparkshell`** — superficie nativa para operadores, con resúmenes de salidas largas y captura explícita de paneles tmux.
|
|
23
|
+
- **Assets nativos multiplataforma** — la ruta de hidratación de `omx-explore-harness`, `omx-sparkshell` y `native-release-manifest.json` ya forma parte del pipeline de release.
|
|
24
|
+
- **CI/CD reforzado** — se añadió configuración explícita de Rust en el job `build`, además de `cargo fmt --check` y `cargo clippy -- -D warnings`.
|
|
22
25
|
|
|
23
|
-
- [
|
|
24
|
-
- [한국어 (Korean)](./README.ko.md)
|
|
25
|
-
- [日本語 (Japanese)](./README.ja.md)
|
|
26
|
-
- [简体中文 (Chinese Simplified)](./README.zh.md)
|
|
27
|
-
- [繁體中文 (Chinese Traditional)](./README.zh-TW.md)
|
|
28
|
-
- [Tiếng Việt (Vietnamese)](./README.vi.md)
|
|
29
|
-
- [Español (Spanish)](./README.es.md)
|
|
30
|
-
- [Português (Portuguese)](./README.pt.md)
|
|
31
|
-
- [Русский (Russian)](./README.ru.md)
|
|
32
|
-
- [Türkçe (Turkish)](./README.tr.md)
|
|
33
|
-
- [Deutsch (German)](./README.de.md)
|
|
34
|
-
- [Français (French)](./README.fr.md)
|
|
35
|
-
- [Italiano (Italian)](./README.it.md)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
OMX convierte Codex de un agente de sesión única en un sistema coordinado con:
|
|
39
|
-
- Role prompts (`/prompts:name`) para agentes especializados
|
|
40
|
-
- Workflow skills (`$name`) para modos de ejecución repetibles
|
|
41
|
-
- Orquestación de equipos en tmux (`omx team`, `$team`)
|
|
42
|
-
- Estado persistente y memoria a través de servidores MCP
|
|
43
|
-
|
|
44
|
-
## Por qué OMX
|
|
45
|
-
|
|
46
|
-
Codex CLI es potente para tareas directas. OMX añade estructura para trabajo más amplio:
|
|
47
|
-
- Descomposición y ejecución por etapas (`team-plan -> team-prd -> team-exec -> team-verify -> team-fix`)
|
|
48
|
-
- Estado persistente del ciclo de vida de modos (`.omx/state/`)
|
|
49
|
-
- Superficies de memoria y bloc de notas para sesiones prolongadas
|
|
50
|
-
- Controles operacionales para inicio, verificación y cancelación
|
|
51
|
-
|
|
52
|
-
OMX es un complemento, no un fork. Utiliza los puntos de extensión nativos de Codex.
|
|
53
|
-
|
|
54
|
-
## Requisitos
|
|
55
|
-
|
|
56
|
-
- macOS o Linux (Windows vía WSL2)
|
|
57
|
-
- Node.js >= 20
|
|
58
|
-
- Codex CLI instalado (`npm install -g @openai/codex`)
|
|
59
|
-
- Autenticación de Codex configurada
|
|
60
|
-
|
|
61
|
-
## Inicio rápido (3 minutos)
|
|
62
|
-
|
|
63
|
-
```bash
|
|
64
|
-
npm install -g oh-my-codex
|
|
65
|
-
omx setup
|
|
66
|
-
omx doctor
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Perfil de inicio recomendado para entornos de confianza:
|
|
70
|
-
|
|
71
|
-
```bash
|
|
72
|
-
omx --xhigh --madmax
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
## Novedades en v0.5.0
|
|
76
|
-
|
|
77
|
-
- **Configuración con alcance** mediante `omx setup --scope user|project` para modos de instalación flexibles.
|
|
78
|
-
- **Enrutamiento de Spark worker** vía `--spark` / `--madmax-spark` — los workers del equipo pueden usar `gpt-5.3-codex-spark` sin forzar el modelo líder.
|
|
79
|
-
- **Consolidación del catálogo** — se eliminaron prompts obsoletos (`deep-executor`, `scientist`) y 9 skills obsoletos para una superficie más compacta.
|
|
80
|
-
- **Niveles de detalle de notificaciones** para control granular de la salida de CCNotifier.
|
|
26
|
+
Consulta también las [notas de lanzamiento v0.9.0](./docs/release-notes-0.9.0.md) y el [release body](./docs/release-body-0.9.0.md).
|
|
81
27
|
|
|
82
28
|
## Primera sesión
|
|
83
29
|
|
|
@@ -116,7 +62,7 @@ User
|
|
|
116
62
|
|
|
117
63
|
```bash
|
|
118
64
|
omx # Lanzar Codex (+ HUD en tmux cuando está disponible)
|
|
119
|
-
omx setup # Instalar prompts/skills/config por alcance + proyecto AGENTS.md
|
|
65
|
+
omx setup # Instalar prompts/skills/config por alcance + .omx del proyecto + AGENTS.md específico del alcance
|
|
120
66
|
omx doctor # Diagnósticos de instalación/ejecución
|
|
121
67
|
omx doctor --team # Diagnósticos de Team/swarm
|
|
122
68
|
omx team ... # Iniciar/estado/reanudar/apagar workers tmux del equipo
|
|
@@ -175,7 +121,7 @@ Por defecto, OMX inyecta:
|
|
|
175
121
|
-c model_instructions_file="<cwd>/AGENTS.md"
|
|
176
122
|
```
|
|
177
123
|
|
|
178
|
-
Esto
|
|
124
|
+
Esto combina el `AGENTS.md` de `CODEX_HOME` con el `AGENTS.md` del proyecto (si existe) y luego añade la superposición de runtime.
|
|
179
125
|
Extiende el comportamiento de Codex, pero no reemplaza ni elude las políticas centrales del sistema Codex.
|
|
180
126
|
|
|
181
127
|
Controles:
|
|
@@ -240,10 +186,11 @@ Notas:
|
|
|
240
186
|
|
|
241
187
|
- `.omx/setup-scope.json` (alcance de instalación persistido)
|
|
242
188
|
- Instalaciones dependientes del alcance:
|
|
243
|
-
- `user`: `~/.codex/prompts/`, `~/.agents/skills/`, `~/.codex/config.toml`, `~/.omx/agents
|
|
244
|
-
- `project`: `./.codex/prompts/`, `./.agents/skills/`, `./.codex/config.toml`, `./.omx/agents
|
|
189
|
+
- `user`: `~/.codex/prompts/`, `~/.agents/skills/`, `~/.codex/config.toml`, `~/.omx/agents/`, `~/.codex/AGENTS.md`
|
|
190
|
+
- `project`: `./.codex/prompts/`, `./.agents/skills/`, `./.codex/config.toml`, `./.omx/agents/`, `./AGENTS.md`
|
|
245
191
|
- Comportamiento de inicio: si el alcance persistido es `project`, el lanzamiento de `omx` usa automáticamente `CODEX_HOME=./.codex` (a menos que `CODEX_HOME` ya esté establecido).
|
|
246
|
-
-
|
|
192
|
+
- Las instrucciones de inicio combinan `~/.codex/AGENTS.md` (o `CODEX_HOME/AGENTS.md` si se sobrescribe) con `./AGENTS.md` del proyecto y luego añaden la superposición de runtime.
|
|
193
|
+
- Los archivos `AGENTS.md` existentes nunca se sobrescriben silenciosamente: en TTY interactivo se pregunta antes de reemplazar; en modo no interactivo se omite salvo que pases `--force` (las verificaciones de seguridad de sesiones activas siguen aplicándose).
|
|
247
194
|
- Actualizaciones de `config.toml` (para ambos alcances):
|
|
248
195
|
- `notify = ["node", "..."]`
|
|
249
196
|
- `model_reasoning_effort = "high"`
|
|
@@ -251,7 +198,7 @@ Notas:
|
|
|
251
198
|
- `[features] multi_agent = true, child_agents_md = true`
|
|
252
199
|
- Entradas de servidores MCP (`omx_state`, `omx_memory`, `omx_code_intel`, `omx_trace`)
|
|
253
200
|
- `[tui] status_line`
|
|
254
|
-
- `AGENTS.md` del
|
|
201
|
+
- `AGENTS.md` específico del alcance
|
|
255
202
|
- Directorios `.omx/` de ejecución y configuración de HUD
|
|
256
203
|
|
|
257
204
|
## Agentes y skills
|
package/README.fr.md
CHANGED
|
@@ -14,70 +14,16 @@
|
|
|
14
14
|
|
|
15
15
|
Couche d'orchestration multi-agents pour [OpenAI Codex CLI](https://github.com/openai/codex).
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Nouveautés de la v0.9.0 — Spark Initiative
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Spark Initiative est la version qui renforce la voie native d’exploration et d’inspection dans OMX.
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
- **Harness natif pour `omx explore`** — exécute l’exploration read-only du dépôt via une voie Rust plus rapide et plus stricte.
|
|
22
|
+
- **`omx sparkshell`** — surface native orientée opérateur, avec résumés de sorties longues et capture explicite de panneaux tmux.
|
|
23
|
+
- **Artifacts natifs multiplateformes** — le chemin d’hydratation de `omx-explore-harness`, `omx-sparkshell` et `native-release-manifest.json` fait désormais partie du pipeline de release.
|
|
24
|
+
- **CI/CD renforcé** — ajoute une configuration explicite de la toolchain Rust dans le job `build`, ainsi que `cargo fmt --check` et `cargo clippy -- -D warnings`.
|
|
22
25
|
|
|
23
|
-
- [
|
|
24
|
-
- [한국어 (Korean)](./README.ko.md)
|
|
25
|
-
- [日本語 (Japanese)](./README.ja.md)
|
|
26
|
-
- [简体中文 (Chinese Simplified)](./README.zh.md)
|
|
27
|
-
- [繁體中文 (Chinese Traditional)](./README.zh-TW.md)
|
|
28
|
-
- [Tiếng Việt (Vietnamese)](./README.vi.md)
|
|
29
|
-
- [Español (Spanish)](./README.es.md)
|
|
30
|
-
- [Português (Portuguese)](./README.pt.md)
|
|
31
|
-
- [Русский (Russian)](./README.ru.md)
|
|
32
|
-
- [Türkçe (Turkish)](./README.tr.md)
|
|
33
|
-
- [Deutsch (German)](./README.de.md)
|
|
34
|
-
- [Français (French)](./README.fr.md)
|
|
35
|
-
- [Italiano (Italian)](./README.it.md)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
OMX transforme Codex d'un agent mono-session en un système coordonné avec :
|
|
39
|
-
- Des role prompts (`/prompts:name`) pour les agents spécialisés
|
|
40
|
-
- Des workflow skills (`$name`) pour les modes d'exécution reproductibles
|
|
41
|
-
- L'orchestration d'équipe dans tmux (`omx team`, `$team`)
|
|
42
|
-
- Un état et une mémoire persistants via les serveurs MCP
|
|
43
|
-
|
|
44
|
-
## Pourquoi OMX
|
|
45
|
-
|
|
46
|
-
Codex CLI est performant pour les tâches directes. OMX ajoute de la structure pour les travaux plus importants :
|
|
47
|
-
- Décomposition et exécution par étapes (`team-plan -> team-prd -> team-exec -> team-verify -> team-fix`)
|
|
48
|
-
- État persistant du cycle de vie des modes (`.omx/state/`)
|
|
49
|
-
- Surfaces de mémoire et notepad pour les sessions longue durée
|
|
50
|
-
- Contrôles opérationnels pour le lancement, la vérification et l'annulation
|
|
51
|
-
|
|
52
|
-
OMX est un add-on, pas un fork. Il utilise les points d'extension natifs de Codex.
|
|
53
|
-
|
|
54
|
-
## Prérequis
|
|
55
|
-
|
|
56
|
-
- macOS ou Linux (Windows via WSL2)
|
|
57
|
-
- Node.js >= 20
|
|
58
|
-
- Codex CLI installé (`npm install -g @openai/codex`)
|
|
59
|
-
- Authentification Codex configurée
|
|
60
|
-
|
|
61
|
-
## Démarrage rapide (3 minutes)
|
|
62
|
-
|
|
63
|
-
```bash
|
|
64
|
-
npm install -g oh-my-codex
|
|
65
|
-
omx setup
|
|
66
|
-
omx doctor
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Profil de lancement recommandé pour les environnements de confiance :
|
|
70
|
-
|
|
71
|
-
```bash
|
|
72
|
-
omx --xhigh --madmax
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
## Nouveautés de la v0.5.0
|
|
76
|
-
|
|
77
|
-
- **Configuration sensible au scope** avec `omx setup --scope user|project` pour des modes d'installation flexibles.
|
|
78
|
-
- **Routage Spark worker** via `--spark` / `--madmax-spark` pour que les workers d'équipe puissent utiliser `gpt-5.3-codex-spark` sans forcer le modèle leader.
|
|
79
|
-
- **Consolidation du catalogue** — suppression des prompts obsolètes (`deep-executor`, `scientist`) et de 9 skills obsolètes.
|
|
80
|
-
- **Niveaux de verbosité des notifications** pour un contrôle fin de la sortie CCNotifier.
|
|
26
|
+
Voir aussi les [notes de version v0.9.0](./docs/release-notes-0.9.0.md) et le [corps de release](./docs/release-body-0.9.0.md).
|
|
81
27
|
|
|
82
28
|
## Première session
|
|
83
29
|
|
|
@@ -116,7 +62,7 @@ User
|
|
|
116
62
|
|
|
117
63
|
```bash
|
|
118
64
|
omx # Lancer Codex (+ HUD dans tmux si disponible)
|
|
119
|
-
omx setup # Installer prompts/skills/config par scope + projet AGENTS.md
|
|
65
|
+
omx setup # Installer prompts/skills/config par scope + .omx du projet + AGENTS.md propre au scope
|
|
120
66
|
omx doctor # Diagnostics d'installation/exécution
|
|
121
67
|
omx doctor --team # Diagnostics Team/Swarm
|
|
122
68
|
omx team ... # Démarrer/statut/reprendre/arrêter les workers d'équipe tmux
|
|
@@ -175,7 +121,7 @@ Par défaut, OMX injecte :
|
|
|
175
121
|
-c model_instructions_file="<cwd>/AGENTS.md"
|
|
176
122
|
```
|
|
177
123
|
|
|
178
|
-
Cela
|
|
124
|
+
Cela fusionne le `AGENTS.md` de `CODEX_HOME` avec le `AGENTS.md` du projet (s'il existe), puis ajoute l'overlay d'exécution.
|
|
179
125
|
Cela étend le comportement de Codex, mais ne remplace/contourne pas les politiques système de base de Codex.
|
|
180
126
|
|
|
181
127
|
Contrôles :
|
|
@@ -240,10 +186,11 @@ Notes :
|
|
|
240
186
|
|
|
241
187
|
- `.omx/setup-scope.json` (scope de setup persisté)
|
|
242
188
|
- Installations dépendantes du scope :
|
|
243
|
-
- `user` : `~/.codex/prompts/`, `~/.agents/skills/`, `~/.codex/config.toml`, `~/.omx/agents
|
|
244
|
-
- `project` : `./.codex/prompts/`, `./.agents/skills/`, `./.codex/config.toml`, `./.omx/agents
|
|
189
|
+
- `user` : `~/.codex/prompts/`, `~/.agents/skills/`, `~/.codex/config.toml`, `~/.omx/agents/`, `~/.codex/AGENTS.md`
|
|
190
|
+
- `project` : `./.codex/prompts/`, `./.agents/skills/`, `./.codex/config.toml`, `./.omx/agents/`, `./AGENTS.md`
|
|
245
191
|
- Comportement au lancement : si le scope persisté est `project`, le lancement `omx` utilise automatiquement `CODEX_HOME=./.codex` (sauf si `CODEX_HOME` est déjà défini).
|
|
246
|
-
-
|
|
192
|
+
- Les instructions de lancement fusionnent `~/.codex/AGENTS.md` (ou `CODEX_HOME/AGENTS.md` s'il est redéfini) avec `./AGENTS.md` du projet, puis ajoutent l'overlay d'exécution.
|
|
193
|
+
- Les fichiers `AGENTS.md` existants ne sont jamais écrasés silencieusement : en TTY interactif, setup demande avant de remplacer ; en non-interactif, le remplacement est ignoré sauf avec `--force` (les vérifications de sécurité de session active s'appliquent toujours).
|
|
247
194
|
- Mises à jour de `config.toml` (pour les deux scopes) :
|
|
248
195
|
- `notify = ["node", "..."]`
|
|
249
196
|
- `model_reasoning_effort = "high"`
|
|
@@ -251,7 +198,7 @@ Notes :
|
|
|
251
198
|
- `[features] multi_agent = true, child_agents_md = true`
|
|
252
199
|
- Entrées de serveurs MCP (`omx_state`, `omx_memory`, `omx_code_intel`, `omx_trace`)
|
|
253
200
|
- `[tui] status_line`
|
|
254
|
-
- `AGENTS.md`
|
|
201
|
+
- `AGENTS.md` spécifique au scope
|
|
255
202
|
- Répertoires d'exécution `.omx/` et configuration HUD
|
|
256
203
|
|
|
257
204
|
## Agents et Skills
|
package/README.it.md
CHANGED
|
@@ -14,70 +14,16 @@
|
|
|
14
14
|
|
|
15
15
|
Livello di orchestrazione multi-agente per [OpenAI Codex CLI](https://github.com/openai/codex).
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Novità nella v0.9.0 — Spark Initiative
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Spark Initiative è la release che rafforza il percorso nativo di esplorazione e ispezione in OMX.
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
- **Harness nativo per `omx explore`** — esegue l’esplorazione del repository in sola lettura tramite un percorso Rust più rapido e più rigoroso.
|
|
22
|
+
- **`omx sparkshell`** — superficie nativa per operatori con riepiloghi dell’output lungo e cattura esplicita dei pannelli tmux.
|
|
23
|
+
- **Asset nativi multipiattaforma** — il percorso di hydration per `omx-explore-harness`, `omx-sparkshell` e `native-release-manifest.json` ora fa parte della pipeline di release.
|
|
24
|
+
- **CI/CD rafforzato** — aggiunge la configurazione esplicita della toolchain Rust nel job `build`, oltre a `cargo fmt --check` e `cargo clippy -- -D warnings`.
|
|
22
25
|
|
|
23
|
-
- [
|
|
24
|
-
- [한국어 (Korean)](./README.ko.md)
|
|
25
|
-
- [日本語 (Japanese)](./README.ja.md)
|
|
26
|
-
- [简体中文 (Chinese Simplified)](./README.zh.md)
|
|
27
|
-
- [繁體中文 (Chinese Traditional)](./README.zh-TW.md)
|
|
28
|
-
- [Tiếng Việt (Vietnamese)](./README.vi.md)
|
|
29
|
-
- [Español (Spanish)](./README.es.md)
|
|
30
|
-
- [Português (Portuguese)](./README.pt.md)
|
|
31
|
-
- [Русский (Russian)](./README.ru.md)
|
|
32
|
-
- [Türkçe (Turkish)](./README.tr.md)
|
|
33
|
-
- [Deutsch (German)](./README.de.md)
|
|
34
|
-
- [Français (French)](./README.fr.md)
|
|
35
|
-
- [Italiano (Italian)](./README.it.md)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
OMX trasforma Codex da un agente a sessione singola in un sistema coordinato con:
|
|
39
|
-
- Role prompts (`/prompts:name`) per agenti specializzati
|
|
40
|
-
- Workflow skills (`$name`) per modalità di esecuzione ripetibili
|
|
41
|
-
- Orchestrazione team in tmux (`omx team`, `$team`)
|
|
42
|
-
- Stato e memoria persistenti tramite server MCP
|
|
43
|
-
|
|
44
|
-
## Perché OMX
|
|
45
|
-
|
|
46
|
-
Codex CLI è efficace per compiti diretti. OMX aggiunge struttura per lavori più ampi:
|
|
47
|
-
- Decomposizione ed esecuzione a stadi (`team-plan -> team-prd -> team-exec -> team-verify -> team-fix`)
|
|
48
|
-
- Stato persistente del ciclo di vita delle modalità (`.omx/state/`)
|
|
49
|
-
- Superfici di memoria e notepad per sessioni di lunga durata
|
|
50
|
-
- Controlli operativi per avvio, verifica e annullamento
|
|
51
|
-
|
|
52
|
-
OMX è un add-on, non un fork. Utilizza i punti di estensione nativi di Codex.
|
|
53
|
-
|
|
54
|
-
## Requisiti
|
|
55
|
-
|
|
56
|
-
- macOS o Linux (Windows tramite WSL2)
|
|
57
|
-
- Node.js >= 20
|
|
58
|
-
- Codex CLI installato (`npm install -g @openai/codex`)
|
|
59
|
-
- Autenticazione Codex configurata
|
|
60
|
-
|
|
61
|
-
## Avvio rapido (3 minuti)
|
|
62
|
-
|
|
63
|
-
```bash
|
|
64
|
-
npm install -g oh-my-codex
|
|
65
|
-
omx setup
|
|
66
|
-
omx doctor
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Profilo di avvio consigliato per ambienti fidati:
|
|
70
|
-
|
|
71
|
-
```bash
|
|
72
|
-
omx --xhigh --madmax
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
## Novità nella v0.5.0
|
|
76
|
-
|
|
77
|
-
- **Setup sensibile allo scope** con `omx setup --scope user|project` per modalità di installazione flessibili.
|
|
78
|
-
- **Routing Spark worker** tramite `--spark` / `--madmax-spark` in modo che i worker del team possano usare `gpt-5.3-codex-spark` senza forzare il modello leader.
|
|
79
|
-
- **Consolidamento del catalogo** — rimossi prompt obsoleti (`deep-executor`, `scientist`) e 9 skill obsolete.
|
|
80
|
-
- **Livelli di verbosità delle notifiche** per un controllo dettagliato dell'output CCNotifier.
|
|
26
|
+
Vedi anche le [note di rilascio v0.9.0](./docs/release-notes-0.9.0.md) e il [testo della release](./docs/release-body-0.9.0.md).
|
|
81
27
|
|
|
82
28
|
## Prima sessione
|
|
83
29
|
|
|
@@ -116,7 +62,7 @@ User
|
|
|
116
62
|
|
|
117
63
|
```bash
|
|
118
64
|
omx # Avvia Codex (+ HUD in tmux se disponibile)
|
|
119
|
-
omx setup # Installa prompt/skill/config per scope + progetto AGENTS.md
|
|
65
|
+
omx setup # Installa prompt/skill/config per scope + .omx del progetto + AGENTS.md specifico dello scope
|
|
120
66
|
omx doctor # Diagnostica installazione/esecuzione
|
|
121
67
|
omx doctor --team # Diagnostica Team/Swarm
|
|
122
68
|
omx team ... # Avvia/stato/riprendi/arresta i worker del team tmux
|
|
@@ -175,7 +121,7 @@ Per impostazione predefinita, OMX inietta:
|
|
|
175
121
|
-c model_instructions_file="<cwd>/AGENTS.md"
|
|
176
122
|
```
|
|
177
123
|
|
|
178
|
-
Questo
|
|
124
|
+
Questo unisce l'`AGENTS.md` di `CODEX_HOME` con l'`AGENTS.md` del progetto (se presente) e poi aggiunge l'overlay di runtime.
|
|
179
125
|
Estende il comportamento di Codex, ma non sostituisce/aggira le policy di sistema core di Codex.
|
|
180
126
|
|
|
181
127
|
Controlli:
|
|
@@ -240,10 +186,11 @@ Note:
|
|
|
240
186
|
|
|
241
187
|
- `.omx/setup-scope.json` (scope di setup persistito)
|
|
242
188
|
- Installazioni dipendenti dallo scope:
|
|
243
|
-
- `user`: `~/.codex/prompts/`, `~/.agents/skills/`, `~/.codex/config.toml`, `~/.omx/agents
|
|
244
|
-
- `project`: `./.codex/prompts/`, `./.agents/skills/`, `./.codex/config.toml`, `./.omx/agents
|
|
189
|
+
- `user`: `~/.codex/prompts/`, `~/.agents/skills/`, `~/.codex/config.toml`, `~/.omx/agents/`, `~/.codex/AGENTS.md`
|
|
190
|
+
- `project`: `./.codex/prompts/`, `./.agents/skills/`, `./.codex/config.toml`, `./.omx/agents/`, `./AGENTS.md`
|
|
245
191
|
- Comportamento all'avvio: se lo scope persistito è `project`, l'avvio `omx` usa automaticamente `CODEX_HOME=./.codex` (a meno che `CODEX_HOME` non sia già impostato).
|
|
246
|
-
-
|
|
192
|
+
- Le istruzioni di avvio uniscono `~/.codex/AGENTS.md` (o `CODEX_HOME/AGENTS.md` se ridefinito) con `./AGENTS.md` del progetto, quindi aggiungono l'overlay di runtime.
|
|
193
|
+
- I file `AGENTS.md` esistenti non vengono mai sovrascritti in silenzio: in TTY interattivo il setup chiede prima di sostituire; in modalità non interattiva la sostituzione viene saltata salvo `--force` (i controlli di sicurezza della sessione attiva restano validi).
|
|
247
194
|
- Aggiornamenti `config.toml` (per entrambi gli scope):
|
|
248
195
|
- `notify = ["node", "..."]`
|
|
249
196
|
- `model_reasoning_effort = "high"`
|
|
@@ -251,7 +198,7 @@ Note:
|
|
|
251
198
|
- `[features] multi_agent = true, child_agents_md = true`
|
|
252
199
|
- Voci server MCP (`omx_state`, `omx_memory`, `omx_code_intel`, `omx_trace`)
|
|
253
200
|
- `[tui] status_line`
|
|
254
|
-
- `AGENTS.md`
|
|
201
|
+
- `AGENTS.md` specifico dello scope
|
|
255
202
|
- Directory di esecuzione `.omx/` e configurazione HUD
|
|
256
203
|
|
|
257
204
|
## Agenti e Skill
|
package/README.ja.md
CHANGED
|
@@ -14,70 +14,16 @@
|
|
|
14
14
|
|
|
15
15
|
[OpenAI Codex CLI](https://github.com/openai/codex)のためのマルチエージェントオーケストレーションレイヤー。
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## v0.9.0 の新機能 — Spark Initiative
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Spark Initiative は、OMX のネイティブ探索・検査経路を強化するリリースです。
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
- **`omx explore` ネイティブハーネス** — 読み取り専用のリポジトリ探索を Rust ベースのハーネスで高速かつ厳格に実行します。
|
|
22
|
+
- **`omx sparkshell`** — 長い出力の要約と tmux pane キャプチャを行う、オペレーター向けのネイティブ検査サーフェスです。
|
|
23
|
+
- **クロスプラットフォームのネイティブリリース資産** — `omx-explore-harness`、`omx-sparkshell`、`native-release-manifest.json` を中心とした hydration 経路がリリースパイプラインに組み込まれました。
|
|
24
|
+
- **強化された CI/CD** — `build` ジョブでの明示的な Rust toolchain セットアップ、`cargo fmt --check`、`cargo clippy -- -D warnings` を追加しました。
|
|
22
25
|
|
|
23
|
-
- [
|
|
24
|
-
- [한국어 (Korean)](./README.ko.md)
|
|
25
|
-
- [日本語 (Japanese)](./README.ja.md)
|
|
26
|
-
- [简体中文 (Chinese Simplified)](./README.zh.md)
|
|
27
|
-
- [繁體中文 (Chinese Traditional)](./README.zh-TW.md)
|
|
28
|
-
- [Tiếng Việt (Vietnamese)](./README.vi.md)
|
|
29
|
-
- [Español (Spanish)](./README.es.md)
|
|
30
|
-
- [Português (Portuguese)](./README.pt.md)
|
|
31
|
-
- [Русский (Russian)](./README.ru.md)
|
|
32
|
-
- [Türkçe (Turkish)](./README.tr.md)
|
|
33
|
-
- [Deutsch (German)](./README.de.md)
|
|
34
|
-
- [Français (French)](./README.fr.md)
|
|
35
|
-
- [Italiano (Italian)](./README.it.md)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
OMXはCodexをシングルセッションエージェントから協調システムに変換します:
|
|
39
|
-
- 専門エージェント用の role prompts (`/prompts:name`)
|
|
40
|
-
- 再現可能な実行モード用の workflow skills (`$name`)
|
|
41
|
-
- tmuxでのチームオーケストレーション (`omx team`, `$team`)
|
|
42
|
-
- MCPサーバーによる永続的な状態とメモリ
|
|
43
|
-
|
|
44
|
-
## なぜOMXか
|
|
45
|
-
|
|
46
|
-
Codex CLIは直接的なタスクに強力です。OMXはより大規模な作業のための構造を追加します:
|
|
47
|
-
- 分解と段階的実行 (`team-plan -> team-prd -> team-exec -> team-verify -> team-fix`)
|
|
48
|
-
- 永続的なモードライフサイクル状態 (`.omx/state/`)
|
|
49
|
-
- 長期セッション用のメモリとメモ帳サーフェス
|
|
50
|
-
- 起動、検証、キャンセルのための運用制御
|
|
51
|
-
|
|
52
|
-
OMXはアドオンであり、フォークではありません。Codexのネイティブ拡張ポイントを使用します。
|
|
53
|
-
|
|
54
|
-
## 要件
|
|
55
|
-
|
|
56
|
-
- macOSまたはLinux(WindowsはWSL2経由)
|
|
57
|
-
- Node.js >= 20
|
|
58
|
-
- Codex CLIがインストール済み (`npm install -g @openai/codex`)
|
|
59
|
-
- Codex認証が設定済み
|
|
60
|
-
|
|
61
|
-
## クイックスタート(3分)
|
|
62
|
-
|
|
63
|
-
```bash
|
|
64
|
-
npm install -g oh-my-codex
|
|
65
|
-
omx setup
|
|
66
|
-
omx doctor
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
信頼された環境向けの推奨起動プロファイル:
|
|
70
|
-
|
|
71
|
-
```bash
|
|
72
|
-
omx --xhigh --madmax
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
## v0.5.0の新機能
|
|
76
|
-
|
|
77
|
-
- `omx setup --scope user|project`による**スコープ対応セットアップ** — 柔軟なインストールモード。
|
|
78
|
-
- `--spark` / `--madmax-spark`による**Sparkワーカールーティング** — チームワーカーがリーダーモデルを強制せずに`gpt-5.3-codex-spark`を使用可能。
|
|
79
|
-
- **カタログ統合** — 非推奨プロンプト(`deep-executor`、`scientist`)と9つの非推奨スキルを削除し、よりスリムなサーフェスに。
|
|
80
|
-
- **通知の詳細レベル** — CCNotifier出力のきめ細かい制御。
|
|
26
|
+
詳細は [v0.9.0 リリースノート](./docs/release-notes-0.9.0.md) と [リリース本文](./docs/release-body-0.9.0.md) を参照してください。
|
|
81
27
|
|
|
82
28
|
## 最初のセッション
|
|
83
29
|
|
|
@@ -116,7 +62,7 @@ User
|
|
|
116
62
|
|
|
117
63
|
```bash
|
|
118
64
|
omx # Codexを起動(tmuxでHUD付き)
|
|
119
|
-
omx setup # スコープ別にプロンプト/スキル/設定をインストール + プロジェクトAGENTS.md
|
|
65
|
+
omx setup # スコープ別にプロンプト/スキル/設定をインストール + プロジェクト .omx + スコープ別 AGENTS.md
|
|
120
66
|
omx doctor # インストール/ランタイム診断
|
|
121
67
|
omx doctor --team # Team/swarm診断
|
|
122
68
|
omx team ... # tmuxチームワーカーの開始/ステータス/再開/シャットダウン
|
|
@@ -175,7 +121,7 @@ export OMX_MCP_WORKDIR_ROOTS="/path/to/project:/path/to/another-root"
|
|
|
175
121
|
-c model_instructions_file="<cwd>/AGENTS.md"
|
|
176
122
|
```
|
|
177
123
|
|
|
178
|
-
|
|
124
|
+
これは`CODEX_HOME`の`AGENTS.md`とプロジェクトの`AGENTS.md`(存在する場合)を結合し、その上にランタイムオーバーレイを追加します。
|
|
179
125
|
Codexの動作を拡張しますが、Codexのコアシステムポリシーを置き換えたりバイパスしたりしません。
|
|
180
126
|
|
|
181
127
|
制御:
|
|
@@ -240,10 +186,11 @@ OMX_TEAM_AUTO_INTERRUPT_RETRY=0 # オプション:適応型queue->resendフ
|
|
|
240
186
|
|
|
241
187
|
- `.omx/setup-scope.json`(永続化されたセットアップスコープ)
|
|
242
188
|
- スコープ依存のインストール:
|
|
243
|
-
- `user`:`~/.codex/prompts/`、`~/.agents/skills/`、`~/.codex/config.toml`、`~/.omx/agents
|
|
244
|
-
- `project`:`./.codex/prompts/`、`./.agents/skills/`、`./.codex/config.toml`、`./.omx/agents
|
|
189
|
+
- `user`:`~/.codex/prompts/`、`~/.agents/skills/`、`~/.codex/config.toml`、`~/.omx/agents/`、`~/.codex/AGENTS.md`
|
|
190
|
+
- `project`:`./.codex/prompts/`、`./.agents/skills/`、`./.codex/config.toml`、`./.omx/agents/`、`./AGENTS.md`
|
|
245
191
|
- 起動動作:永続化されたスコープが`project`の場合、`omx`起動時に自動的に`CODEX_HOME=./.codex`を使用(`CODEX_HOME`が既に設定されている場合を除く)。
|
|
246
|
-
-
|
|
192
|
+
- 起動命令は`~/.codex/AGENTS.md`(または上書きされた`CODEX_HOME/AGENTS.md`)とプロジェクトの`./AGENTS.md`を結合し、その後ランタイムオーバーレイを追加して使用します。
|
|
193
|
+
- 既存の`AGENTS.md`は黙って上書きされません。インタラクティブTTYでは置き換え前に確認し、非インタラクティブ実行では`--force`がない限り置き換えをスキップします(アクティブセッションの安全チェックは引き続き適用されます)。
|
|
247
194
|
- `config.toml`の更新(両スコープ共通):
|
|
248
195
|
- `notify = ["node", "..."]`
|
|
249
196
|
- `model_reasoning_effort = "high"`
|
|
@@ -251,7 +198,7 @@ OMX_TEAM_AUTO_INTERRUPT_RETRY=0 # オプション:適応型queue->resendフ
|
|
|
251
198
|
- `[features] multi_agent = true, child_agents_md = true`
|
|
252
199
|
- MCPサーバーエントリ(`omx_state`、`omx_memory`、`omx_code_intel`、`omx_trace`)
|
|
253
200
|
- `[tui] status_line`
|
|
254
|
-
-
|
|
201
|
+
- スコープ別`AGENTS.md`
|
|
255
202
|
- `.omx/`ランタイムディレクトリとHUD設定
|
|
256
203
|
|
|
257
204
|
## エージェントとスキル
|