oh-my-codex 0.20.1 → 0.20.3
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 +7 -6
- package/Cargo.toml +1 -1
- package/README.md +36 -1
- package/crates/omx-runtime/Cargo.toml +1 -0
- package/crates/omx-runtime/src/main.rs +25 -2
- package/crates/omx-runtime/tests/execution.rs +219 -0
- package/crates/omx-runtime-core/src/dispatch.rs +96 -10
- package/crates/omx-runtime-core/src/engine.rs +839 -29
- package/crates/omx-runtime-core/src/lib.rs +8 -0
- package/dist/adapt/__tests__/hermes.test.js.map +1 -1
- package/dist/adapt/contracts.d.ts.map +1 -1
- package/dist/agents/__tests__/definitions.test.js +81 -0
- package/dist/agents/__tests__/definitions.test.js.map +1 -1
- package/dist/agents/__tests__/native-config.test.js +25 -0
- package/dist/agents/__tests__/native-config.test.js.map +1 -1
- package/dist/agents/native-config.d.ts +2 -1
- package/dist/agents/native-config.d.ts.map +1 -1
- package/dist/agents/native-config.js.map +1 -1
- package/dist/auth/__tests__/hotswap.test.d.ts +2 -0
- package/dist/auth/__tests__/hotswap.test.d.ts.map +1 -0
- package/dist/auth/__tests__/hotswap.test.js +183 -0
- package/dist/auth/__tests__/hotswap.test.js.map +1 -0
- package/dist/auth/hotswap.d.ts +6 -0
- package/dist/auth/hotswap.d.ts.map +1 -1
- package/dist/auth/hotswap.js +102 -19
- package/dist/auth/hotswap.js.map +1 -1
- package/dist/auth/paths.js.map +1 -1
- package/dist/auth/storage.js.map +1 -1
- package/dist/autopilot/__tests__/ralplan-gate.test.js +5 -5
- package/dist/autopilot/__tests__/ralplan-gate.test.js.map +1 -1
- package/dist/autopilot/completion-gate.js.map +1 -1
- package/dist/autopilot/fsm.d.ts +1 -1
- package/dist/autopilot/fsm.d.ts.map +1 -1
- package/dist/autoresearch/goal.js.map +1 -1
- package/dist/autoresearch/runtime.js.map +1 -1
- package/dist/capabilities/lockfile.js.map +1 -1
- package/dist/catalog/reader.js.map +1 -1
- package/dist/catalog/skill-mirror.js.map +1 -1
- package/dist/cli/__tests__/adapt-help.test.js.map +1 -1
- package/dist/cli/__tests__/agents-init.test.js.map +1 -1
- package/dist/cli/__tests__/agents.test.js.map +1 -1
- package/dist/cli/__tests__/api.test.js.map +1 -1
- package/dist/cli/__tests__/ask.test.js.map +1 -1
- package/dist/cli/__tests__/auth.test.js +60 -6
- package/dist/cli/__tests__/auth.test.js.map +1 -1
- package/dist/cli/__tests__/autoresearch-guided.test.js.map +1 -1
- package/dist/cli/__tests__/autoresearch.test.js.map +1 -1
- package/dist/cli/__tests__/capabilities.test.js.map +1 -1
- package/dist/cli/__tests__/codex-plugin-layout.test.js +80 -0
- package/dist/cli/__tests__/codex-plugin-layout.test.js.map +1 -1
- package/dist/cli/__tests__/doctor-context-window-warning.test.js.map +1 -1
- package/dist/cli/__tests__/doctor-invalid-config.test.js +47 -4
- package/dist/cli/__tests__/doctor-invalid-config.test.js.map +1 -1
- package/dist/cli/__tests__/doctor-team.test.js.map +1 -1
- package/dist/cli/__tests__/doctor-warning-copy.test.js +752 -15
- package/dist/cli/__tests__/doctor-warning-copy.test.js.map +1 -1
- package/dist/cli/__tests__/exec.test.js +136 -0
- package/dist/cli/__tests__/exec.test.js.map +1 -1
- package/dist/cli/__tests__/imagegen-continuation.test.js.map +1 -1
- package/dist/cli/__tests__/index.test.js +473 -14
- package/dist/cli/__tests__/index.test.js.map +1 -1
- package/dist/cli/__tests__/launch-fallback.test.js +336 -4
- package/dist/cli/__tests__/launch-fallback.test.js.map +1 -1
- package/dist/cli/__tests__/mcp-parity.test.js +87 -12
- package/dist/cli/__tests__/mcp-parity.test.js.map +1 -1
- package/dist/cli/__tests__/native-hook-claim-journal.test.d.ts +2 -0
- package/dist/cli/__tests__/native-hook-claim-journal.test.d.ts.map +1 -0
- package/dist/cli/__tests__/native-hook-claim-journal.test.js +206 -0
- package/dist/cli/__tests__/native-hook-claim-journal.test.js.map +1 -0
- package/dist/cli/__tests__/nested-help-routing.test.js.map +1 -1
- package/dist/cli/__tests__/question.test.js.map +1 -1
- package/dist/cli/__tests__/ralph-deslop-contract.test.js.map +1 -1
- package/dist/cli/__tests__/ralph-goal-mode-contract.test.js +6 -0
- package/dist/cli/__tests__/ralph-goal-mode-contract.test.js.map +1 -1
- package/dist/cli/__tests__/ralph-prd-deep-interview.test.js.map +1 -1
- package/dist/cli/__tests__/ralph-prd-smoke.test.js.map +1 -1
- package/dist/cli/__tests__/ralph.test.js +8 -3
- package/dist/cli/__tests__/ralph.test.js.map +1 -1
- package/dist/cli/__tests__/ralplan-bootstrap-3181.test.d.ts +2 -0
- package/dist/cli/__tests__/ralplan-bootstrap-3181.test.d.ts.map +1 -0
- package/dist/cli/__tests__/ralplan-bootstrap-3181.test.js +72 -0
- package/dist/cli/__tests__/ralplan-bootstrap-3181.test.js.map +1 -0
- package/dist/cli/__tests__/ralplan.test.d.ts +2 -0
- package/dist/cli/__tests__/ralplan.test.d.ts.map +1 -0
- package/dist/cli/__tests__/ralplan.test.js +55 -0
- package/dist/cli/__tests__/ralplan.test.js.map +1 -0
- package/dist/cli/__tests__/resume.test.js +17 -11
- package/dist/cli/__tests__/resume.test.js.map +1 -1
- package/dist/cli/__tests__/session-scoped-runtime.test.js +25 -0
- package/dist/cli/__tests__/session-scoped-runtime.test.js.map +1 -1
- package/dist/cli/__tests__/session-search-help.test.js +25 -1
- package/dist/cli/__tests__/session-search-help.test.js.map +1 -1
- package/dist/cli/__tests__/session-search.test.js.map +1 -1
- package/dist/cli/__tests__/setup-agents-overwrite.test.js +79 -0
- package/dist/cli/__tests__/setup-agents-overwrite.test.js.map +1 -1
- package/dist/cli/__tests__/setup-gh-star.test.js.map +1 -1
- package/dist/cli/__tests__/setup-hooks-shared-ownership.test.js +77 -3
- package/dist/cli/__tests__/setup-hooks-shared-ownership.test.js.map +1 -1
- package/dist/cli/__tests__/setup-hooks-trust-e2e.test.d.ts +2 -0
- package/dist/cli/__tests__/setup-hooks-trust-e2e.test.d.ts.map +1 -0
- package/dist/cli/__tests__/setup-hooks-trust-e2e.test.js +285 -0
- package/dist/cli/__tests__/setup-hooks-trust-e2e.test.js.map +1 -0
- package/dist/cli/__tests__/setup-install-mode.test.js +2579 -294
- package/dist/cli/__tests__/setup-install-mode.test.js.map +1 -1
- package/dist/cli/__tests__/setup-preferences.test.d.ts +2 -0
- package/dist/cli/__tests__/setup-preferences.test.d.ts.map +1 -0
- package/dist/cli/__tests__/setup-preferences.test.js +79 -0
- package/dist/cli/__tests__/setup-preferences.test.js.map +1 -0
- package/dist/cli/__tests__/setup-refresh.test.js +33 -2
- package/dist/cli/__tests__/setup-refresh.test.js.map +1 -1
- package/dist/cli/__tests__/setup-scope.test.js +46 -3
- package/dist/cli/__tests__/setup-scope.test.js.map +1 -1
- package/dist/cli/__tests__/sparkshell-cli.test.js.map +1 -1
- package/dist/cli/__tests__/state.test.js +37 -0
- package/dist/cli/__tests__/state.test.js.map +1 -1
- package/dist/cli/__tests__/team.test.js +105 -7
- package/dist/cli/__tests__/team.test.js.map +1 -1
- package/dist/cli/__tests__/ultragoal.test.js +61 -1
- package/dist/cli/__tests__/ultragoal.test.js.map +1 -1
- package/dist/cli/__tests__/uninstall.test.js +1817 -24
- package/dist/cli/__tests__/uninstall.test.js.map +1 -1
- package/dist/cli/__tests__/update.test.js +58 -0
- package/dist/cli/__tests__/update.test.js.map +1 -1
- package/dist/cli/__tests__/url.test.js.map +1 -1
- package/dist/cli/__tests__/windows-popup-loop-contract.test.js +2 -1
- package/dist/cli/__tests__/windows-popup-loop-contract.test.js.map +1 -1
- package/dist/cli/adapt.js.map +1 -1
- package/dist/cli/agents-init.js.map +1 -1
- package/dist/cli/agents.js.map +1 -1
- package/dist/cli/api.js.map +1 -1
- package/dist/cli/ask.d.ts +1 -1
- package/dist/cli/ask.d.ts.map +1 -1
- package/dist/cli/ask.js.map +1 -1
- package/dist/cli/auth.js.map +1 -1
- package/dist/cli/autoresearch-guided.js.map +1 -1
- package/dist/cli/autoresearch-intake.js.map +1 -1
- package/dist/cli/capabilities.js.map +1 -1
- package/dist/cli/cleanup.js.map +1 -1
- package/dist/cli/codex-feature-probe.js.map +1 -1
- package/dist/cli/codex-home.js.map +1 -1
- package/dist/cli/doctor.d.ts +21 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +607 -130
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/explore.js.map +1 -1
- package/dist/cli/index.d.ts +14 -3
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +245 -57
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/mcp-parity.js +2 -2
- package/dist/cli/mcp-parity.js.map +1 -1
- package/dist/cli/mcp-serve.js.map +1 -1
- package/dist/cli/mission.js.map +1 -1
- package/dist/cli/native-assets.js.map +1 -1
- package/dist/cli/native-hook-claim-journal.d.ts +29 -0
- package/dist/cli/native-hook-claim-journal.d.ts.map +1 -0
- package/dist/cli/native-hook-claim-journal.js +252 -0
- package/dist/cli/native-hook-claim-journal.js.map +1 -0
- package/dist/cli/omx.js.map +1 -1
- package/dist/cli/plugin-marketplace.js.map +1 -1
- package/dist/cli/project-runtime-codex-homes.js.map +1 -1
- package/dist/cli/question.js.map +1 -1
- package/dist/cli/ralph.d.ts.map +1 -1
- package/dist/cli/ralph.js +3 -2
- package/dist/cli/ralph.js.map +1 -1
- package/dist/cli/ralplan.d.ts +10 -0
- package/dist/cli/ralplan.d.ts.map +1 -0
- package/dist/cli/ralplan.js +110 -0
- package/dist/cli/ralplan.js.map +1 -0
- package/dist/cli/session-search.d.ts +5 -0
- package/dist/cli/session-search.d.ts.map +1 -1
- package/dist/cli/session-search.js +87 -0
- package/dist/cli/session-search.js.map +1 -1
- package/dist/cli/setup-preferences.d.ts +11 -0
- package/dist/cli/setup-preferences.d.ts.map +1 -1
- package/dist/cli/setup-preferences.js +32 -0
- package/dist/cli/setup-preferences.js.map +1 -1
- package/dist/cli/setup.d.ts +58 -0
- package/dist/cli/setup.d.ts.map +1 -1
- package/dist/cli/setup.js +1450 -398
- package/dist/cli/setup.js.map +1 -1
- package/dist/cli/sparkshell.js.map +1 -1
- package/dist/cli/star-prompt.js.map +1 -1
- package/dist/cli/state.d.ts.map +1 -1
- package/dist/cli/state.js +2 -1
- package/dist/cli/state.js.map +1 -1
- package/dist/cli/team.js.map +1 -1
- package/dist/cli/ultragoal.d.ts +5 -1
- package/dist/cli/ultragoal.d.ts.map +1 -1
- package/dist/cli/ultragoal.js +34 -2
- package/dist/cli/ultragoal.js.map +1 -1
- package/dist/cli/uninstall.d.ts +17 -0
- package/dist/cli/uninstall.d.ts.map +1 -1
- package/dist/cli/uninstall.js +986 -95
- package/dist/cli/uninstall.js.map +1 -1
- package/dist/cli/update.d.ts.map +1 -1
- package/dist/cli/update.js +8 -1
- package/dist/cli/update.js.map +1 -1
- package/dist/cli/url.js.map +1 -1
- package/dist/compat/__tests__/doctor-contract.test.js +5 -1
- package/dist/compat/__tests__/doctor-contract.test.js.map +1 -1
- package/dist/compat/__tests__/rust-runtime-compat.test.js +1 -1
- package/dist/compat/__tests__/rust-runtime-compat.test.js.map +1 -1
- package/dist/config/__tests__/codex-hooks.test.js +1287 -11
- package/dist/config/__tests__/codex-hooks.test.js.map +1 -1
- package/dist/config/__tests__/generator-idempotent.test.js +1179 -32
- package/dist/config/__tests__/generator-idempotent.test.js.map +1 -1
- package/dist/config/__tests__/generator-notify.test.js +6 -1
- package/dist/config/__tests__/generator-notify.test.js.map +1 -1
- package/dist/config/__tests__/models.test.js +67 -3
- package/dist/config/__tests__/models.test.js.map +1 -1
- package/dist/config/codex-feature-flags.d.ts.map +1 -1
- package/dist/config/codex-feature-flags.js.map +1 -1
- package/dist/config/codex-hooks.d.ts +124 -1
- package/dist/config/codex-hooks.d.ts.map +1 -1
- package/dist/config/codex-hooks.js +2142 -265
- package/dist/config/codex-hooks.js.map +1 -1
- package/dist/config/commit-lore-guard.js.map +1 -1
- package/dist/config/generator.d.ts +23 -34
- package/dist/config/generator.d.ts.map +1 -1
- package/dist/config/generator.js +1480 -246
- package/dist/config/generator.js.map +1 -1
- package/dist/config/mcp-registry.js.map +1 -1
- package/dist/config/models.d.ts +14 -4
- package/dist/config/models.d.ts.map +1 -1
- package/dist/config/models.js +15 -1
- package/dist/config/models.js.map +1 -1
- package/dist/config/omx-first-party-mcp.js.map +1 -1
- package/dist/config/team-mode.d.ts.map +1 -1
- package/dist/document-refresh/__tests__/enforcer.test.js.map +1 -1
- package/dist/document-refresh/enforcer.js.map +1 -1
- package/dist/exec/followup.js.map +1 -1
- package/dist/goal-workflows/artifacts.js.map +1 -1
- package/dist/hooks/__tests__/agents-overlay.test.js +7 -4
- package/dist/hooks/__tests__/agents-overlay.test.js.map +1 -1
- package/dist/hooks/__tests__/analyze-routing-contract.test.js.map +1 -1
- package/dist/hooks/__tests__/analyze-skill-contract.test.js.map +1 -1
- package/dist/hooks/__tests__/anti-slop-workflow.test.js.map +1 -1
- package/dist/hooks/__tests__/autopilot-skill-contract.test.js +9 -3
- package/dist/hooks/__tests__/autopilot-skill-contract.test.js.map +1 -1
- package/dist/hooks/__tests__/code-review-skill-contract.test.js.map +1 -1
- package/dist/hooks/__tests__/consensus-execution-handoff.test.js.map +1 -1
- package/dist/hooks/__tests__/deep-interview-contract.test.js.map +1 -1
- package/dist/hooks/__tests__/design-skill.test.js.map +1 -1
- package/dist/hooks/__tests__/keyword-detector.test.js +1376 -6
- package/dist/hooks/__tests__/keyword-detector.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-fallback-watcher.test.js +252 -543
- package/dist/hooks/__tests__/notify-fallback-watcher.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-all-workers-idle.test.js +38 -4
- package/dist/hooks/__tests__/notify-hook-all-workers-idle.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js +765 -10
- package/dist/hooks/__tests__/notify-hook-auto-nudge.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-cross-worktree-heartbeat.test.js +2 -0
- package/dist/hooks/__tests__/notify-hook-cross-worktree-heartbeat.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-managed-tmux.test.js +142 -1
- package/dist/hooks/__tests__/notify-hook-managed-tmux.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-modules.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-non-omx-guard.test.js +48 -2
- package/dist/hooks/__tests__/notify-hook-non-omx-guard.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-ralph-resume.test.js +61 -44
- package/dist/hooks/__tests__/notify-hook-ralph-resume.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-regression-205.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-session-idle-dedupe.test.js +3 -2
- package/dist/hooks/__tests__/notify-hook-session-idle-dedupe.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-session-scope.test.js +243 -4
- package/dist/hooks/__tests__/notify-hook-session-scope.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js +531 -12
- package/dist/hooks/__tests__/notify-hook-team-dispatch.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js +163 -24
- package/dist/hooks/__tests__/notify-hook-team-leader-nudge.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-team-tmux-guard.test.js +482 -32
- package/dist/hooks/__tests__/notify-hook-team-tmux-guard.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-tmux-heal.test.js +68 -1
- package/dist/hooks/__tests__/notify-hook-tmux-heal.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-tmux-scrollback.test.js +7 -1
- package/dist/hooks/__tests__/notify-hook-tmux-scrollback.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-visual-verdict.test.js.map +1 -1
- package/dist/hooks/__tests__/notify-hook-worker-idle.test.js +43 -4
- package/dist/hooks/__tests__/notify-hook-worker-idle.test.js.map +1 -1
- package/dist/hooks/__tests__/openclaw-setup-contract.test.js.map +1 -1
- package/dist/hooks/__tests__/pre-context-gate-skills.test.js.map +1 -1
- package/dist/hooks/__tests__/prometheus-strict-contract.test.js.map +1 -1
- package/dist/hooks/__tests__/prompt-guidance-fragments.test.js.map +1 -1
- package/dist/hooks/__tests__/prompt-guidance-test-helpers.js.map +1 -1
- package/dist/hooks/__tests__/prompt-session-provenance.test.d.ts +2 -0
- package/dist/hooks/__tests__/prompt-session-provenance.test.d.ts.map +1 -0
- package/dist/hooks/__tests__/prompt-session-provenance.test.js +82 -0
- package/dist/hooks/__tests__/prompt-session-provenance.test.js.map +1 -0
- package/dist/hooks/__tests__/session.test.js +878 -11
- package/dist/hooks/__tests__/session.test.js.map +1 -1
- package/dist/hooks/__tests__/skill-catalog-hygiene.test.js.map +1 -1
- package/dist/hooks/__tests__/team-runtime-gating-docs-contract.test.js.map +1 -1
- package/dist/hooks/__tests__/visual-ralph-skill.test.js.map +1 -1
- package/dist/hooks/__tests__/visual-verdict-loop.test.js.map +1 -1
- package/dist/hooks/agents-overlay.js +5 -5
- package/dist/hooks/agents-overlay.js.map +1 -1
- package/dist/hooks/code-simplifier/index.js.map +1 -1
- package/dist/hooks/explore-routing.js.map +1 -1
- package/dist/hooks/extensibility/dispatcher.js.map +1 -1
- package/dist/hooks/extensibility/events.js.map +1 -1
- package/dist/hooks/extensibility/loader.js.map +1 -1
- package/dist/hooks/extensibility/plugin-runner-stdin.js.map +1 -1
- package/dist/hooks/extensibility/sdk/logging.js.map +1 -1
- package/dist/hooks/keyword-detector.d.ts +33 -7
- package/dist/hooks/keyword-detector.d.ts.map +1 -1
- package/dist/hooks/keyword-detector.js +2228 -119
- package/dist/hooks/keyword-detector.js.map +1 -1
- package/dist/hooks/keyword-registry.d.ts +12 -0
- package/dist/hooks/keyword-registry.d.ts.map +1 -1
- package/dist/hooks/keyword-registry.js +41 -0
- package/dist/hooks/keyword-registry.js.map +1 -1
- package/dist/hooks/prompt-session-provenance.d.ts +87 -0
- package/dist/hooks/prompt-session-provenance.d.ts.map +1 -0
- package/dist/hooks/prompt-session-provenance.js +180 -0
- package/dist/hooks/prompt-session-provenance.js.map +1 -0
- package/dist/hooks/session.d.ts +163 -34
- package/dist/hooks/session.d.ts.map +1 -1
- package/dist/hooks/session.js +1395 -317
- package/dist/hooks/session.js.map +1 -1
- package/dist/hooks/task-size-detector.js.map +1 -1
- package/dist/hud/__tests__/state.test.js.map +1 -1
- package/dist/hud/authority.js.map +1 -1
- package/dist/hud/constants.js.map +1 -1
- package/dist/hud/index.js.map +1 -1
- package/dist/hud/reconcile.js.map +1 -1
- package/dist/hud/render.js.map +1 -1
- package/dist/hud/state.js.map +1 -1
- package/dist/hud/tmux.js.map +1 -1
- package/dist/leader/__tests__/contract.test.js +153 -1
- package/dist/leader/__tests__/contract.test.js.map +1 -1
- package/dist/leader/contract.d.ts +42 -5
- package/dist/leader/contract.d.ts.map +1 -1
- package/dist/leader/contract.js +184 -3
- package/dist/leader/contract.js.map +1 -1
- package/dist/mcp/__tests__/bootstrap.test.js.map +1 -1
- package/dist/mcp/__tests__/code-intel-server.test.js +31 -3
- package/dist/mcp/__tests__/code-intel-server.test.js.map +1 -1
- package/dist/mcp/__tests__/server-lifecycle.test.js +15 -2
- package/dist/mcp/__tests__/server-lifecycle.test.js.map +1 -1
- package/dist/mcp/__tests__/state-paths.test.js +98 -1
- package/dist/mcp/__tests__/state-paths.test.js.map +1 -1
- package/dist/mcp/__tests__/wiki-server.test.js +18 -0
- package/dist/mcp/__tests__/wiki-server.test.js.map +1 -1
- package/dist/mcp/bootstrap.js.map +1 -1
- package/dist/mcp/code-intel-server.d.ts +58 -58
- package/dist/mcp/code-intel-server.d.ts.map +1 -1
- package/dist/mcp/code-intel-server.js +13 -3
- package/dist/mcp/code-intel-server.js.map +1 -1
- package/dist/mcp/hermes-bridge.js.map +1 -1
- package/dist/mcp/hermes-server.d.ts +70 -70
- package/dist/mcp/hermes-server.d.ts.map +1 -1
- package/dist/mcp/lifecycle-telemetry.js.map +1 -1
- package/dist/mcp/memory-server.d.ts +34 -34
- package/dist/mcp/memory-server.d.ts.map +1 -1
- package/dist/mcp/memory-server.js.map +1 -1
- package/dist/mcp/state-paths.d.ts +14 -0
- package/dist/mcp/state-paths.d.ts.map +1 -1
- package/dist/mcp/state-paths.js +96 -20
- package/dist/mcp/state-paths.js.map +1 -1
- package/dist/mcp/state-server.d.ts +47 -47
- package/dist/mcp/state-server.d.ts.map +1 -1
- package/dist/mcp/trace-server.d.ts +4 -4
- package/dist/mcp/trace-server.d.ts.map +1 -1
- package/dist/mcp/trace-server.js.map +1 -1
- package/dist/mcp/wiki-server.d.ts +34 -23
- package/dist/mcp/wiki-server.d.ts.map +1 -1
- package/dist/mcp/wiki-server.js +9 -2
- package/dist/mcp/wiki-server.js.map +1 -1
- package/dist/modes/__tests__/base-session-scope.test.js +53 -1
- package/dist/modes/__tests__/base-session-scope.test.js.map +1 -1
- package/dist/modes/__tests__/base-tmux-pane.test.js +4 -4
- package/dist/modes/__tests__/base-tmux-pane.test.js.map +1 -1
- package/dist/modes/base.d.ts.map +1 -1
- package/dist/modes/base.js +5 -5
- package/dist/modes/base.js.map +1 -1
- package/dist/notifications/__tests__/lifecycle-dedupe.test.js.map +1 -1
- package/dist/notifications/__tests__/reply-listener.test.js.map +1 -1
- package/dist/notifications/__tests__/session-idle-tail-dedupe.test.js +177 -85
- package/dist/notifications/__tests__/session-idle-tail-dedupe.test.js.map +1 -1
- package/dist/notifications/__tests__/session-registry.test.js.map +1 -1
- package/dist/notifications/__tests__/template-engine.test.js.map +1 -1
- package/dist/notifications/__tests__/verbosity.test.js.map +1 -1
- package/dist/notifications/http-client.js.map +1 -1
- package/dist/notifications/index.d.ts +4 -1
- package/dist/notifications/index.d.ts.map +1 -1
- package/dist/notifications/index.js +3 -9
- package/dist/notifications/index.js.map +1 -1
- package/dist/notifications/lifecycle-dedupe.js.map +1 -1
- package/dist/notifications/reply-listener.d.ts.map +1 -1
- package/dist/notifications/reply-listener.js.map +1 -1
- package/dist/notifications/session-registry.js.map +1 -1
- package/dist/notifications/session-status.js.map +1 -1
- package/dist/notifications/temp-contract.d.ts.map +1 -1
- package/dist/notifications/temp-contract.js +4 -0
- package/dist/notifications/temp-contract.js.map +1 -1
- package/dist/notifications/tmux-detector.js.map +1 -1
- package/dist/notifications/tmux.js.map +1 -1
- package/dist/openclaw/config.js.map +1 -1
- package/dist/openclaw/dispatcher.js.map +1 -1
- package/dist/pipeline/__tests__/orchestrator.test.js +4 -4
- package/dist/pipeline/__tests__/orchestrator.test.js.map +1 -1
- package/dist/pipeline/__tests__/stages.test.js +16 -13
- package/dist/pipeline/__tests__/stages.test.js.map +1 -1
- package/dist/pipeline/stages/code-review.js.map +1 -1
- package/dist/pipeline/stages/ralph-verify.js.map +1 -1
- package/dist/pipeline/stages/ralplan.js.map +1 -1
- package/dist/pipeline/stages/team-exec.js.map +1 -1
- package/dist/pipeline/stages/ultragoal.js.map +1 -1
- package/dist/pipeline/stages/ultraqa.js.map +1 -1
- package/dist/planning/__tests__/approved-execution-lifecycle-matrix.test.js.map +1 -1
- package/dist/planning/artifact-names.js.map +1 -1
- package/dist/planning/artifacts.js.map +1 -1
- package/dist/question/__tests__/state.test.js.map +1 -1
- package/dist/question/__tests__/ui.test.js.map +1 -1
- package/dist/question/autopilot-wait.js.map +1 -1
- package/dist/question/client.d.ts.map +1 -1
- package/dist/question/client.js.map +1 -1
- package/dist/question/deep-interview.js.map +1 -1
- package/dist/question/events.js.map +1 -1
- package/dist/question/renderer.js.map +1 -1
- package/dist/question/state.d.ts.map +1 -1
- package/dist/question/state.js.map +1 -1
- package/dist/question/ui.js.map +1 -1
- package/dist/ralph/contract.d.ts +1 -1
- package/dist/ralph/contract.d.ts.map +1 -1
- package/dist/ralplan/__tests__/consensus-gate.test.js +527 -8
- package/dist/ralplan/__tests__/consensus-gate.test.js.map +1 -1
- package/dist/ralplan/__tests__/documented-leader-preflight.test.d.ts +2 -0
- package/dist/ralplan/__tests__/documented-leader-preflight.test.d.ts.map +1 -0
- package/dist/ralplan/__tests__/documented-leader-preflight.test.js +46 -0
- package/dist/ralplan/__tests__/documented-leader-preflight.test.js.map +1 -0
- package/dist/ralplan/__tests__/runtime.test.js +116 -14
- package/dist/ralplan/__tests__/runtime.test.js.map +1 -1
- package/dist/ralplan/consensus-gate.d.ts +3 -3
- package/dist/ralplan/consensus-gate.d.ts.map +1 -1
- package/dist/ralplan/consensus-gate.js +173 -70
- package/dist/ralplan/consensus-gate.js.map +1 -1
- package/dist/ralplan/documented-leader-preflight.d.ts +34 -0
- package/dist/ralplan/documented-leader-preflight.d.ts.map +1 -0
- package/dist/ralplan/documented-leader-preflight.js +58 -0
- package/dist/ralplan/documented-leader-preflight.js.map +1 -0
- package/dist/ralplan/runtime.d.ts +3 -2
- package/dist/ralplan/runtime.d.ts.map +1 -1
- package/dist/ralplan/runtime.js +12 -9
- package/dist/ralplan/runtime.js.map +1 -1
- package/dist/runtime/__tests__/bridge.test.js +42 -1
- package/dist/runtime/__tests__/bridge.test.js.map +1 -1
- package/dist/runtime/bridge.d.ts +12 -0
- package/dist/runtime/bridge.d.ts.map +1 -1
- package/dist/runtime/bridge.js +52 -1
- package/dist/runtime/bridge.js.map +1 -1
- package/dist/runtime/process-tree.js.map +1 -1
- package/dist/runtime/run-loop.js.map +1 -1
- package/dist/runtime/run-outcome.d.ts +3 -3
- package/dist/runtime/run-outcome.d.ts.map +1 -1
- package/dist/runtime/run-outcome.js.map +1 -1
- package/dist/runtime/run-state.js.map +1 -1
- package/dist/scripts/__tests__/codex-native-hook.test.js +6657 -995
- package/dist/scripts/__tests__/codex-native-hook.test.js.map +1 -1
- package/dist/scripts/__tests__/fixtures/issue-3138-installed-smoke.d.ts +2 -0
- package/dist/scripts/__tests__/fixtures/issue-3138-installed-smoke.d.ts.map +1 -0
- package/dist/scripts/__tests__/fixtures/issue-3138-installed-smoke.js +634 -0
- package/dist/scripts/__tests__/fixtures/issue-3138-installed-smoke.js.map +1 -0
- package/dist/scripts/__tests__/generate-release-body.test.js.map +1 -1
- package/dist/scripts/__tests__/hook-derived-watcher.test.js.map +1 -1
- package/dist/scripts/__tests__/notify-dispatcher.test.js.map +1 -1
- package/dist/scripts/__tests__/notify-fallback-delivery.test.d.ts +2 -0
- package/dist/scripts/__tests__/notify-fallback-delivery.test.d.ts.map +1 -0
- package/dist/scripts/__tests__/notify-fallback-delivery.test.js +174 -0
- package/dist/scripts/__tests__/notify-fallback-delivery.test.js.map +1 -0
- package/dist/scripts/__tests__/notify-state-io.test.js +57 -1
- package/dist/scripts/__tests__/notify-state-io.test.js.map +1 -1
- package/dist/scripts/__tests__/reasoning-artifact-contract.test.d.ts +2 -0
- package/dist/scripts/__tests__/reasoning-artifact-contract.test.d.ts.map +1 -0
- package/dist/scripts/__tests__/reasoning-artifact-contract.test.js +108 -0
- package/dist/scripts/__tests__/reasoning-artifact-contract.test.js.map +1 -0
- package/dist/scripts/__tests__/role-intent-bootstrap-e2e-3181.test.d.ts +2 -0
- package/dist/scripts/__tests__/role-intent-bootstrap-e2e-3181.test.d.ts.map +1 -0
- package/dist/scripts/__tests__/role-intent-bootstrap-e2e-3181.test.js +78 -0
- package/dist/scripts/__tests__/role-intent-bootstrap-e2e-3181.test.js.map +1 -0
- package/dist/scripts/__tests__/role-intent-durable-recovery-3181.test.d.ts +2 -0
- package/dist/scripts/__tests__/role-intent-durable-recovery-3181.test.d.ts.map +1 -0
- package/dist/scripts/__tests__/role-intent-durable-recovery-3181.test.js +55 -0
- package/dist/scripts/__tests__/role-intent-durable-recovery-3181.test.js.map +1 -0
- package/dist/scripts/__tests__/run-test-files.test.js.map +1 -1
- package/dist/scripts/__tests__/smoke-packed-install.test.js +1100 -4
- package/dist/scripts/__tests__/smoke-packed-install.test.js.map +1 -1
- package/dist/scripts/__tests__/test-reply-listener-live.test.js.map +1 -1
- package/dist/scripts/build-api.js.map +1 -1
- package/dist/scripts/build-explore-harness.js.map +1 -1
- package/dist/scripts/build-sparkshell.js.map +1 -1
- package/dist/scripts/cleanup-explore-harness.js.map +1 -1
- package/dist/scripts/codex-execution-surface.js.map +1 -1
- package/dist/scripts/codex-native-hook.d.ts +4 -1
- package/dist/scripts/codex-native-hook.d.ts.map +1 -1
- package/dist/scripts/codex-native-hook.js +11577 -1184
- package/dist/scripts/codex-native-hook.js.map +1 -1
- package/dist/scripts/generate-native-release-manifest.js.map +1 -1
- package/dist/scripts/generate-release-body.js.map +1 -1
- package/dist/scripts/hook-payload-guard.d.ts.map +1 -1
- package/dist/scripts/hook-payload-guard.js.map +1 -1
- package/dist/scripts/notify-fallback-delivery.d.ts +48 -0
- package/dist/scripts/notify-fallback-delivery.d.ts.map +1 -0
- package/dist/scripts/notify-fallback-delivery.js +419 -0
- package/dist/scripts/notify-fallback-delivery.js.map +1 -0
- package/dist/scripts/notify-fallback-watcher.js +218 -138
- package/dist/scripts/notify-fallback-watcher.js.map +1 -1
- package/dist/scripts/notify-hook/auto-nudge.d.ts +18 -9
- package/dist/scripts/notify-hook/auto-nudge.d.ts.map +1 -1
- package/dist/scripts/notify-hook/auto-nudge.js +112 -15
- package/dist/scripts/notify-hook/auto-nudge.js.map +1 -1
- package/dist/scripts/notify-hook/managed-tmux.d.ts +23 -0
- package/dist/scripts/notify-hook/managed-tmux.d.ts.map +1 -1
- package/dist/scripts/notify-hook/managed-tmux.js +122 -12
- package/dist/scripts/notify-hook/managed-tmux.js.map +1 -1
- package/dist/scripts/notify-hook/orchestration-intent.d.ts +7 -7
- package/dist/scripts/notify-hook/orchestration-intent.d.ts.map +1 -1
- package/dist/scripts/notify-hook/ralph-session-resume.d.ts +5 -2
- package/dist/scripts/notify-hook/ralph-session-resume.d.ts.map +1 -1
- package/dist/scripts/notify-hook/ralph-session-resume.js +33 -37
- package/dist/scripts/notify-hook/ralph-session-resume.js.map +1 -1
- package/dist/scripts/notify-hook/state-io.d.ts +17 -0
- package/dist/scripts/notify-hook/state-io.d.ts.map +1 -1
- package/dist/scripts/notify-hook/state-io.js +73 -11
- package/dist/scripts/notify-hook/state-io.js.map +1 -1
- package/dist/scripts/notify-hook/team-dispatch.d.ts +10 -1
- package/dist/scripts/notify-hook/team-dispatch.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-dispatch.js +234 -79
- package/dist/scripts/notify-hook/team-dispatch.js.map +1 -1
- package/dist/scripts/notify-hook/team-leader-nudge.d.ts +2 -2
- package/dist/scripts/notify-hook/team-leader-nudge.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-leader-nudge.js +39 -13
- package/dist/scripts/notify-hook/team-leader-nudge.js.map +1 -1
- package/dist/scripts/notify-hook/team-tmux-guard.d.ts +16 -8
- package/dist/scripts/notify-hook/team-tmux-guard.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-tmux-guard.js +365 -44
- package/dist/scripts/notify-hook/team-tmux-guard.js.map +1 -1
- package/dist/scripts/notify-hook/team-worker-posttooluse.js.map +1 -1
- package/dist/scripts/notify-hook/team-worker-stop.d.ts +1 -1
- package/dist/scripts/notify-hook/team-worker-stop.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-worker-stop.js +19 -18
- package/dist/scripts/notify-hook/team-worker-stop.js.map +1 -1
- package/dist/scripts/notify-hook/team-worker.d.ts +5 -2
- package/dist/scripts/notify-hook/team-worker.d.ts.map +1 -1
- package/dist/scripts/notify-hook/team-worker.js +37 -28
- package/dist/scripts/notify-hook/team-worker.js.map +1 -1
- package/dist/scripts/notify-hook/tmux-injection.d.ts +8 -1
- package/dist/scripts/notify-hook/tmux-injection.d.ts.map +1 -1
- package/dist/scripts/notify-hook/tmux-injection.js +53 -18
- package/dist/scripts/notify-hook/tmux-injection.js.map +1 -1
- package/dist/scripts/notify-hook/visual-verdict.d.ts +1 -1
- package/dist/scripts/notify-hook/visual-verdict.d.ts.map +1 -1
- package/dist/scripts/notify-hook/visual-verdict.js +15 -13
- package/dist/scripts/notify-hook/visual-verdict.js.map +1 -1
- package/dist/scripts/notify-hook.d.ts +24 -1
- package/dist/scripts/notify-hook.d.ts.map +1 -1
- package/dist/scripts/notify-hook.js +267 -90
- package/dist/scripts/notify-hook.js.map +1 -1
- package/dist/scripts/postinstall.js.map +1 -1
- package/dist/scripts/prompt-inventory.js.map +1 -1
- package/dist/scripts/smoke-packed-install.d.ts +927 -5
- package/dist/scripts/smoke-packed-install.d.ts.map +1 -1
- package/dist/scripts/smoke-packed-install.js +4317 -13
- package/dist/scripts/smoke-packed-install.js.map +1 -1
- package/dist/scripts/sync-plugin-mirror.js.map +1 -1
- package/dist/scripts/test-reply-listener-live.js.map +1 -1
- package/dist/scripts/test-sparkshell.js.map +1 -1
- package/dist/scripts/verify-native-agents.js.map +1 -1
- package/dist/session-history/friction.js.map +1 -1
- package/dist/session-history/search.js.map +1 -1
- package/dist/sidecar/__tests__/boundary.test.js.map +1 -1
- package/dist/sidecar/collector.js.map +1 -1
- package/dist/sidecar/index.js.map +1 -1
- package/dist/sidecar/render.js.map +1 -1
- package/dist/sidecar/tmux.js.map +1 -1
- package/dist/state/__tests__/mode-state-context.test.js +54 -0
- package/dist/state/__tests__/mode-state-context.test.js.map +1 -1
- package/dist/state/__tests__/operations.test.js +66 -15
- package/dist/state/__tests__/operations.test.js.map +1 -1
- package/dist/state/__tests__/skill-active.test.js +19 -1
- package/dist/state/__tests__/skill-active.test.js.map +1 -1
- package/dist/state/__tests__/workflow-transition.test.js +61 -0
- package/dist/state/__tests__/workflow-transition.test.js.map +1 -1
- package/dist/state/mode-state-context.d.ts +5 -0
- package/dist/state/mode-state-context.d.ts.map +1 -1
- package/dist/state/mode-state-context.js +59 -0
- package/dist/state/mode-state-context.js.map +1 -1
- package/dist/state/operations.d.ts +1 -1
- package/dist/state/operations.d.ts.map +1 -1
- package/dist/state/operations.js +49 -55
- package/dist/state/operations.js.map +1 -1
- package/dist/state/paths.d.ts +1 -1
- package/dist/state/paths.d.ts.map +1 -1
- package/dist/state/paths.js +1 -1
- package/dist/state/paths.js.map +1 -1
- package/dist/state/skill-active.d.ts +13 -1
- package/dist/state/skill-active.d.ts.map +1 -1
- package/dist/state/skill-active.js +43 -4
- package/dist/state/skill-active.js.map +1 -1
- package/dist/state/terminal-normalization.js.map +1 -1
- package/dist/state/workflow-transition-reconcile.d.ts.map +1 -1
- package/dist/state/workflow-transition-reconcile.js +20 -4
- package/dist/state/workflow-transition-reconcile.js.map +1 -1
- package/dist/state/workflow-transition.d.ts +1 -1
- package/dist/state/workflow-transition.d.ts.map +1 -1
- package/dist/state/workflow-transition.js.map +1 -1
- package/dist/subagents/__tests__/leader-bootstrap-3181.test.d.ts +2 -0
- package/dist/subagents/__tests__/leader-bootstrap-3181.test.d.ts.map +1 -0
- package/dist/subagents/__tests__/leader-bootstrap-3181.test.js +52 -0
- package/dist/subagents/__tests__/leader-bootstrap-3181.test.js.map +1 -0
- package/dist/subagents/__tests__/tracker.test.js +1550 -10
- package/dist/subagents/__tests__/tracker.test.js.map +1 -1
- package/dist/subagents/role-routing-marker.d.ts +10 -0
- package/dist/subagents/role-routing-marker.d.ts.map +1 -0
- package/dist/subagents/role-routing-marker.js +136 -0
- package/dist/subagents/role-routing-marker.js.map +1 -0
- package/dist/subagents/tracker.d.ts +91 -0
- package/dist/subagents/tracker.d.ts.map +1 -1
- package/dist/subagents/tracker.js +806 -62
- package/dist/subagents/tracker.js.map +1 -1
- package/dist/team/__tests__/api-interop.test.js +91 -1
- package/dist/team/__tests__/api-interop.test.js.map +1 -1
- package/dist/team/__tests__/approved-execution.test.js.map +1 -1
- package/dist/team/__tests__/delivery-e2e-smoke.test.js +52 -10
- package/dist/team/__tests__/delivery-e2e-smoke.test.js.map +1 -1
- package/dist/team/__tests__/idle-nudge.test.js +45 -15
- package/dist/team/__tests__/idle-nudge.test.js.map +1 -1
- package/dist/team/__tests__/mcp-comm.test.js +93 -27
- package/dist/team/__tests__/mcp-comm.test.js.map +1 -1
- package/dist/team/__tests__/model-contract.test.js +341 -4
- package/dist/team/__tests__/model-contract.test.js.map +1 -1
- package/dist/team/__tests__/role-router.test.js.map +1 -1
- package/dist/team/__tests__/runtime-cli.test.js +9 -0
- package/dist/team/__tests__/runtime-cli.test.js.map +1 -1
- package/dist/team/__tests__/runtime.test.js +3624 -355
- package/dist/team/__tests__/runtime.test.js.map +1 -1
- package/dist/team/__tests__/scaling.test.js +2516 -118
- package/dist/team/__tests__/scaling.test.js.map +1 -1
- package/dist/team/__tests__/state-root.test.js.map +1 -1
- package/dist/team/__tests__/state.test.js +804 -36
- package/dist/team/__tests__/state.test.js.map +1 -1
- package/dist/team/__tests__/team-ops-contract.test.js +6 -0
- package/dist/team/__tests__/team-ops-contract.test.js.map +1 -1
- package/dist/team/__tests__/tmux-session.test.js +3664 -969
- package/dist/team/__tests__/tmux-session.test.js.map +1 -1
- package/dist/team/__tests__/tmux-test-fixture.js.map +1 -1
- package/dist/team/__tests__/worker-runtime-identity.test.js +38 -2
- package/dist/team/__tests__/worker-runtime-identity.test.js.map +1 -1
- package/dist/team/__tests__/worktree.test.js +6 -0
- package/dist/team/__tests__/worktree.test.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 +15 -9
- package/dist/team/api-interop.js.map +1 -1
- package/dist/team/commit-hygiene.js.map +1 -1
- package/dist/team/contracts.d.ts +5 -5
- package/dist/team/contracts.d.ts.map +1 -1
- package/dist/team/delivery-log.js.map +1 -1
- package/dist/team/exact-pane.d.ts +23 -0
- package/dist/team/exact-pane.d.ts.map +1 -0
- package/dist/team/exact-pane.js +133 -0
- package/dist/team/exact-pane.js.map +1 -0
- package/dist/team/followup-planner.js.map +1 -1
- package/dist/team/goal-workflow.js.map +1 -1
- package/dist/team/idle-nudge.d.ts +12 -1
- package/dist/team/idle-nudge.d.ts.map +1 -1
- package/dist/team/idle-nudge.js +41 -14
- package/dist/team/idle-nudge.js.map +1 -1
- package/dist/team/model-contract.d.ts +18 -2
- package/dist/team/model-contract.d.ts.map +1 -1
- package/dist/team/model-contract.js +314 -35
- package/dist/team/model-contract.js.map +1 -1
- package/dist/team/orchestrator.js.map +1 -1
- package/dist/team/pane-status.js.map +1 -1
- package/dist/team/phase-controller.js.map +1 -1
- package/dist/team/reminder-intents.d.ts +1 -1
- package/dist/team/reminder-intents.d.ts.map +1 -1
- package/dist/team/reminder-intents.js.map +1 -1
- package/dist/team/runtime-cli.js.map +1 -1
- package/dist/team/runtime.d.ts +1 -0
- package/dist/team/runtime.d.ts.map +1 -1
- package/dist/team/runtime.js +1326 -231
- package/dist/team/runtime.js.map +1 -1
- package/dist/team/scaling.d.ts +22 -8
- package/dist/team/scaling.d.ts.map +1 -1
- package/dist/team/scaling.js +1463 -376
- package/dist/team/scaling.js.map +1 -1
- package/dist/team/state/dispatch-lock.js.map +1 -1
- package/dist/team/state/dispatch.d.ts.map +1 -1
- package/dist/team/state/dispatch.js +26 -8
- package/dist/team/state/dispatch.js.map +1 -1
- package/dist/team/state/events.js.map +1 -1
- package/dist/team/state/locks.d.ts.map +1 -1
- package/dist/team/state/locks.js +61 -13
- package/dist/team/state/locks.js.map +1 -1
- package/dist/team/state/tasks.d.ts.map +1 -1
- package/dist/team/state/tasks.js +4 -3
- package/dist/team/state/tasks.js.map +1 -1
- package/dist/team/state-root.js.map +1 -1
- package/dist/team/state.d.ts +67 -1
- package/dist/team/state.d.ts.map +1 -1
- package/dist/team/state.js +636 -129
- package/dist/team/state.js.map +1 -1
- package/dist/team/team-identity.d.ts.map +1 -1
- package/dist/team/team-identity.js.map +1 -1
- package/dist/team/team-ops.d.ts +5 -0
- package/dist/team/team-ops.d.ts.map +1 -1
- package/dist/team/team-ops.js +4 -0
- package/dist/team/team-ops.js.map +1 -1
- package/dist/team/tmux-session.d.ts +125 -23
- package/dist/team/tmux-session.d.ts.map +1 -1
- package/dist/team/tmux-session.js +1340 -333
- package/dist/team/tmux-session.js.map +1 -1
- package/dist/team/worker-bootstrap.js.map +1 -1
- package/dist/team/worktree.d.ts.map +1 -1
- package/dist/team/worktree.js +4 -0
- package/dist/team/worktree.js.map +1 -1
- package/dist/ultragoal/__tests__/artifacts.test.js.map +1 -1
- package/dist/ultragoal/__tests__/docs-contract.test.js.map +1 -1
- package/dist/ultragoal/artifacts.d.ts.map +1 -1
- package/dist/ultragoal/artifacts.js +4 -1
- package/dist/ultragoal/artifacts.js.map +1 -1
- package/dist/url-reader/index.js.map +1 -1
- package/dist/utils/__tests__/file-durability.test.d.ts +2 -0
- package/dist/utils/__tests__/file-durability.test.d.ts.map +1 -0
- package/dist/utils/__tests__/file-durability.test.js +57 -0
- package/dist/utils/__tests__/file-durability.test.js.map +1 -0
- package/dist/utils/agents-model-table.js.map +1 -1
- package/dist/utils/file-durability.d.ts +15 -0
- package/dist/utils/file-durability.d.ts.map +1 -0
- package/dist/utils/file-durability.js +37 -0
- package/dist/utils/file-durability.js.map +1 -0
- package/dist/utils/package.js.map +1 -1
- package/dist/utils/paths.js.map +1 -1
- package/dist/utils/platform-command.js.map +1 -1
- package/dist/utils/repo-deps.js.map +1 -1
- package/dist/utils/version.js.map +1 -1
- package/dist/verification/__tests__/ci-rust-gates.test.js +1 -1
- package/dist/verification/__tests__/dev-merge-issue-close-workflow.test.js +3 -0
- package/dist/verification/__tests__/dev-merge-issue-close-workflow.test.js.map +1 -1
- package/dist/verification/verifier.js.map +1 -1
- package/dist/visual/constants.d.ts +1 -1
- package/dist/visual/constants.d.ts.map +1 -1
- package/dist/vscode/__tests__/index.test.js.map +1 -1
- package/dist/vscode/index.js.map +1 -1
- package/dist/wiki/__tests__/cjk-tokenize.test.js.map +1 -1
- package/dist/wiki/__tests__/lint.test.js.map +1 -1
- package/dist/wiki/__tests__/query.test.js.map +1 -1
- package/dist/wiki/__tests__/storage.test.js.map +1 -1
- package/dist/wiki/__tests__/test-helpers.d.ts.map +1 -1
- package/dist/wiki/lint.d.ts +4 -1
- package/dist/wiki/lint.d.ts.map +1 -1
- package/dist/wiki/lint.js +3 -2
- package/dist/wiki/lint.js.map +1 -1
- package/dist/wiki/query.js.map +1 -1
- package/dist/wiki/storage.js.map +1 -1
- package/package.json +2 -2
- package/plugins/oh-my-codex/.codex-plugin/plugin.json +1 -1
- package/plugins/oh-my-codex/hooks/codex-native-hook.mjs +24 -0
- package/plugins/oh-my-codex/skills/omx-setup/SKILL.md +10 -5
- package/plugins/oh-my-codex/skills/ralph/SKILL.md +6 -2
- package/plugins/oh-my-codex/skills/ralplan/SKILL.md +6 -2
- package/plugins/oh-my-codex/skills/team/SKILL.md +13 -9
- package/skills/omx-setup/SKILL.md +10 -5
- package/skills/ralph/SKILL.md +6 -2
- package/skills/ralplan/SKILL.md +6 -2
- package/skills/team/SKILL.md +13 -9
- package/src/scripts/__tests__/codex-native-hook.test.ts +20048 -10827
- package/src/scripts/__tests__/fixtures/issue-3138-installed-smoke.ts +734 -0
- package/src/scripts/__tests__/notify-fallback-delivery.test.ts +177 -0
- package/src/scripts/__tests__/notify-state-io.test.ts +73 -0
- package/src/scripts/__tests__/reasoning-artifact-contract.test.ts +129 -0
- package/src/scripts/__tests__/role-intent-bootstrap-e2e-3181.test.ts +78 -0
- package/src/scripts/__tests__/role-intent-durable-recovery-3181.test.ts +60 -0
- package/src/scripts/__tests__/smoke-packed-install.test.ts +1309 -4
- package/src/scripts/codex-native-hook.ts +11429 -1163
- package/src/scripts/notify-fallback-delivery.ts +416 -0
- package/src/scripts/notify-fallback-watcher.ts +216 -155
- package/src/scripts/notify-hook/auto-nudge.ts +113 -14
- package/src/scripts/notify-hook/managed-tmux.ts +149 -12
- package/src/scripts/notify-hook/ralph-session-resume.ts +37 -36
- package/src/scripts/notify-hook/state-io.ts +100 -13
- package/src/scripts/notify-hook/team-dispatch.ts +242 -75
- package/src/scripts/notify-hook/team-leader-nudge.ts +40 -18
- package/src/scripts/notify-hook/team-tmux-guard.ts +366 -39
- package/src/scripts/notify-hook/team-worker-stop.ts +20 -16
- package/src/scripts/notify-hook/team-worker.ts +39 -26
- package/src/scripts/notify-hook/tmux-injection.ts +66 -23
- package/src/scripts/notify-hook/visual-verdict.ts +22 -12
- package/src/scripts/notify-hook.ts +336 -90
- package/src/scripts/smoke-packed-install.ts +5154 -149
|
@@ -17,10 +17,18 @@ function isolatedChildEnv(fakeBinDir) {
|
|
|
17
17
|
WINDIR: process.env.WINDIR,
|
|
18
18
|
};
|
|
19
19
|
}
|
|
20
|
+
function liveExactPaneProof() {
|
|
21
|
+
return `if [[ "\${1:-}" == "list-panes" && "$#" -eq 4 && "\${2:-}" == "-a" && "\${3:-}" == "-F" && "\${4:-}" == "#{pane_id}\t#{pane_dead}\t#{pane_pid}" ]]; then
|
|
22
|
+
printf '%%42\\t0\\t4242\\n'
|
|
23
|
+
exit 0
|
|
24
|
+
fi`;
|
|
25
|
+
}
|
|
20
26
|
function buildFakeTmux(tmuxLogPath) {
|
|
21
27
|
const bufferPath = `${tmuxLogPath}.buffer`;
|
|
22
28
|
return `#!/usr/bin/env bash
|
|
23
29
|
set -eu
|
|
30
|
+
${liveExactPaneProof()}
|
|
31
|
+
|
|
24
32
|
printf '[%s]' "$@" >> "${tmuxLogPath}"
|
|
25
33
|
printf '\n' >> "${tmuxLogPath}"
|
|
26
34
|
cmd="$1"
|
|
@@ -49,6 +57,9 @@ function runSendPaneInputInChild(params) {
|
|
|
49
57
|
tmuxBin: join(params.fakeBinDir, 'tmux'),
|
|
50
58
|
typePrompt: params.typePrompt,
|
|
51
59
|
queueFirstSubmit: params.queueFirstSubmit,
|
|
60
|
+
exactPaneId: params.exactPaneId,
|
|
61
|
+
expectedPanePid: params.expectedPanePid,
|
|
62
|
+
expectedPaneOwnerId: params.expectedPaneOwnerId,
|
|
52
63
|
});
|
|
53
64
|
const script = `
|
|
54
65
|
const input = ${payload};
|
|
@@ -96,6 +107,7 @@ describe('notify-hook team tmux guard bridge', () => {
|
|
|
96
107
|
fakeBinDir,
|
|
97
108
|
moduleUrl,
|
|
98
109
|
paneTarget: '%42',
|
|
110
|
+
exactPaneId: '%42',
|
|
99
111
|
prompt: 'hello bridge',
|
|
100
112
|
submitKeyPresses: 2,
|
|
101
113
|
typePrompt: false,
|
|
@@ -107,9 +119,10 @@ describe('notify-hook team tmux guard bridge', () => {
|
|
|
107
119
|
assert.doesNotMatch(log, /paste-buffer/);
|
|
108
120
|
assert.doesNotMatch(log, /hello bridge/);
|
|
109
121
|
const lines = log.trim().split('\n').filter(Boolean);
|
|
110
|
-
assert.equal(lines.length,
|
|
111
|
-
assert.match(lines[0], /\[
|
|
122
|
+
assert.equal(lines.length, 3);
|
|
123
|
+
assert.match(lines[0], /\[display-message\]\[-p\]\[-t\]\[%42\]\[#\{pane_start_command\}\]/);
|
|
112
124
|
assert.match(lines[1], /\[send-keys\]\[-t\]\[%42\]\[C-m\]/);
|
|
125
|
+
assert.match(lines[2], /\[send-keys\]\[-t\]\[%42\]\[C-m\]/);
|
|
113
126
|
}
|
|
114
127
|
finally {
|
|
115
128
|
await rm(cwd, { recursive: true, force: true });
|
|
@@ -128,6 +141,7 @@ describe('notify-hook team tmux guard bridge', () => {
|
|
|
128
141
|
fakeBinDir,
|
|
129
142
|
moduleUrl,
|
|
130
143
|
paneTarget: '%42',
|
|
144
|
+
exactPaneId: '%42',
|
|
131
145
|
prompt: 'Read /tmp/team/mailbox/leader-fixed.json; new msg from worker-1. Review it; decide next step.',
|
|
132
146
|
submitKeyPresses: 2,
|
|
133
147
|
typePrompt: true,
|
|
@@ -137,16 +151,17 @@ describe('notify-hook team tmux guard bridge', () => {
|
|
|
137
151
|
assert.equal(result.error, undefined);
|
|
138
152
|
assert.match(result.stdout, /"ok":true/);
|
|
139
153
|
const lines = (await readFile(tmuxLogPath, 'utf-8')).trim().split('\n').filter(Boolean);
|
|
140
|
-
assert.equal(lines.length,
|
|
141
|
-
assert.match(lines[0], /\[
|
|
142
|
-
assert.match(lines[
|
|
143
|
-
assert.match(lines[1], /\[
|
|
144
|
-
assert.match(lines[2], /\[
|
|
145
|
-
assert.match(lines[3], /\[
|
|
146
|
-
assert.match(lines[4], /\[
|
|
147
|
-
assert.match(lines[5], /\[send-keys\]\[-t\]\[%42\]\[
|
|
154
|
+
assert.equal(lines.length, 9);
|
|
155
|
+
assert.match(lines[0], /\[display-message\]\[-p\]\[-t\]\[%42\]\[#\{pane_start_command\}\]/);
|
|
156
|
+
assert.match(lines[1], /\[set-buffer\]\[-b\]\[omx-pane-input-/);
|
|
157
|
+
assert.match(lines[1], /\[--\]\[Read \/tmp\/team\/mailbox\/leader-fixed\.json/);
|
|
158
|
+
assert.match(lines[2], /\[show-buffer\]\[-b\]\[omx-pane-input-/);
|
|
159
|
+
assert.match(lines[3], /\[send-keys\]\[-t\]\[%42\]\[C-u\]/);
|
|
160
|
+
assert.match(lines[4], /\[paste-buffer\]\[-t\]\[%42\]\[-b\]\[omx-pane-input-.*\]\[-p\]\[-d\]/);
|
|
161
|
+
assert.match(lines[5], /\[send-keys\]\[-t\]\[%42\]\[Tab\]/);
|
|
148
162
|
assert.match(lines[6], /\[send-keys\]\[-t\]\[%42\]\[C-m\]/);
|
|
149
|
-
assert.match(lines[7], /\[
|
|
163
|
+
assert.match(lines[7], /\[send-keys\]\[-t\]\[%42\]\[C-m\]/);
|
|
164
|
+
assert.match(lines[8], /\[delete-buffer\]\[-b\]\[omx-pane-input-/);
|
|
150
165
|
}
|
|
151
166
|
finally {
|
|
152
167
|
await rm(cwd, { recursive: true, force: true });
|
|
@@ -165,6 +180,7 @@ describe('notify-hook team tmux guard bridge', () => {
|
|
|
165
180
|
fakeBinDir,
|
|
166
181
|
moduleUrl,
|
|
167
182
|
paneTarget: '%42',
|
|
183
|
+
exactPaneId: '%42',
|
|
168
184
|
prompt: 'hello bridge',
|
|
169
185
|
submitKeyPresses: 1,
|
|
170
186
|
typePrompt: true,
|
|
@@ -179,9 +195,10 @@ describe('notify-hook team tmux guard bridge', () => {
|
|
|
179
195
|
assert.match(log, /\[send-keys\]\[-t\]\[%42\]\[C-u\]/);
|
|
180
196
|
assert.match(log, /\[paste-buffer\]\[-t\]\[%42\]\[-b\]\[omx-pane-input-.*\]\[-p\]\[-d\]/);
|
|
181
197
|
const lines = log.trim().split('\n').filter(Boolean);
|
|
182
|
-
assert.equal(lines.length,
|
|
183
|
-
assert.match(lines[
|
|
184
|
-
assert.match(lines[5], /\[
|
|
198
|
+
assert.equal(lines.length, 7);
|
|
199
|
+
assert.match(lines[0], /\[display-message\]\[-p\]\[-t\]\[%42\]\[#\{pane_start_command\}\]/);
|
|
200
|
+
assert.match(lines[5], /\[send-keys\]\[-t\]\[%42\]\[C-m\]/);
|
|
201
|
+
assert.match(lines[6], /\[delete-buffer\]\[-b\]\[omx-pane-input-/);
|
|
185
202
|
}
|
|
186
203
|
finally {
|
|
187
204
|
await rm(cwd, { recursive: true, force: true });
|
|
@@ -195,6 +212,8 @@ describe('notify-hook team tmux guard bridge', () => {
|
|
|
195
212
|
await mkdir(fakeBinDir, { recursive: true });
|
|
196
213
|
await writeFile(join(fakeBinDir, 'tmux'), `#!/usr/bin/env bash
|
|
197
214
|
set -eu
|
|
215
|
+
${liveExactPaneProof()}
|
|
216
|
+
|
|
198
217
|
printf '[%s]' "$@" >> "${tmuxLogPath}"
|
|
199
218
|
printf '\n' >> "${tmuxLogPath}"
|
|
200
219
|
cmd="$1"
|
|
@@ -214,6 +233,7 @@ exit 0
|
|
|
214
233
|
fakeBinDir,
|
|
215
234
|
moduleUrl,
|
|
216
235
|
paneTarget: '%42',
|
|
236
|
+
exactPaneId: '%42',
|
|
217
237
|
prompt: 'intended supervisor handoff',
|
|
218
238
|
submitKeyPresses: 1,
|
|
219
239
|
typePrompt: true,
|
|
@@ -242,6 +262,8 @@ exit 0
|
|
|
242
262
|
await mkdir(fakeBinDir, { recursive: true });
|
|
243
263
|
await writeFile(join(fakeBinDir, 'tmux'), `#!/usr/bin/env bash
|
|
244
264
|
set -eu
|
|
265
|
+
${liveExactPaneProof()}
|
|
266
|
+
|
|
245
267
|
printf '[%s]' "$@" >> "${tmuxLogPath}"
|
|
246
268
|
printf '\n' >> "${tmuxLogPath}"
|
|
247
269
|
cmd="$1"
|
|
@@ -261,6 +283,7 @@ exit 0
|
|
|
261
283
|
fakeBinDir,
|
|
262
284
|
moduleUrl,
|
|
263
285
|
paneTarget: '%42',
|
|
286
|
+
exactPaneId: '%42',
|
|
264
287
|
prompt: 'supervisor handoff after setup',
|
|
265
288
|
submitKeyPresses: 1,
|
|
266
289
|
typePrompt: true,
|
|
@@ -270,10 +293,11 @@ exit 0
|
|
|
270
293
|
assert.equal(parsed.ok, false);
|
|
271
294
|
assert.equal(parsed.reason, 'buffer_show_failed');
|
|
272
295
|
const lines = (await readFile(tmuxLogPath, 'utf-8')).trim().split('\n').filter(Boolean);
|
|
273
|
-
assert.match(lines[0] ?? '', /\[
|
|
274
|
-
assert.match(lines[1] ?? '', /\[
|
|
275
|
-
assert.match(lines[2] ?? '', /\[
|
|
276
|
-
assert.
|
|
296
|
+
assert.match(lines[0] ?? '', /\[display-message\]\[-p\]\[-t\]\[%42\]\[#\{pane_start_command\}\]/);
|
|
297
|
+
assert.match(lines[1] ?? '', /\[set-buffer\]\[-b\]\[omx-pane-input-/);
|
|
298
|
+
assert.match(lines[2] ?? '', /\[show-buffer\]\[-b\]\[omx-pane-input-/);
|
|
299
|
+
assert.match(lines[3] ?? '', /\[delete-buffer\]\[-b\]\[omx-pane-input-/);
|
|
300
|
+
assert.equal(lines.length, 4);
|
|
277
301
|
}
|
|
278
302
|
finally {
|
|
279
303
|
await rm(cwd, { recursive: true, force: true });
|
|
@@ -288,6 +312,8 @@ exit 0
|
|
|
288
312
|
await mkdir(fakeBinDir, { recursive: true });
|
|
289
313
|
await writeFile(join(fakeBinDir, 'tmux'), `#!/usr/bin/env bash
|
|
290
314
|
set -eu
|
|
315
|
+
${liveExactPaneProof()}
|
|
316
|
+
|
|
291
317
|
printf '[%s]' "$@" >> "${tmuxLogPath}"
|
|
292
318
|
printf '\n' >> "${tmuxLogPath}"
|
|
293
319
|
cmd="$1"
|
|
@@ -315,6 +341,7 @@ exit 0
|
|
|
315
341
|
fakeBinDir,
|
|
316
342
|
moduleUrl,
|
|
317
343
|
paneTarget: '%42',
|
|
344
|
+
exactPaneId: '%42',
|
|
318
345
|
prompt: 'supervisor handoff after verify',
|
|
319
346
|
submitKeyPresses: 1,
|
|
320
347
|
typePrompt: true,
|
|
@@ -324,12 +351,13 @@ exit 0
|
|
|
324
351
|
assert.equal(parsed.ok, false);
|
|
325
352
|
assert.equal(parsed.reason, 'buffer_paste_failed');
|
|
326
353
|
const lines = (await readFile(tmuxLogPath, 'utf-8')).trim().split('\n').filter(Boolean);
|
|
327
|
-
assert.match(lines[0] ?? '', /\[
|
|
328
|
-
assert.match(lines[1] ?? '', /\[
|
|
329
|
-
assert.match(lines[2] ?? '', /\[
|
|
330
|
-
assert.match(lines[3] ?? '', /\[
|
|
331
|
-
assert.match(lines[4] ?? '', /\[
|
|
332
|
-
assert.
|
|
354
|
+
assert.match(lines[0] ?? '', /\[display-message\]\[-p\]\[-t\]\[%42\]\[#\{pane_start_command\}\]/);
|
|
355
|
+
assert.match(lines[1] ?? '', /\[set-buffer\]\[-b\]\[omx-pane-input-/);
|
|
356
|
+
assert.match(lines[2] ?? '', /\[show-buffer\]\[-b\]\[omx-pane-input-/);
|
|
357
|
+
assert.match(lines[3] ?? '', /\[send-keys\]\[-t\]\[%42\]\[C-u\]/);
|
|
358
|
+
assert.match(lines[4] ?? '', /\[paste-buffer\]\[-t\]\[%42\]\[-b\]\[omx-pane-input-.*\]\[-p\]\[-d\]/);
|
|
359
|
+
assert.match(lines[5] ?? '', /\[delete-buffer\]\[-b\]\[omx-pane-input-/);
|
|
360
|
+
assert.equal(lines.length, 6);
|
|
333
361
|
}
|
|
334
362
|
finally {
|
|
335
363
|
await rm(cwd, { recursive: true, force: true });
|
|
@@ -343,6 +371,8 @@ exit 0
|
|
|
343
371
|
await mkdir(fakeBinDir, { recursive: true });
|
|
344
372
|
await writeFile(join(fakeBinDir, 'tmux'), `#!/usr/bin/env bash
|
|
345
373
|
set -eu
|
|
374
|
+
${liveExactPaneProof()}
|
|
375
|
+
|
|
346
376
|
echo "$@" >> "${tmuxLogPath}"
|
|
347
377
|
cmd="$1"
|
|
348
378
|
shift || true
|
|
@@ -370,6 +400,7 @@ exit 0
|
|
|
370
400
|
fakeBinDir,
|
|
371
401
|
moduleUrl,
|
|
372
402
|
paneTarget: '%42',
|
|
403
|
+
options: { exactPaneId: '%42' },
|
|
373
404
|
});
|
|
374
405
|
assert.equal(result.status, 0, result.stderr);
|
|
375
406
|
assert.equal(result.error, undefined);
|
|
@@ -383,7 +414,7 @@ exit 0
|
|
|
383
414
|
await rm(cwd, { recursive: true, force: true });
|
|
384
415
|
}
|
|
385
416
|
});
|
|
386
|
-
it('
|
|
417
|
+
it('fails closed without input effects when exact-pane readiness queries fail', async () => {
|
|
387
418
|
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-tmux-guard-'));
|
|
388
419
|
const fakeBinDir = join(cwd, 'fake-bin');
|
|
389
420
|
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
@@ -391,6 +422,7 @@ exit 0
|
|
|
391
422
|
await mkdir(fakeBinDir, { recursive: true });
|
|
392
423
|
await writeFile(join(fakeBinDir, 'tmux'), `#!/usr/bin/env bash
|
|
393
424
|
set -eu
|
|
425
|
+
${liveExactPaneProof()}
|
|
394
426
|
echo "$@" >> "${tmuxLogPath}"
|
|
395
427
|
cmd="$1"
|
|
396
428
|
shift || true
|
|
@@ -414,23 +446,441 @@ exit 0
|
|
|
414
446
|
`);
|
|
415
447
|
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
416
448
|
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
417
|
-
const
|
|
449
|
+
const captureResult = runEvaluatePaneInjectionReadinessInChild({
|
|
450
|
+
fakeBinDir,
|
|
451
|
+
moduleUrl,
|
|
452
|
+
paneTarget: '%42',
|
|
453
|
+
options: { skipIfScrolling: true, exactPaneId: '%42' },
|
|
454
|
+
});
|
|
455
|
+
assert.equal(captureResult.status, 0, captureResult.stderr);
|
|
456
|
+
assert.equal(captureResult.error, undefined);
|
|
457
|
+
const captureParsed = JSON.parse(captureResult.stdout);
|
|
458
|
+
assert.equal(captureParsed.ok, false);
|
|
459
|
+
assert.equal(captureParsed.reason, 'pane_readiness_unverified');
|
|
460
|
+
assert.equal(captureParsed.readinessEvidence, 'capture_failed');
|
|
461
|
+
assert.doesNotMatch(await readFile(tmuxLogPath, 'utf-8'), /set-buffer|paste-buffer|send-keys|delete-buffer/);
|
|
462
|
+
await writeFile(join(fakeBinDir, 'tmux'), `#!/usr/bin/env bash
|
|
463
|
+
set -eu
|
|
464
|
+
${liveExactPaneProof()}
|
|
465
|
+
echo "$@" >> "${tmuxLogPath}"
|
|
466
|
+
if [[ "$1" == "display-message" ]]; then
|
|
467
|
+
echo "pane current command query failed" >&2
|
|
468
|
+
exit 1
|
|
469
|
+
fi
|
|
470
|
+
exit 0
|
|
471
|
+
`);
|
|
472
|
+
const commandResult = runEvaluatePaneInjectionReadinessInChild({
|
|
418
473
|
fakeBinDir,
|
|
419
474
|
moduleUrl,
|
|
420
475
|
paneTarget: '%42',
|
|
421
|
-
options: {
|
|
476
|
+
options: { exactPaneId: '%42' },
|
|
477
|
+
});
|
|
478
|
+
assert.equal(commandResult.status, 0, commandResult.stderr);
|
|
479
|
+
assert.equal(commandResult.error, undefined);
|
|
480
|
+
const commandParsed = JSON.parse(commandResult.stdout);
|
|
481
|
+
assert.equal(commandParsed.ok, false);
|
|
482
|
+
assert.equal(commandParsed.reason, 'pane_readiness_unverified');
|
|
483
|
+
assert.equal(commandParsed.readinessEvidence, 'start_command_failed');
|
|
484
|
+
assert.doesNotMatch(await readFile(tmuxLogPath, 'utf-8'), /set-buffer|paste-buffer|send-keys|delete-buffer/);
|
|
485
|
+
}
|
|
486
|
+
finally {
|
|
487
|
+
await rm(cwd, { recursive: true, force: true });
|
|
488
|
+
}
|
|
489
|
+
});
|
|
490
|
+
it('rejects an invalid explicit pane identity without any tmux action', async () => {
|
|
491
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-tmux-guard-'));
|
|
492
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
493
|
+
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
494
|
+
try {
|
|
495
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
496
|
+
await writeFile(join(fakeBinDir, 'tmux'), buildFakeTmux(tmuxLogPath));
|
|
497
|
+
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
498
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
499
|
+
const result = runSendPaneInputInChild({
|
|
500
|
+
fakeBinDir,
|
|
501
|
+
moduleUrl,
|
|
502
|
+
paneTarget: '%42',
|
|
503
|
+
exactPaneId: 'invalid-pane-id',
|
|
504
|
+
prompt: 'must not be sent',
|
|
505
|
+
submitKeyPresses: 1,
|
|
506
|
+
typePrompt: true,
|
|
422
507
|
});
|
|
423
508
|
assert.equal(result.status, 0, result.stderr);
|
|
424
|
-
assert.equal(result.error, undefined);
|
|
425
509
|
const parsed = JSON.parse(result.stdout);
|
|
426
|
-
assert.equal(parsed.ok,
|
|
427
|
-
assert.equal(parsed.reason, '
|
|
428
|
-
assert.equal(parsed.
|
|
429
|
-
assert.equal(
|
|
510
|
+
assert.equal(parsed.ok, false);
|
|
511
|
+
assert.equal(parsed.reason, 'exact_pane_unavailable');
|
|
512
|
+
assert.equal(parsed.exactPaneProof?.reason, 'invalid_pane_id');
|
|
513
|
+
assert.equal(await readFile(tmuxLogPath, 'utf-8').catch(() => ''), '');
|
|
514
|
+
}
|
|
515
|
+
finally {
|
|
516
|
+
await rm(cwd, { recursive: true, force: true });
|
|
517
|
+
}
|
|
518
|
+
});
|
|
519
|
+
it('stops before input effects when authoritative exact-pane query fails', async () => {
|
|
520
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-tmux-proof-fail-'));
|
|
521
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
522
|
+
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
523
|
+
try {
|
|
524
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
525
|
+
await writeFile(join(fakeBinDir, 'tmux'), `#!/usr/bin/env bash\nprintf '[%s]' "$@" >> "${tmuxLogPath}"\nprintf '\\n' >> "${tmuxLogPath}"\nexit 1\n`);
|
|
526
|
+
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
527
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
528
|
+
const result = runSendPaneInputInChild({
|
|
529
|
+
fakeBinDir,
|
|
530
|
+
moduleUrl,
|
|
531
|
+
paneTarget: '%42',
|
|
532
|
+
exactPaneId: '%42',
|
|
533
|
+
prompt: 'must not be sent',
|
|
534
|
+
submitKeyPresses: 2,
|
|
535
|
+
typePrompt: true,
|
|
536
|
+
});
|
|
537
|
+
assert.equal(result.status, 0, result.stderr);
|
|
538
|
+
const parsed = JSON.parse(result.stdout);
|
|
539
|
+
assert.equal(parsed.ok, false);
|
|
540
|
+
assert.equal(parsed.reason, 'exact_pane_unavailable');
|
|
541
|
+
const log = await readFile(tmuxLogPath, 'utf8');
|
|
542
|
+
assert.match(log, /\[list-panes\]\[-a\]\[-F\]/);
|
|
543
|
+
assert.doesNotMatch(log, /set-buffer|paste-buffer|send-keys|delete-buffer/);
|
|
430
544
|
}
|
|
431
545
|
finally {
|
|
432
546
|
await rm(cwd, { recursive: true, force: true });
|
|
433
547
|
}
|
|
434
548
|
});
|
|
435
549
|
});
|
|
550
|
+
it('rejects omitted and mismatched exact pane identities before any tmux effect', async () => {
|
|
551
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-tmux-binding-'));
|
|
552
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
553
|
+
try {
|
|
554
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
555
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
556
|
+
const omitted = runSendPaneInputInChild({
|
|
557
|
+
fakeBinDir,
|
|
558
|
+
moduleUrl,
|
|
559
|
+
paneTarget: '%42',
|
|
560
|
+
prompt: 'must not send',
|
|
561
|
+
submitKeyPresses: 1,
|
|
562
|
+
typePrompt: false,
|
|
563
|
+
});
|
|
564
|
+
assert.equal(omitted.status, 0, omitted.stderr);
|
|
565
|
+
assert.equal(JSON.parse(omitted.stdout).exactPaneProof.reason, 'missing_exact_pane_id');
|
|
566
|
+
const mismatched = runSendPaneInputInChild({
|
|
567
|
+
fakeBinDir,
|
|
568
|
+
moduleUrl,
|
|
569
|
+
paneTarget: '%42',
|
|
570
|
+
exactPaneId: '%43',
|
|
571
|
+
prompt: 'must not send',
|
|
572
|
+
submitKeyPresses: 1,
|
|
573
|
+
typePrompt: false,
|
|
574
|
+
});
|
|
575
|
+
assert.equal(mismatched.status, 0, mismatched.stderr);
|
|
576
|
+
assert.equal(JSON.parse(mismatched.stdout).exactPaneProof.reason, 'pane_target_mismatch');
|
|
577
|
+
}
|
|
578
|
+
finally {
|
|
579
|
+
await rm(cwd, { recursive: true, force: true });
|
|
580
|
+
}
|
|
581
|
+
});
|
|
582
|
+
it('rejects an exact live pane whose start command identifies the HUD', async () => {
|
|
583
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-tmux-hud-target-'));
|
|
584
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
585
|
+
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
586
|
+
try {
|
|
587
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
588
|
+
await writeFile(join(fakeBinDir, 'tmux'), `#!/bin/sh
|
|
589
|
+
set -eu
|
|
590
|
+
printf '%s\n' "$*" >> "${tmuxLogPath}"
|
|
591
|
+
if [ "$1" = "list-panes" ]; then printf '%%42\t0\t4242\n'; exit 0; fi
|
|
592
|
+
case "$*" in
|
|
593
|
+
*'#{pane_start_command}'*) echo 'node dist/cli/omx.js hud --watch' ;;
|
|
594
|
+
esac
|
|
595
|
+
`);
|
|
596
|
+
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
597
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
598
|
+
const result = runSendPaneInputInChild({
|
|
599
|
+
fakeBinDir,
|
|
600
|
+
moduleUrl,
|
|
601
|
+
paneTarget: '%42',
|
|
602
|
+
exactPaneId: '%42',
|
|
603
|
+
prompt: 'must not send',
|
|
604
|
+
submitKeyPresses: 1,
|
|
605
|
+
typePrompt: false,
|
|
606
|
+
});
|
|
607
|
+
assert.equal(result.status, 0, result.stderr);
|
|
608
|
+
const parsed = JSON.parse(result.stdout);
|
|
609
|
+
assert.equal(parsed.ok, false);
|
|
610
|
+
assert.equal(parsed.reason, 'hud_pane_target');
|
|
611
|
+
assert.doesNotMatch(await readFile(tmuxLogPath, 'utf8'), /set-buffer|paste-buffer|send-keys/);
|
|
612
|
+
}
|
|
613
|
+
finally {
|
|
614
|
+
await rm(cwd, { recursive: true, force: true });
|
|
615
|
+
}
|
|
616
|
+
});
|
|
617
|
+
it('stops before input when a repeated exact proof observes a new pane PID', async () => {
|
|
618
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-tmux-pid-change-'));
|
|
619
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
620
|
+
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
621
|
+
const countPath = join(cwd, 'proof-count');
|
|
622
|
+
try {
|
|
623
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
624
|
+
await writeFile(join(fakeBinDir, 'tmux'), `#!/bin/sh
|
|
625
|
+
set -eu
|
|
626
|
+
printf '%s\n' "$*" >> "${tmuxLogPath}"
|
|
627
|
+
if [ "$1" = "list-panes" ]; then
|
|
628
|
+
count=0; [ ! -f "${countPath}" ] || count=$(cat "${countPath}")
|
|
629
|
+
count=$((count + 1)); printf '%s' "$count" > "${countPath}"
|
|
630
|
+
if [ "$count" -eq 1 ]; then printf '%%42\t0\t4242\n'; else printf '%%42\t0\t4343\n'; fi
|
|
631
|
+
fi
|
|
632
|
+
`);
|
|
633
|
+
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
634
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
635
|
+
const result = runSendPaneInputInChild({
|
|
636
|
+
fakeBinDir,
|
|
637
|
+
moduleUrl,
|
|
638
|
+
paneTarget: '%42',
|
|
639
|
+
exactPaneId: '%42',
|
|
640
|
+
prompt: 'must not send',
|
|
641
|
+
submitKeyPresses: 1,
|
|
642
|
+
typePrompt: false,
|
|
643
|
+
});
|
|
644
|
+
assert.equal(result.status, 0, result.stderr);
|
|
645
|
+
const parsed = JSON.parse(result.stdout);
|
|
646
|
+
assert.equal(parsed.ok, false);
|
|
647
|
+
assert.equal(parsed.exactPaneProof.reason, 'pane_pid_changed');
|
|
648
|
+
assert.doesNotMatch(await readFile(tmuxLogPath, 'utf8'), /send-keys/);
|
|
649
|
+
}
|
|
650
|
+
finally {
|
|
651
|
+
await rm(cwd, { recursive: true, force: true });
|
|
652
|
+
}
|
|
653
|
+
});
|
|
654
|
+
it('rejects a same-PID owner takeover before any Team pane input effect', async () => {
|
|
655
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-tmux-owner-change-'));
|
|
656
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
657
|
+
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
658
|
+
try {
|
|
659
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
660
|
+
await writeFile(join(fakeBinDir, 'tmux'), `#!/bin/sh
|
|
661
|
+
set -eu
|
|
662
|
+
printf '%s\n' "$*" >> "${tmuxLogPath}"
|
|
663
|
+
if [ "$1" = "list-panes" ]; then printf '%%42\t0\t4242\n'; exit 0; fi
|
|
664
|
+
if [ "$1" = "display-message" ]; then echo codex; exit 0; fi
|
|
665
|
+
if [ "$1" = "show-option" ]; then echo team:foreign; exit 0; fi
|
|
666
|
+
`);
|
|
667
|
+
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
668
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
669
|
+
const result = runSendPaneInputInChild({
|
|
670
|
+
fakeBinDir,
|
|
671
|
+
moduleUrl,
|
|
672
|
+
paneTarget: '%42',
|
|
673
|
+
exactPaneId: '%42',
|
|
674
|
+
expectedPanePid: 4242,
|
|
675
|
+
expectedPaneOwnerId: 'team:alpha',
|
|
676
|
+
prompt: 'must not send',
|
|
677
|
+
submitKeyPresses: 1,
|
|
678
|
+
typePrompt: false,
|
|
679
|
+
});
|
|
680
|
+
assert.equal(result.status, 0, result.stderr);
|
|
681
|
+
const parsed = JSON.parse(result.stdout);
|
|
682
|
+
assert.equal(parsed.ok, false);
|
|
683
|
+
assert.equal(parsed.exactPaneProof.reason, 'pane_owner_changed');
|
|
684
|
+
assert.doesNotMatch(await readFile(tmuxLogPath, 'utf8'), /send-keys|paste-buffer/);
|
|
685
|
+
}
|
|
686
|
+
finally {
|
|
687
|
+
await rm(cwd, { recursive: true, force: true });
|
|
688
|
+
}
|
|
689
|
+
});
|
|
690
|
+
it('rejects a replacement pane observed after a matching owner read', async () => {
|
|
691
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-tmux-owner-replacement-'));
|
|
692
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
693
|
+
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
694
|
+
const countPath = join(cwd, 'proof-count');
|
|
695
|
+
try {
|
|
696
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
697
|
+
await writeFile(join(fakeBinDir, 'tmux'), `#!/bin/sh
|
|
698
|
+
set -eu
|
|
699
|
+
printf '%s\n' "$*" >> "${tmuxLogPath}"
|
|
700
|
+
if [ "$1" = "list-panes" ]; then
|
|
701
|
+
count=0; [ ! -f "${countPath}" ] || count=$(cat "${countPath}")
|
|
702
|
+
count=$((count + 1)); printf '%s' "$count" > "${countPath}"
|
|
703
|
+
if [ "$count" -le 3 ]; then printf '%%42\t0\t4242\n'; else printf '%%42\t0\t4343\n'; fi
|
|
704
|
+
exit 0
|
|
705
|
+
fi
|
|
706
|
+
if [ "$1" = "display-message" ]; then echo codex; exit 0; fi
|
|
707
|
+
if [ "$1" = "show-option" ]; then echo team:alpha; exit 0; fi
|
|
708
|
+
`);
|
|
709
|
+
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
710
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
711
|
+
const result = runSendPaneInputInChild({
|
|
712
|
+
fakeBinDir,
|
|
713
|
+
moduleUrl,
|
|
714
|
+
paneTarget: '%42',
|
|
715
|
+
exactPaneId: '%42',
|
|
716
|
+
expectedPanePid: 4242,
|
|
717
|
+
expectedPaneOwnerId: 'team:alpha',
|
|
718
|
+
prompt: 'must not send',
|
|
719
|
+
submitKeyPresses: 1,
|
|
720
|
+
typePrompt: false,
|
|
721
|
+
});
|
|
722
|
+
assert.equal(result.status, 0, result.stderr);
|
|
723
|
+
const parsed = JSON.parse(result.stdout);
|
|
724
|
+
assert.equal(parsed.ok, false);
|
|
725
|
+
assert.equal(parsed.exactPaneProof.reason, 'pane_pid_changed');
|
|
726
|
+
assert.doesNotMatch(await readFile(tmuxLogPath, 'utf8'), /send-keys|paste-buffer/);
|
|
727
|
+
}
|
|
728
|
+
finally {
|
|
729
|
+
await rm(cwd, { recursive: true, force: true });
|
|
730
|
+
}
|
|
731
|
+
});
|
|
732
|
+
it('rejects a foreign-owner Team pane before inspecting readiness content', async () => {
|
|
733
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-readiness-owner-change-'));
|
|
734
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
735
|
+
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
736
|
+
try {
|
|
737
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
738
|
+
await writeFile(join(fakeBinDir, 'tmux'), `#!/bin/sh
|
|
739
|
+
set -eu
|
|
740
|
+
printf '%s\n' "$*" >> "${tmuxLogPath}"
|
|
741
|
+
if [ "$1" = "list-panes" ]; then printf '%%42\t0\t4242\n'; exit 0; fi
|
|
742
|
+
if [ "$1" = "show-option" ]; then echo team:foreign; exit 0; fi
|
|
743
|
+
if [ "$1" = "display-message" ]; then echo foreign-command; exit 0; fi
|
|
744
|
+
if [ "$1" = "capture-pane" ]; then echo foreign-content; exit 0; fi
|
|
745
|
+
`);
|
|
746
|
+
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
747
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
748
|
+
const result = runEvaluatePaneInjectionReadinessInChild({
|
|
749
|
+
fakeBinDir,
|
|
750
|
+
moduleUrl,
|
|
751
|
+
paneTarget: '%42',
|
|
752
|
+
options: {
|
|
753
|
+
exactPaneId: '%42',
|
|
754
|
+
expectedPanePid: 4242,
|
|
755
|
+
expectedPaneOwnerId: 'team:alpha',
|
|
756
|
+
expectedHudPaneId: '%99',
|
|
757
|
+
},
|
|
758
|
+
});
|
|
759
|
+
assert.equal(result.status, 0, result.stderr);
|
|
760
|
+
const parsed = JSON.parse(result.stdout);
|
|
761
|
+
assert.equal(parsed.ok, false);
|
|
762
|
+
assert.equal(parsed.exactPaneProof.reason, 'pane_owner_changed');
|
|
763
|
+
assert.equal(parsed.paneCapture, '');
|
|
764
|
+
assert.doesNotMatch(await readFile(tmuxLogPath, 'utf8'), /display-message|capture-pane/);
|
|
765
|
+
}
|
|
766
|
+
finally {
|
|
767
|
+
await rm(cwd, { recursive: true, force: true });
|
|
768
|
+
}
|
|
769
|
+
});
|
|
770
|
+
it('rejects a replacement Team pane after the owner proof and before readiness reads', async () => {
|
|
771
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-readiness-owner-replacement-'));
|
|
772
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
773
|
+
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
774
|
+
const countPath = join(cwd, 'proof-count');
|
|
775
|
+
try {
|
|
776
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
777
|
+
await writeFile(join(fakeBinDir, 'tmux'), `#!/bin/sh
|
|
778
|
+
set -eu
|
|
779
|
+
printf '%s\n' "$*" >> "${tmuxLogPath}"
|
|
780
|
+
if [ "$1" = "list-panes" ]; then
|
|
781
|
+
count=0; [ ! -f "${countPath}" ] || count=$(cat "${countPath}")
|
|
782
|
+
count=$((count + 1)); printf '%s' "$count" > "${countPath}"
|
|
783
|
+
if [ "$count" -eq 1 ]; then printf '%%42\t0\t4242\n'; else printf '%%42\t0\t4343\n'; fi
|
|
784
|
+
exit 0
|
|
785
|
+
fi
|
|
786
|
+
if [ "$1" = "show-option" ]; then echo team:alpha; exit 0; fi
|
|
787
|
+
if [ "$1" = "display-message" ]; then echo foreign-command; exit 0; fi
|
|
788
|
+
if [ "$1" = "capture-pane" ]; then echo foreign-content; exit 0; fi
|
|
789
|
+
`);
|
|
790
|
+
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
791
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
792
|
+
const result = runEvaluatePaneInjectionReadinessInChild({
|
|
793
|
+
fakeBinDir,
|
|
794
|
+
moduleUrl,
|
|
795
|
+
paneTarget: '%42',
|
|
796
|
+
options: {
|
|
797
|
+
exactPaneId: '%42',
|
|
798
|
+
expectedPanePid: 4242,
|
|
799
|
+
expectedPaneOwnerId: 'team:alpha',
|
|
800
|
+
expectedHudPaneId: '%99',
|
|
801
|
+
},
|
|
802
|
+
});
|
|
803
|
+
assert.equal(result.status, 0, result.stderr);
|
|
804
|
+
const parsed = JSON.parse(result.stdout);
|
|
805
|
+
assert.equal(parsed.ok, false);
|
|
806
|
+
assert.equal(parsed.exactPaneProof.reason, 'pane_pid_changed');
|
|
807
|
+
assert.equal(parsed.paneCapture, '');
|
|
808
|
+
assert.doesNotMatch(await readFile(tmuxLogPath, 'utf8'), /display-message|capture-pane/);
|
|
809
|
+
}
|
|
810
|
+
finally {
|
|
811
|
+
await rm(cwd, { recursive: true, force: true });
|
|
812
|
+
}
|
|
813
|
+
});
|
|
814
|
+
it('rejects the configured Team HUD without reading its command or capture', async () => {
|
|
815
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-readiness-hud-'));
|
|
816
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
817
|
+
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
818
|
+
try {
|
|
819
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
820
|
+
await writeFile(join(fakeBinDir, 'tmux'), `#!/bin/sh
|
|
821
|
+
set -eu
|
|
822
|
+
printf '%s\n' "$*" >> "${tmuxLogPath}"
|
|
823
|
+
echo foreign-content
|
|
824
|
+
`);
|
|
825
|
+
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
826
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
827
|
+
const result = runEvaluatePaneInjectionReadinessInChild({
|
|
828
|
+
fakeBinDir,
|
|
829
|
+
moduleUrl,
|
|
830
|
+
paneTarget: '%42',
|
|
831
|
+
options: {
|
|
832
|
+
exactPaneId: '%42',
|
|
833
|
+
expectedPanePid: 4242,
|
|
834
|
+
expectedPaneOwnerId: 'team:alpha',
|
|
835
|
+
expectedHudPaneId: '%42',
|
|
836
|
+
},
|
|
837
|
+
});
|
|
838
|
+
assert.equal(result.status, 0, result.stderr);
|
|
839
|
+
const parsed = JSON.parse(result.stdout);
|
|
840
|
+
assert.equal(parsed.ok, false);
|
|
841
|
+
assert.equal(parsed.reason, 'hud_pane_target');
|
|
842
|
+
assert.equal(parsed.paneCapture, '');
|
|
843
|
+
await assert.rejects(readFile(tmuxLogPath, 'utf8'));
|
|
844
|
+
}
|
|
845
|
+
finally {
|
|
846
|
+
await rm(cwd, { recursive: true, force: true });
|
|
847
|
+
}
|
|
848
|
+
});
|
|
849
|
+
it('authorizes Team ownership before reading the start command', async () => {
|
|
850
|
+
const cwd = await mkdtemp(join(tmpdir(), 'omx-team-tmux-start-command-owner-'));
|
|
851
|
+
const fakeBinDir = join(cwd, 'fake-bin');
|
|
852
|
+
const tmuxLogPath = join(cwd, 'tmux.log');
|
|
853
|
+
try {
|
|
854
|
+
await mkdir(fakeBinDir, { recursive: true });
|
|
855
|
+
await writeFile(join(fakeBinDir, 'tmux'), `#!/bin/sh
|
|
856
|
+
set -eu
|
|
857
|
+
printf '%s\n' "$*" >> "${tmuxLogPath}"
|
|
858
|
+
if [ "$1" = "list-panes" ]; then printf '%%42\t0\t4242\n'; exit 0; fi
|
|
859
|
+
if [ "$1" = "show-option" ]; then echo team:foreign; exit 0; fi
|
|
860
|
+
if [ "$1" = "display-message" ]; then echo foreign-command; exit 0; fi
|
|
861
|
+
`);
|
|
862
|
+
await chmod(join(fakeBinDir, 'tmux'), 0o755);
|
|
863
|
+
const moduleUrl = new URL('../../../dist/scripts/notify-hook/team-tmux-guard.js', import.meta.url).href;
|
|
864
|
+
const result = runSendPaneInputInChild({
|
|
865
|
+
fakeBinDir,
|
|
866
|
+
moduleUrl,
|
|
867
|
+
paneTarget: '%42',
|
|
868
|
+
exactPaneId: '%42',
|
|
869
|
+
expectedPanePid: 4242,
|
|
870
|
+
expectedPaneOwnerId: 'team:alpha',
|
|
871
|
+
prompt: 'must not inspect or send',
|
|
872
|
+
submitKeyPresses: 1,
|
|
873
|
+
typePrompt: false,
|
|
874
|
+
});
|
|
875
|
+
assert.equal(result.status, 0, result.stderr);
|
|
876
|
+
const parsed = JSON.parse(result.stdout);
|
|
877
|
+
assert.equal(parsed.ok, false);
|
|
878
|
+
assert.equal(parsed.exactPaneProof.reason, 'pane_owner_changed');
|
|
879
|
+
const log = await readFile(tmuxLogPath, 'utf8');
|
|
880
|
+
assert.doesNotMatch(log, /display-message|send-keys|paste-buffer/);
|
|
881
|
+
}
|
|
882
|
+
finally {
|
|
883
|
+
await rm(cwd, { recursive: true, force: true });
|
|
884
|
+
}
|
|
885
|
+
});
|
|
436
886
|
//# sourceMappingURL=notify-hook-team-tmux-guard.test.js.map
|