lazycodex-ai 4.19.1 → 4.19.2

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 (114) hide show
  1. package/README.ja.md +2 -2
  2. package/README.ko.md +2 -2
  3. package/README.md +2 -2
  4. package/README.ru.md +2 -2
  5. package/README.zh-cn.md +2 -2
  6. package/dist/cli/index.js +23454 -19200
  7. package/dist/cli-node/index.js +23454 -19200
  8. package/package.json +1 -1
  9. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  10. package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +8 -4
  11. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  12. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  13. package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +296 -206
  14. package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +126 -86
  15. package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
  16. package/packages/omo-codex/plugin/components/codegraph/src/hook.ts +21 -42
  17. package/packages/omo-codex/plugin/components/codegraph/src/serve.ts +3 -4
  18. package/packages/omo-codex/plugin/components/codegraph/src/session-start-worker.ts +12 -23
  19. package/packages/omo-codex/plugin/components/codegraph/test/hook-exclusion.test.ts +5 -0
  20. package/packages/omo-codex/plugin/components/codegraph/test/hook-store-upgrade.test.ts +33 -5
  21. package/packages/omo-codex/plugin/components/codegraph/test/hook.test.ts +6 -1
  22. package/packages/omo-codex/plugin/components/codegraph/test/provisioned-node-guard.test.ts +6 -0
  23. package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-facade.test.ts +1 -0
  24. package/packages/omo-codex/plugin/components/codegraph/test/serve-provision.test.ts +5 -5
  25. package/packages/omo-codex/plugin/components/codegraph/test/serve-unavailable.test.ts +1 -0
  26. package/packages/omo-codex/plugin/components/codegraph/test/serve.test.ts +24 -13
  27. package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-flow.test.ts +58 -64
  28. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  29. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  30. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  31. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  32. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  33. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  34. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +2 -2
  35. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  36. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  37. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  38. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  39. package/packages/omo-codex/plugin/components/start-work-continuation/directive.md +1 -1
  40. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  41. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
  42. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  43. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  44. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  45. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  46. package/packages/omo-codex/plugin/components/ultrawork/directive.md +12 -7
  47. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  48. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  49. package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +12 -7
  50. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +1 -1
  51. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +12 -1
  52. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-clear.md +1 -1
  53. package/packages/omo-codex/plugin/components/ulw-loop/directive.md +12 -7
  54. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
  55. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  56. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +2 -1
  57. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  58. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  59. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  60. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  61. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  62. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  63. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  64. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  65. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  66. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  67. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  68. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  69. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  70. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
  71. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  72. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  73. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
  74. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  75. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
  76. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  77. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  78. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  79. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  80. package/packages/omo-codex/plugin/package-lock.json +13 -13
  81. package/packages/omo-codex/plugin/package.json +1 -1
  82. package/packages/omo-codex/plugin/shared/test/config-loader.test.ts +10 -9
  83. package/packages/omo-codex/plugin/skills/coding-agent-sessions/SKILL.md +5 -2
  84. package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  85. package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/senpi.md +15 -5
  86. package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
  87. package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
  88. package/packages/omo-codex/plugin/skills/debugging/SKILL.md +2 -1
  89. package/packages/omo-codex/plugin/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
  90. package/packages/omo-codex/plugin/skills/programming/SKILL.md +11 -1
  91. package/packages/omo-codex/plugin/skills/programming/references/logging.md +6 -1
  92. package/packages/omo-codex/plugin/skills/programming/scripts/typescript/check-no-excuse-rules.ts +51 -17
  93. package/packages/omo-codex/plugin/skills/start-work/SKILL.md +12 -2
  94. package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +12 -7
  95. package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +2 -1
  96. package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +1 -1
  97. package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +12 -1
  98. package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-clear.md +1 -1
  99. package/packages/omo-codex/plugin/test/sync-skills-orchestration.test.mjs +22 -0
  100. package/packages/omo-codex/scripts/install-dist/install-local.mjs +1 -1
  101. package/packages/shared-skills/skills/coding-agent-sessions/SKILL.md +5 -2
  102. package/packages/shared-skills/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  103. package/packages/shared-skills/skills/coding-agent-sessions/references/senpi.md +15 -5
  104. package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
  105. package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
  106. package/packages/shared-skills/skills/debugging/SKILL.md +2 -1
  107. package/packages/shared-skills/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
  108. package/packages/shared-skills/skills/programming/SKILL.md +11 -1
  109. package/packages/shared-skills/skills/programming/references/logging.md +6 -1
  110. package/packages/shared-skills/skills/programming/scripts/typescript/check-no-excuse-rules.ts +51 -17
  111. package/packages/shared-skills/skills/start-work/SKILL.md +12 -2
  112. package/packages/shared-skills/skills/ulw-plan/SKILL.md +1 -1
  113. package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +12 -1
  114. package/packages/shared-skills/skills/ulw-plan/references/intent-clear.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazycodex-ai",
3
- "version": "4.19.1",
3
+ "version": "4.19.2",
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": "4.19.1",
3
+ "version": "4.19.2",
4
4
  "description": "One Codex plugin namespace for Yeongyu's local Codex components.",
5
5
  "author": {
6
6
  "name": "Yeongyu Kim",
@@ -737,7 +737,11 @@ function defaultFileExists(filePath) {
737
737
  }
738
738
  }
739
739
  function defaultVersionProbe(binaryPath) {
740
- return String(execFileSync(binaryPath, ["--version"], { encoding: "utf8", timeout: 5000 }));
740
+ return String(execFileSync(binaryPath, ["--version"], {
741
+ encoding: "utf8",
742
+ stdio: ["ignore", "pipe", "ignore"],
743
+ timeout: 5000
744
+ }));
741
745
  }
742
746
  function isAstGrepVersionOutput(output) {
743
747
  return output.toLowerCase().includes("ast-grep");
@@ -751,8 +755,8 @@ function hasAstGrepVersion(binaryPath, runVersionProbeSync) {
751
755
  return false;
752
756
  }
753
757
  }
754
- function pathCommandCandidates(platform) {
755
- return platform === "linux" ? ["ast-grep", "sg"] : ["sg", "ast-grep"];
758
+ function pathCommandCandidates() {
759
+ return ["ast-grep", "sg"];
756
760
  }
757
761
  function findSgBinarySync(options = {}) {
758
762
  const env = options.env ?? process.env;
@@ -769,7 +773,7 @@ function findSgBinarySync(options = {}) {
769
773
  if (fileExists(runtimeCandidate))
770
774
  return runtimeCandidate;
771
775
  }
772
- for (const commandName of pathCommandCandidates(platform)) {
776
+ for (const commandName of pathCommandCandidates()) {
773
777
  const pathCandidate = which(commandName);
774
778
  if (pathCandidate === null || !fileExists(pathCandidate))
775
779
  continue;
@@ -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 4.19.1) Checking Bootstrap Provisioning"
11
+ "statusMessage": "(OmO 4.19.2) Checking Bootstrap Provisioning"
12
12
  }
13
13
  ]
14
14
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-bootstrap",
3
- "version": "4.19.1",
3
+ "version": "4.19.2",
4
4
  "description": "Codex SessionStart bootstrap component that provisions LazyCodex runtime dependencies from a detached worker.",
5
5
  "type": "module",
6
6
  "private": true,