lazycodex-ai 5.0.0-beta.8 → 5.0.0-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/dist/cli/index.js +34 -31
  2. package/dist/cli/run/on-complete-hook.d.ts +2 -0
  3. package/dist/cli-node/index.js +34 -31
  4. package/package.json +1 -1
  5. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  6. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  7. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  8. package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +2 -2
  9. package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +2 -2
  10. package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
  11. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  12. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  13. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  14. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  15. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  16. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  17. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/codex-hook.test.ts +3 -17
  18. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +2 -2
  19. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  20. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  21. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  22. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  23. package/packages/omo-codex/plugin/components/rules/test/bundled-rules-priority.test.ts +11 -16
  24. package/packages/omo-codex/plugin/components/rules/test/bundled-rules.test.ts +16 -23
  25. package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-budget.test.ts +9 -7
  26. package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-context.test.ts +0 -6
  27. package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-dedup.test.ts +6 -4
  28. package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-directive.test.ts +12 -9
  29. package/packages/omo-codex/plugin/components/rules/test/codex-hook.test.ts +28 -37
  30. package/packages/omo-codex/plugin/components/rules/test/formatter.test.ts +37 -69
  31. package/packages/omo-codex/plugin/components/rules/test/hook-output.test.ts +2 -3
  32. package/packages/omo-codex/plugin/components/rules/test/windows-git-bash-bundled-rule.test.ts +1 -15
  33. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  34. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
  35. package/packages/omo-codex/plugin/components/start-work-continuation/test/cli.test.ts +0 -3
  36. package/packages/omo-codex/plugin/components/start-work-continuation/test/codex-hook.test.ts +2 -16
  37. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  38. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  39. package/packages/omo-codex/plugin/components/teammode/test/thread-title-hook.test.ts +3 -9
  40. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  41. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  42. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  43. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  44. package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook.test.ts +0 -136
  45. package/packages/omo-codex/plugin/components/ultrawork/test/skill-pointer.test.ts +0 -2
  46. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
  47. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  48. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-continuation.test.ts +0 -1
  49. package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-instruction.test.ts +2 -2
  50. package/packages/omo-codex/plugin/components/ulw-loop/test/codex-hook.test.ts +0 -3
  51. package/packages/omo-codex/plugin/components/ulw-loop/test/package-smoke.test.ts +2 -35
  52. package/packages/omo-codex/plugin/components/ulw-loop/test/ultrawork-directive.test.ts +4 -5
  53. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  54. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  55. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  56. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  57. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  58. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  59. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  60. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  61. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  62. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  63. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  64. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  65. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  66. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
  67. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  68. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  69. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
  70. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  71. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
  72. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  73. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  74. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  75. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  76. package/packages/omo-codex/plugin/package-lock.json +20 -20
  77. package/packages/omo-codex/plugin/package.json +1 -1
  78. package/packages/omo-codex/plugin/skills/ultimate-browsing/ATTRIBUTION.md +35 -8
  79. package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/AGENTS.md +110 -0
  80. package/packages/omo-codex/plugin/test/aggregate-agents.test.mjs +19 -173
  81. package/packages/omo-codex/plugin/test/aggregate-hooks.test.mjs +4 -24
  82. package/packages/omo-codex/plugin/test/aggregate-plugin-fixture.mjs +175 -13
  83. package/packages/omo-codex/plugin/test/aggregate.test.mjs +78 -2
  84. package/packages/omo-codex/plugin/test/auto-update-release-notes.test.mjs +19 -33
  85. package/packages/omo-codex/plugin/test/lcx-contribute-bug-fix-template.test.mjs +21 -27
  86. package/packages/omo-codex/plugin/test/scaffold-plan.test.mjs +0 -36
  87. package/packages/omo-codex/plugin/test/sync-skills-codex-compatibility.test.mjs +101 -0
  88. package/packages/omo-codex/plugin/test/sync-skills.test.mjs +1 -119
  89. package/packages/omo-codex/plugin/test/teammode-archive-ambiguity.test.mjs +0 -40
  90. package/packages/omo-codex/plugin/test/teammode-communication.test.mjs +6 -62
  91. package/packages/omo-codex/plugin/test/teammode-thread-links.test.mjs +3 -36
  92. package/packages/omo-codex/plugin/test/teammode-transport.test.mjs +0 -44
  93. package/packages/omo-codex/plugin/test/teammode-worktree.test.mjs +2 -6
  94. package/packages/omo-codex/plugin/test/ultrawork-skill-pointer.test.mjs +0 -3
  95. package/packages/omo-codex/plugin/test/ulw-plan-review-state-contract.test.mjs +0 -3
  96. package/packages/omo-codex/scripts/install-dist/install-local.mjs +2 -2
  97. package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +35 -8
  98. package/packages/shared-skills/skills/ultimate-browsing/engine/AGENTS.md +110 -0
  99. package/packages/omo-codex/plugin/test/aggregate-skills.test.mjs +0 -92
  100. package/packages/omo-codex/plugin/test/sync-skills-orchestration.test.mjs +0 -314
  101. package/packages/omo-codex/plugin/test/ulw-plan-scope-contract.test.mjs +0 -24
package/dist/cli/index.js CHANGED
@@ -1019,7 +1019,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1019
1019
  this._exitCallback = (err) => {
1020
1020
  if (err.code !== "commander.executeSubCommandAsync") {
1021
1021
  throw err;
1022
- } else {}
1022
+ }
1023
1023
  };
1024
1024
  }
1025
1025
  return this;
@@ -2145,7 +2145,7 @@ var package_default;
2145
2145
  var init_package = __esm(() => {
2146
2146
  package_default = {
2147
2147
  name: "oh-my-opencode",
2148
- version: "5.0.0-beta.8",
2148
+ version: "5.0.0-beta.9",
2149
2149
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
2150
2150
  main: "./dist/index.js",
2151
2151
  types: "dist/index.d.ts",
@@ -2281,6 +2281,7 @@ var init_package = __esm(() => {
2281
2281
  "typecheck:script": "tsgo --noEmit -p script/tsconfig.json",
2282
2282
  test: "bun test",
2283
2283
  "test:codex": "bun run build:codex-install && bun run build:git-bash-mcp && bun run build:lsp-tools-mcp && bun run build:lsp-daemon && npm --prefix packages/lsp-tools-mcp test && npm --prefix packages/omo-codex/plugin ci && npm --prefix packages/omo-codex/plugin/components/ulw-loop test && bun run --cwd packages/omo-codex/plugin build && npm --prefix packages/omo-codex/plugin/components/codegraph run typecheck && npm --prefix packages/omo-codex/plugin/components/codegraph test && node scripts/check-third-party-notices.mjs --ship && bun test packages/omo-opencode/src/cli/cli-installer.platform.test.ts packages/omo-codex/src/install/codex-cache.test.ts packages/omo-codex/src/install/codex-cleanup.test.ts packages/omo-codex/src/install/codex-config-agent-cleanup.test.ts packages/omo-codex/src/install/codex-config-autonomous-features.test.ts packages/omo-codex/src/install/codex-config-reasoning.test.ts packages/omo-codex/src/install/codex-config-toml.test.ts packages/omo-codex/src/install/codex-project-local-cleanup.test.ts packages/omo-codex/src/install/install-codex-project-local-cleanup.test.ts packages/omo-codex/src/install/install-codex.test.ts packages/omo-codex/src/install/install-codex-packaged.test.ts packages/omo-codex/src/install/link-cached-plugin-agents.test.ts packages/omo-codex/src/**/*.test.ts packages/utils/src/jsonc-parser.test.ts packages/utils/src/frontmatter.test.ts packages/hashline-core/src/hash-computation.test.ts packages/hashline-core/src/smoke-untested-modules.test.ts packages/rules-engine/src/index.test.ts packages/rules-engine/src/security-boundary.test.ts packages/agents-md-core/src/injector.test.ts packages/omo-codex/plugin/components/lsp/test/package-smoke.test.ts && node --test packages/omo-codex/plugin/test/*.test.mjs packages/omo-codex/scripts/install-cache-copy.test.mjs packages/omo-codex/scripts/install-cli-args.test.mjs packages/omo-codex/scripts/install-delegated-command.test.mjs packages/omo-codex/scripts/install-config-autonomous-features.test.mjs packages/omo-codex/scripts/install-config-autonomous.test.mjs packages/omo-codex/scripts/install-config-reasoning.test.mjs packages/omo-codex/scripts/install-config.test.mjs packages/omo-codex/scripts/install-hook-targets.test.mjs packages/omo-codex/scripts/install-project-local-cleanup.test.mjs packages/omo-codex/scripts/install-lazycodex-version-stamp.test.mjs packages/omo-codex/scripts/install-local-entrypoint.test.mjs packages/omo-codex/scripts/install-local-git-bash-preflight.test.mjs packages/omo-codex/scripts/install-local.test.mjs packages/omo-codex/scripts/install-marketplace-cache.test.mjs packages/omo-codex/scripts/install-mcp-context7-runtime.test.mjs packages/omo-codex/scripts/install-mcp-runtime.test.mjs packages/omo-codex/scripts/install-packaged-local.test.mjs packages/omo-codex/scripts/install-generated-bundle.test.mjs packages/omo-codex/scripts/install-agent-links.test.mjs packages/omo-codex/scripts/install-bin-links.test.mjs",
2284
+ "test:fast": "bun run script/test-fast.ts",
2284
2285
  "test:senpi": "bun run build:senpi-plugin && tsgo --noEmit -p packages/omo-senpi/tsconfig.json && bun test packages/omo-senpi",
2285
2286
  "test:windows-codex": "bun run test:codex",
2286
2287
  "build:git-bash-mcp": "bun run --cwd packages/git-bash-mcp build",
@@ -2325,7 +2326,7 @@ var init_package = __esm(() => {
2325
2326
  zod: "^4.4.3"
2326
2327
  },
2327
2328
  devDependencies: {
2328
- "@code-yeongyu/senpi": "2026.8.16",
2329
+ "@code-yeongyu/senpi": "2026.8.17",
2329
2330
  "@oh-my-opencode/agents-md-core": "workspace:*",
2330
2331
  "@oh-my-opencode/ast-grep-mcp": "workspace:*",
2331
2332
  "@oh-my-opencode/boulder-state": "workspace:*",
@@ -2366,18 +2367,18 @@ var init_package = __esm(() => {
2366
2367
  typescript: "^7.0.2"
2367
2368
  },
2368
2369
  optionalDependencies: {
2369
- "oh-my-opencode-darwin-arm64": "5.0.0-beta.8",
2370
- "oh-my-opencode-darwin-x64": "5.0.0-beta.8",
2371
- "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.8",
2372
- "oh-my-opencode-linux-arm64": "5.0.0-beta.8",
2373
- "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.8",
2374
- "oh-my-opencode-linux-x64": "5.0.0-beta.8",
2375
- "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.8",
2376
- "oh-my-opencode-linux-x64-musl": "5.0.0-beta.8",
2377
- "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.8",
2378
- "oh-my-opencode-windows-arm64": "5.0.0-beta.8",
2379
- "oh-my-opencode-windows-x64": "5.0.0-beta.8",
2380
- "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.8"
2370
+ "oh-my-opencode-darwin-arm64": "5.0.0-beta.9",
2371
+ "oh-my-opencode-darwin-x64": "5.0.0-beta.9",
2372
+ "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.9",
2373
+ "oh-my-opencode-linux-arm64": "5.0.0-beta.9",
2374
+ "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.9",
2375
+ "oh-my-opencode-linux-x64": "5.0.0-beta.9",
2376
+ "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.9",
2377
+ "oh-my-opencode-linux-x64-musl": "5.0.0-beta.9",
2378
+ "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.9",
2379
+ "oh-my-opencode-windows-arm64": "5.0.0-beta.9",
2380
+ "oh-my-opencode-windows-x64": "5.0.0-beta.9",
2381
+ "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.9"
2381
2382
  },
2382
2383
  overrides: {
2383
2384
  "@earendil-works/pi-agent-core": "0.84.2",
@@ -18762,7 +18763,7 @@ function finalize(ctx, schema) {
18762
18763
  result.$schema = "http://json-schema.org/draft-07/schema#";
18763
18764
  } else if (ctx.target === "draft-04") {
18764
18765
  result.$schema = "http://json-schema.org/draft-04/schema#";
18765
- } else if (ctx.target === "openapi-3.0") {} else {}
18766
+ } else if (ctx.target === "openapi-3.0") {}
18766
18767
  if (ctx.external?.uri) {
18767
18768
  const id = ctx.external.registry.get(schema)?.id;
18768
18769
  if (!id)
@@ -19023,7 +19024,7 @@ var formatMap, stringProcessor = (schema, ctx, _json, _params) => {
19023
19024
  if (val === undefined) {
19024
19025
  if (ctx.unrepresentable === "throw") {
19025
19026
  throw new Error("Literal `undefined` cannot be represented in JSON Schema");
19026
- } else {}
19027
+ }
19027
19028
  } else if (typeof val === "bigint") {
19028
19029
  if (ctx.unrepresentable === "throw") {
19029
19030
  throw new Error("BigInt literals cannot be represented in JSON Schema");
@@ -83262,21 +83263,21 @@ var init_session_cursor = __esm(() => {
83262
83263
  });
83263
83264
 
83264
83265
  // packages/omo-opencode/src/shared/shell-env.ts
83265
- function detectShellType() {
83266
- if (process.env.SHELL) {
83267
- const shell = process.env.SHELL;
83266
+ function detectShellType(platform = process.platform, env2 = process.env) {
83267
+ if (env2.SHELL) {
83268
+ const shell = env2.SHELL;
83268
83269
  if (shell.includes("csh") || shell.includes("tcsh")) {
83269
83270
  return "csh";
83270
83271
  }
83271
83272
  return "unix";
83272
83273
  }
83273
- if (process.platform === "win32" && (process.env.BASH_VERSION || process.env.MSYSTEM || process.env.WSL_DISTRO_NAME)) {
83274
+ if (platform === "win32" && (env2.BASH_VERSION || env2.MSYSTEM || env2.WSL_DISTRO_NAME)) {
83274
83275
  return "unix";
83275
83276
  }
83276
- if (process.env.PSModulePath) {
83277
+ if (env2.PSModulePath) {
83277
83278
  return "powershell";
83278
83279
  }
83279
- return process.platform === "win32" ? "cmd" : "unix";
83280
+ return platform === "win32" ? "cmd" : "unix";
83280
83281
  }
83281
83282
  var init_shell_env = () => {};
83282
83283
 
@@ -94629,7 +94630,7 @@ var package_default2;
94629
94630
  var init_package2 = __esm(() => {
94630
94631
  package_default2 = {
94631
94632
  name: "@oh-my-opencode/omo-codex",
94632
- version: "5.0.0-beta.8",
94633
+ version: "5.0.0-beta.9",
94633
94634
  type: "module",
94634
94635
  private: true,
94635
94636
  description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
@@ -106414,7 +106415,7 @@ function createJsonOutputManager(options = {}) {
106414
106415
 
106415
106416
  // packages/omo-opencode/src/cli/run/on-complete-hook.ts
106416
106417
  init_spawn_with_windows_hide();
106417
- init_shared();
106418
+ init_shell_env();
106418
106419
  init_logger2();
106419
106420
  var defaultDeps3 = {
106420
106421
  spawnWithWindowsHide,
@@ -106434,15 +106435,15 @@ async function readOutput(stream, streamName, deps = defaultDeps3) {
106434
106435
  return "";
106435
106436
  }
106436
106437
  }
106437
- function resolveHookShellCommand(command) {
106438
- const shellType = detectShellType();
106438
+ function resolveHookShellCommand(command, platform, env3) {
106439
+ const shellType = detectShellType(platform, env3);
106439
106440
  switch (shellType) {
106440
106441
  case "powershell": {
106441
- const powershellExecutable = process.platform === "win32" ? "powershell.exe" : "pwsh";
106442
+ const powershellExecutable = platform === "win32" ? "powershell.exe" : "pwsh";
106442
106443
  return [powershellExecutable, "-NoProfile", "-Command", command];
106443
106444
  }
106444
106445
  case "cmd":
106445
- return [process.env.ComSpec || "cmd.exe", "/d", "/s", "/c", command];
106446
+ return [env3.ComSpec || "cmd.exe", "/d", "/s", "/c", command];
106446
106447
  case "csh":
106447
106448
  return ["csh", "-c", command];
106448
106449
  case "unix":
@@ -106458,10 +106459,12 @@ async function executeOnCompleteHook(options, deps = defaultDeps3) {
106458
106459
  }
106459
106460
  deps.log("Running on-complete hook", { command: trimmedCommand });
106460
106461
  try {
106461
- const shellCommand = resolveHookShellCommand(trimmedCommand);
106462
+ const platform = deps.platform ?? process.platform;
106463
+ const env3 = deps.env ?? process.env;
106464
+ const shellCommand = resolveHookShellCommand(trimmedCommand, platform, env3);
106462
106465
  const proc = deps.spawnWithWindowsHide(shellCommand, {
106463
106466
  env: {
106464
- ...process.env,
106467
+ ...env3,
106465
106468
  SESSION_ID: sessionId,
106466
106469
  EXIT_CODE: String(exitCode),
106467
106470
  DURATION_MS: String(durationMs),
@@ -3,6 +3,8 @@ import { log } from "../../shared/logger";
3
3
  type OnCompleteHookDeps = {
4
4
  spawnWithWindowsHide: typeof spawnWithWindowsHide;
5
5
  log: typeof log;
6
+ platform?: NodeJS.Platform;
7
+ env?: NodeJS.ProcessEnv;
6
8
  };
7
9
  export declare function executeOnCompleteHook(options: {
8
10
  command: string;
@@ -1020,7 +1020,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1020
1020
  this._exitCallback = (err) => {
1021
1021
  if (err.code !== "commander.executeSubCommandAsync") {
1022
1022
  throw err;
1023
- } else {}
1023
+ }
1024
1024
  };
1025
1025
  }
1026
1026
  return this;
@@ -2146,7 +2146,7 @@ var package_default;
2146
2146
  var init_package = __esm(() => {
2147
2147
  package_default = {
2148
2148
  name: "oh-my-opencode",
2149
- version: "5.0.0-beta.8",
2149
+ version: "5.0.0-beta.9",
2150
2150
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
2151
2151
  main: "./dist/index.js",
2152
2152
  types: "dist/index.d.ts",
@@ -2282,6 +2282,7 @@ var init_package = __esm(() => {
2282
2282
  "typecheck:script": "tsgo --noEmit -p script/tsconfig.json",
2283
2283
  test: "bun test",
2284
2284
  "test:codex": "bun run build:codex-install && bun run build:git-bash-mcp && bun run build:lsp-tools-mcp && bun run build:lsp-daemon && npm --prefix packages/lsp-tools-mcp test && npm --prefix packages/omo-codex/plugin ci && npm --prefix packages/omo-codex/plugin/components/ulw-loop test && bun run --cwd packages/omo-codex/plugin build && npm --prefix packages/omo-codex/plugin/components/codegraph run typecheck && npm --prefix packages/omo-codex/plugin/components/codegraph test && node scripts/check-third-party-notices.mjs --ship && bun test packages/omo-opencode/src/cli/cli-installer.platform.test.ts packages/omo-codex/src/install/codex-cache.test.ts packages/omo-codex/src/install/codex-cleanup.test.ts packages/omo-codex/src/install/codex-config-agent-cleanup.test.ts packages/omo-codex/src/install/codex-config-autonomous-features.test.ts packages/omo-codex/src/install/codex-config-reasoning.test.ts packages/omo-codex/src/install/codex-config-toml.test.ts packages/omo-codex/src/install/codex-project-local-cleanup.test.ts packages/omo-codex/src/install/install-codex-project-local-cleanup.test.ts packages/omo-codex/src/install/install-codex.test.ts packages/omo-codex/src/install/install-codex-packaged.test.ts packages/omo-codex/src/install/link-cached-plugin-agents.test.ts packages/omo-codex/src/**/*.test.ts packages/utils/src/jsonc-parser.test.ts packages/utils/src/frontmatter.test.ts packages/hashline-core/src/hash-computation.test.ts packages/hashline-core/src/smoke-untested-modules.test.ts packages/rules-engine/src/index.test.ts packages/rules-engine/src/security-boundary.test.ts packages/agents-md-core/src/injector.test.ts packages/omo-codex/plugin/components/lsp/test/package-smoke.test.ts && node --test packages/omo-codex/plugin/test/*.test.mjs packages/omo-codex/scripts/install-cache-copy.test.mjs packages/omo-codex/scripts/install-cli-args.test.mjs packages/omo-codex/scripts/install-delegated-command.test.mjs packages/omo-codex/scripts/install-config-autonomous-features.test.mjs packages/omo-codex/scripts/install-config-autonomous.test.mjs packages/omo-codex/scripts/install-config-reasoning.test.mjs packages/omo-codex/scripts/install-config.test.mjs packages/omo-codex/scripts/install-hook-targets.test.mjs packages/omo-codex/scripts/install-project-local-cleanup.test.mjs packages/omo-codex/scripts/install-lazycodex-version-stamp.test.mjs packages/omo-codex/scripts/install-local-entrypoint.test.mjs packages/omo-codex/scripts/install-local-git-bash-preflight.test.mjs packages/omo-codex/scripts/install-local.test.mjs packages/omo-codex/scripts/install-marketplace-cache.test.mjs packages/omo-codex/scripts/install-mcp-context7-runtime.test.mjs packages/omo-codex/scripts/install-mcp-runtime.test.mjs packages/omo-codex/scripts/install-packaged-local.test.mjs packages/omo-codex/scripts/install-generated-bundle.test.mjs packages/omo-codex/scripts/install-agent-links.test.mjs packages/omo-codex/scripts/install-bin-links.test.mjs",
2285
+ "test:fast": "bun run script/test-fast.ts",
2285
2286
  "test:senpi": "bun run build:senpi-plugin && tsgo --noEmit -p packages/omo-senpi/tsconfig.json && bun test packages/omo-senpi",
2286
2287
  "test:windows-codex": "bun run test:codex",
2287
2288
  "build:git-bash-mcp": "bun run --cwd packages/git-bash-mcp build",
@@ -2326,7 +2327,7 @@ var init_package = __esm(() => {
2326
2327
  zod: "^4.4.3"
2327
2328
  },
2328
2329
  devDependencies: {
2329
- "@code-yeongyu/senpi": "2026.8.16",
2330
+ "@code-yeongyu/senpi": "2026.8.17",
2330
2331
  "@oh-my-opencode/agents-md-core": "workspace:*",
2331
2332
  "@oh-my-opencode/ast-grep-mcp": "workspace:*",
2332
2333
  "@oh-my-opencode/boulder-state": "workspace:*",
@@ -2367,18 +2368,18 @@ var init_package = __esm(() => {
2367
2368
  typescript: "^7.0.2"
2368
2369
  },
2369
2370
  optionalDependencies: {
2370
- "oh-my-opencode-darwin-arm64": "5.0.0-beta.8",
2371
- "oh-my-opencode-darwin-x64": "5.0.0-beta.8",
2372
- "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.8",
2373
- "oh-my-opencode-linux-arm64": "5.0.0-beta.8",
2374
- "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.8",
2375
- "oh-my-opencode-linux-x64": "5.0.0-beta.8",
2376
- "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.8",
2377
- "oh-my-opencode-linux-x64-musl": "5.0.0-beta.8",
2378
- "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.8",
2379
- "oh-my-opencode-windows-arm64": "5.0.0-beta.8",
2380
- "oh-my-opencode-windows-x64": "5.0.0-beta.8",
2381
- "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.8"
2371
+ "oh-my-opencode-darwin-arm64": "5.0.0-beta.9",
2372
+ "oh-my-opencode-darwin-x64": "5.0.0-beta.9",
2373
+ "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.9",
2374
+ "oh-my-opencode-linux-arm64": "5.0.0-beta.9",
2375
+ "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.9",
2376
+ "oh-my-opencode-linux-x64": "5.0.0-beta.9",
2377
+ "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.9",
2378
+ "oh-my-opencode-linux-x64-musl": "5.0.0-beta.9",
2379
+ "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.9",
2380
+ "oh-my-opencode-windows-arm64": "5.0.0-beta.9",
2381
+ "oh-my-opencode-windows-x64": "5.0.0-beta.9",
2382
+ "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.9"
2382
2383
  },
2383
2384
  overrides: {
2384
2385
  "@earendil-works/pi-agent-core": "0.84.2",
@@ -18763,7 +18764,7 @@ function finalize(ctx, schema) {
18763
18764
  result.$schema = "http://json-schema.org/draft-07/schema#";
18764
18765
  } else if (ctx.target === "draft-04") {
18765
18766
  result.$schema = "http://json-schema.org/draft-04/schema#";
18766
- } else if (ctx.target === "openapi-3.0") {} else {}
18767
+ } else if (ctx.target === "openapi-3.0") {}
18767
18768
  if (ctx.external?.uri) {
18768
18769
  const id = ctx.external.registry.get(schema)?.id;
18769
18770
  if (!id)
@@ -19024,7 +19025,7 @@ var formatMap, stringProcessor = (schema, ctx, _json, _params) => {
19024
19025
  if (val === undefined) {
19025
19026
  if (ctx.unrepresentable === "throw") {
19026
19027
  throw new Error("Literal `undefined` cannot be represented in JSON Schema");
19027
- } else {}
19028
+ }
19028
19029
  } else if (typeof val === "bigint") {
19029
19030
  if (ctx.unrepresentable === "throw") {
19030
19031
  throw new Error("BigInt literals cannot be represented in JSON Schema");
@@ -83263,21 +83264,21 @@ var init_session_cursor = __esm(() => {
83263
83264
  });
83264
83265
 
83265
83266
  // packages/omo-opencode/src/shared/shell-env.ts
83266
- function detectShellType() {
83267
- if (process.env.SHELL) {
83268
- const shell = process.env.SHELL;
83267
+ function detectShellType(platform = process.platform, env2 = process.env) {
83268
+ if (env2.SHELL) {
83269
+ const shell = env2.SHELL;
83269
83270
  if (shell.includes("csh") || shell.includes("tcsh")) {
83270
83271
  return "csh";
83271
83272
  }
83272
83273
  return "unix";
83273
83274
  }
83274
- if (process.platform === "win32" && (process.env.BASH_VERSION || process.env.MSYSTEM || process.env.WSL_DISTRO_NAME)) {
83275
+ if (platform === "win32" && (env2.BASH_VERSION || env2.MSYSTEM || env2.WSL_DISTRO_NAME)) {
83275
83276
  return "unix";
83276
83277
  }
83277
- if (process.env.PSModulePath) {
83278
+ if (env2.PSModulePath) {
83278
83279
  return "powershell";
83279
83280
  }
83280
- return process.platform === "win32" ? "cmd" : "unix";
83281
+ return platform === "win32" ? "cmd" : "unix";
83281
83282
  }
83282
83283
  var init_shell_env = () => {};
83283
83284
 
@@ -94685,7 +94686,7 @@ var package_default2;
94685
94686
  var init_package2 = __esm(() => {
94686
94687
  package_default2 = {
94687
94688
  name: "@oh-my-opencode/omo-codex",
94688
- version: "5.0.0-beta.8",
94689
+ version: "5.0.0-beta.9",
94689
94690
  type: "module",
94690
94691
  private: true,
94691
94692
  description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
@@ -106470,7 +106471,7 @@ function createJsonOutputManager(options = {}) {
106470
106471
 
106471
106472
  // packages/omo-opencode/src/cli/run/on-complete-hook.ts
106472
106473
  init_spawn_with_windows_hide();
106473
- init_shared();
106474
+ init_shell_env();
106474
106475
  init_logger2();
106475
106476
  var defaultDeps3 = {
106476
106477
  spawnWithWindowsHide,
@@ -106490,15 +106491,15 @@ async function readOutput(stream, streamName, deps = defaultDeps3) {
106490
106491
  return "";
106491
106492
  }
106492
106493
  }
106493
- function resolveHookShellCommand(command) {
106494
- const shellType = detectShellType();
106494
+ function resolveHookShellCommand(command, platform, env3) {
106495
+ const shellType = detectShellType(platform, env3);
106495
106496
  switch (shellType) {
106496
106497
  case "powershell": {
106497
- const powershellExecutable = process.platform === "win32" ? "powershell.exe" : "pwsh";
106498
+ const powershellExecutable = platform === "win32" ? "powershell.exe" : "pwsh";
106498
106499
  return [powershellExecutable, "-NoProfile", "-Command", command];
106499
106500
  }
106500
106501
  case "cmd":
106501
- return [process.env.ComSpec || "cmd.exe", "/d", "/s", "/c", command];
106502
+ return [env3.ComSpec || "cmd.exe", "/d", "/s", "/c", command];
106502
106503
  case "csh":
106503
106504
  return ["csh", "-c", command];
106504
106505
  case "unix":
@@ -106514,10 +106515,12 @@ async function executeOnCompleteHook(options, deps = defaultDeps3) {
106514
106515
  }
106515
106516
  deps.log("Running on-complete hook", { command: trimmedCommand });
106516
106517
  try {
106517
- const shellCommand = resolveHookShellCommand(trimmedCommand);
106518
+ const platform = deps.platform ?? process.platform;
106519
+ const env3 = deps.env ?? process.env;
106520
+ const shellCommand = resolveHookShellCommand(trimmedCommand, platform, env3);
106518
106521
  const proc = deps.spawnWithWindowsHide(shellCommand, {
106519
106522
  env: {
106520
- ...process.env,
106523
+ ...env3,
106521
106524
  SESSION_ID: sessionId,
106522
106525
  EXIT_CODE: String(exitCode),
106523
106526
  DURATION_MS: String(durationMs),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazycodex-ai",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0-beta.9",
4
4
  "description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omo",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0-beta.9",
4
4
  "description": "One Codex plugin namespace for Yeongyu's local Codex components.",
5
5
  "author": {
6
6
  "name": "Yeongyu Kim",
@@ -8,7 +8,7 @@
8
8
  "command": "node \"${PLUGIN_ROOT}/components/bootstrap/dist/cli.js\" hook session-start",
9
9
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\bootstrap.ps1\"",
10
10
  "timeout": 30,
11
- "statusMessage": "(OmO 5.0.0-beta.8) Checking Bootstrap Provisioning"
11
+ "statusMessage": "(OmO 5.0.0-beta.9) Checking Bootstrap Provisioning"
12
12
  }
13
13
  ]
14
14
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-bootstrap",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0-beta.9",
4
4
  "description": "Codex SessionStart bootstrap component that provisions LazyCodex runtime dependencies from a detached worker.",
5
5
  "type": "module",
6
6
  "private": true,
@@ -4003,7 +4003,7 @@ function finalize(ctx, schema) {
4003
4003
  result.$schema = "http://json-schema.org/draft-07/schema#";
4004
4004
  } else if (ctx.target === "draft-04") {
4005
4005
  result.$schema = "http://json-schema.org/draft-04/schema#";
4006
- } else if (ctx.target === "openapi-3.0") {} else {}
4006
+ } else if (ctx.target === "openapi-3.0") {}
4007
4007
  if (ctx.external?.uri) {
4008
4008
  const id = ctx.external.registry.get(schema)?.id;
4009
4009
  if (!id)
@@ -4212,7 +4212,7 @@ var literalProcessor = (schema, ctx, json, _params) => {
4212
4212
  if (val === undefined) {
4213
4213
  if (ctx.unrepresentable === "throw") {
4214
4214
  throw new Error("Literal `undefined` cannot be represented in JSON Schema");
4215
- } else {}
4215
+ }
4216
4216
  } else if (typeof val === "bigint") {
4217
4217
  if (ctx.unrepresentable === "throw") {
4218
4218
  throw new Error("BigInt literals cannot be represented in JSON Schema");
@@ -4269,7 +4269,7 @@ function finalize(ctx, schema) {
4269
4269
  result.$schema = "http://json-schema.org/draft-07/schema#";
4270
4270
  } else if (ctx.target === "draft-04") {
4271
4271
  result.$schema = "http://json-schema.org/draft-04/schema#";
4272
- } else if (ctx.target === "openapi-3.0") {} else {}
4272
+ } else if (ctx.target === "openapi-3.0") {}
4273
4273
  if (ctx.external?.uri) {
4274
4274
  const id = ctx.external.registry.get(schema)?.id;
4275
4275
  if (!id)
@@ -4478,7 +4478,7 @@ var literalProcessor = (schema, ctx, json, _params) => {
4478
4478
  if (val === undefined) {
4479
4479
  if (ctx.unrepresentable === "throw") {
4480
4480
  throw new Error("Literal `undefined` cannot be represented in JSON Schema");
4481
- } else {}
4481
+ }
4482
4482
  } else if (typeof val === "bigint") {
4483
4483
  if (ctx.unrepresentable === "throw") {
4484
4484
  throw new Error("BigInt literals cannot be represented in JSON Schema");
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-codegraph",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0-beta.9",
4
4
  "description": "Codex plugin MCP wrapper for CodeGraph.",
5
5
  "type": "module",
6
6
  "private": true,
@@ -8,7 +8,7 @@
8
8
  "type": "command",
9
9
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
10
10
  "timeout": 30,
11
- "statusMessage": "(OmO 5.0.0-beta.8) Checking Comments"
11
+ "statusMessage": "(OmO 5.0.0-beta.9) Checking Comments"
12
12
  }
13
13
  ]
14
14
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-comment-checker",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0-beta.9",
4
4
  "description": "Codex plugin that runs comment-checker after edit-like PostToolUse hooks.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -8,7 +8,7 @@
8
8
  "type": "command",
9
9
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook pre-tool-use",
10
10
  "timeout": 5,
11
- "statusMessage": "(OmO 5.0.0-beta.8) Recommending Git Bash MCP"
11
+ "statusMessage": "(OmO 5.0.0-beta.9) Recommending Git Bash MCP"
12
12
  }
13
13
  ]
14
14
  }
@@ -20,7 +20,7 @@
20
20
  "type": "command",
21
21
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
22
22
  "timeout": 5,
23
- "statusMessage": "(OmO 5.0.0-beta.8) Resetting Git Bash MCP Reminder"
23
+ "statusMessage": "(OmO 5.0.0-beta.9) Resetting Git Bash MCP Reminder"
24
24
  }
25
25
  ]
26
26
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-git-bash-hook",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0-beta.9",
4
4
  "description": "Codex hook component that reminds Windows sessions to prefer the OMO git_bash MCP.",
5
5
  "type": "module",
6
6
  "private": true,
@@ -8,7 +8,7 @@
8
8
  "type": "command",
9
9
  "command": "node \"${PLUGIN_ROOT}/components/lazycodex-executor-verify/dist/cli.js\" hook subagent-stop",
10
10
  "timeout": 10,
11
- "statusMessage": "(OmO 5.0.0-beta.8) Verifying LazyCodex Executor Evidence"
11
+ "statusMessage": "(OmO 5.0.0-beta.9) Verifying LazyCodex Executor Evidence"
12
12
  }
13
13
  ]
14
14
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-lazycodex-executor-verify",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0-beta.9",
4
4
  "description": "Codex SubagentStop evidence verifier for LazyCodex executor completions.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -36,10 +36,8 @@ describe("lazycodex executor SubagentStop verifier", () => {
36
36
  // then
37
37
  const parsed = parseBlockOutput(output);
38
38
  expect(parsed.decision).toBe("block");
39
- expect(parsed.reason).toContain("너는 방금 작업을 완료했다고 보고했고, 그건 거짓말이다.");
40
39
  expect(parsed.reason).toContain(".omo/evidence/");
41
40
  expect(parsed.reason).toContain("EVIDENCE_RECORDED: <path>");
42
- expect(parsed.reason).not.toContain("2번째");
43
41
  });
44
42
 
45
43
  it("#given a prior blocked stop #when lazycodex executor stops again #then escalates the attempt count", () => {
@@ -51,8 +49,9 @@ describe("lazycodex executor SubagentStop verifier", () => {
51
49
  const output = runSubagentStopHook(createInput(cwd), nodeFileSystem);
52
50
 
53
51
  // then
54
- const parsed = parseBlockOutput(output);
55
- expect(parsed.reason).toContain("2번째");
52
+ expect(parseBlockOutput(output).decision).toBe("block");
53
+ const statePath = join(cwd, ".omo", "lazycodex-executor-verify", "sess.1-agent_1.json");
54
+ expect(JSON.parse(readFileSync(statePath, "utf8"))).toEqual({ attempts: 2 });
56
55
  });
57
56
 
58
57
  it("#given turn_id is omitted #when lazycodex executor stops #then the hook still parses the payload", () => {
@@ -394,18 +393,5 @@ describe("tier worker receipt enforcement", () => {
394
393
  expect(matcher.test("lazycodex-gate-reviewer")).toBe(false);
395
394
  }
396
395
  });
397
-
398
- it("#given the tier worker TOMLs #when inspected #then each instructs the EVIDENCE_RECORDED receipt line", () => {
399
- for (const tier of ["low", "medium", "high"]) {
400
- // when
401
- const toml = readFileSync(
402
- new URL(`../../ultrawork/agents/lazycodex-worker-${tier}.toml`, import.meta.url),
403
- "utf8",
404
- );
405
-
406
- // then
407
- expect(toml).toContain("EVIDENCE_RECORDED: <path>");
408
- }
409
- });
410
396
  });
411
397
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "version": "5.0.0-beta.8",
4
- "inputDigest": "sha256:9843f0a9d8a8ddb5d8bf2d8da3219fe9033d84f43db3e8a534a908833bc7836a",
3
+ "version": "5.0.0-beta.9",
4
+ "inputDigest": "sha256:ee9f0b367eba57b8d9cd84cca99311490d21a41b92331958919a5f289b428f2c",
5
5
  "outputs": [
6
6
  {
7
7
  "path": "cli.d.ts",
@@ -8,7 +8,7 @@
8
8
  "type": "command",
9
9
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
10
10
  "timeout": 60,
11
- "statusMessage": "(OmO 5.0.0-beta.8) Checking LSP Diagnostics"
11
+ "statusMessage": "(OmO 5.0.0-beta.9) Checking LSP Diagnostics"
12
12
  }
13
13
  ]
14
14
  }
@@ -21,7 +21,7 @@
21
21
  "type": "command",
22
22
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
23
23
  "timeout": 5,
24
- "statusMessage": "(OmO 5.0.0-beta.8) Resetting LSP Diagnostics Cache"
24
+ "statusMessage": "(OmO 5.0.0-beta.9) Resetting LSP Diagnostics Cache"
25
25
  }
26
26
  ]
27
27
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-lsp",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0-beta.9",
4
4
  "description": "Codex plugin that exposes Language Server Protocol tools and post-edit diagnostics.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook session-start",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.8) Loading Project Rules"
10
+ "statusMessage": "(OmO 5.0.0-beta.9) Loading Project Rules"
11
11
  }
12
12
  ]
13
13
  }
@@ -19,7 +19,7 @@
19
19
  "type": "command",
20
20
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
21
21
  "timeout": 10,
22
- "statusMessage": "(OmO 5.0.0-beta.8) Loading Project Rules"
22
+ "statusMessage": "(OmO 5.0.0-beta.9) Loading Project Rules"
23
23
  }
24
24
  ]
25
25
  }
@@ -32,7 +32,7 @@
32
32
  "type": "command",
33
33
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
34
34
  "timeout": 10,
35
- "statusMessage": "(OmO 5.0.0-beta.8) Matching Project Rules"
35
+ "statusMessage": "(OmO 5.0.0-beta.9) Matching Project Rules"
36
36
  }
37
37
  ]
38
38
  }
@@ -45,7 +45,7 @@
45
45
  "type": "command",
46
46
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook post-compact",
47
47
  "timeout": 10,
48
- "statusMessage": "(OmO 5.0.0-beta.8) Resetting Project Rule Cache"
48
+ "statusMessage": "(OmO 5.0.0-beta.9) Resetting Project Rule Cache"
49
49
  }
50
50
  ]
51
51
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-rules",
3
- "version": "5.0.0-beta.8",
3
+ "version": "5.0.0-beta.9",
4
4
  "description": "Codex plugin that injects project rule files into model context through lifecycle hooks.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",