lazycodex-ai 5.0.0-beta.11 → 5.0.0-beta.12

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 (56) hide show
  1. package/dist/cli/index.js +25 -16
  2. package/dist/cli-node/index.js +25 -16
  3. package/package.json +1 -1
  4. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  5. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  6. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  7. package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +9 -0
  8. package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +9 -0
  9. package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
  10. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  11. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  12. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  13. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  14. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  15. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  16. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +2 -2
  17. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  18. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  19. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  20. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  21. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  22. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
  23. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  24. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  25. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  26. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  27. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  28. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  29. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
  30. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  31. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  32. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  33. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  34. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  35. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  36. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  37. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  38. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  39. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  40. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  41. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  42. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  43. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  44. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
  45. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  46. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  47. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
  48. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  49. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
  50. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  51. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  52. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  53. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  54. package/packages/omo-codex/plugin/package-lock.json +13 -13
  55. package/packages/omo-codex/plugin/package.json +1 -1
  56. package/packages/omo-codex/scripts/install-dist/install-local.mjs +2 -2
package/dist/cli/index.js CHANGED
@@ -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.11",
2148
+ version: "5.0.0-beta.12",
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",
@@ -2326,7 +2326,7 @@ var init_package = __esm(() => {
2326
2326
  zod: "^4.4.3"
2327
2327
  },
2328
2328
  devDependencies: {
2329
- "@code-yeongyu/senpi": "2026.8.18-3",
2329
+ "@code-yeongyu/senpi": "2026.8.19",
2330
2330
  "@oh-my-opencode/agents-md-core": "workspace:*",
2331
2331
  "@oh-my-opencode/ast-grep-mcp": "workspace:*",
2332
2332
  "@oh-my-opencode/boulder-state": "workspace:*",
@@ -2367,18 +2367,18 @@ var init_package = __esm(() => {
2367
2367
  typescript: "^7.0.2"
2368
2368
  },
2369
2369
  optionalDependencies: {
2370
- "oh-my-opencode-darwin-arm64": "5.0.0-beta.11",
2371
- "oh-my-opencode-darwin-x64": "5.0.0-beta.11",
2372
- "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.11",
2373
- "oh-my-opencode-linux-arm64": "5.0.0-beta.11",
2374
- "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.11",
2375
- "oh-my-opencode-linux-x64": "5.0.0-beta.11",
2376
- "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.11",
2377
- "oh-my-opencode-linux-x64-musl": "5.0.0-beta.11",
2378
- "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.11",
2379
- "oh-my-opencode-windows-arm64": "5.0.0-beta.11",
2380
- "oh-my-opencode-windows-x64": "5.0.0-beta.11",
2381
- "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.11"
2370
+ "oh-my-opencode-darwin-arm64": "5.0.0-beta.12",
2371
+ "oh-my-opencode-darwin-x64": "5.0.0-beta.12",
2372
+ "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.12",
2373
+ "oh-my-opencode-linux-arm64": "5.0.0-beta.12",
2374
+ "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.12",
2375
+ "oh-my-opencode-linux-x64": "5.0.0-beta.12",
2376
+ "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.12",
2377
+ "oh-my-opencode-linux-x64-musl": "5.0.0-beta.12",
2378
+ "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.12",
2379
+ "oh-my-opencode-windows-arm64": "5.0.0-beta.12",
2380
+ "oh-my-opencode-windows-x64": "5.0.0-beta.12",
2381
+ "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.12"
2382
2382
  },
2383
2383
  overrides: {
2384
2384
  "@earendil-works/pi-agent-core": "0.84.2",
@@ -22406,7 +22406,7 @@ var init_codegraph = __esm(() => {
22406
22406
  });
22407
22407
 
22408
22408
  // packages/omo-config-core/src/schema/memory.ts
22409
- var OmoMemoryReflectionTriggerSchema, OmoMemoryReflectionSchema, OmoMemorySyncSchema, OmoMemorySearchSchema, OmoMemoryNudgeSchema, OmoMemoryFactsSchema, OmoMemoryDreamSchema, OmoMemoryPeopleSchema, OmoMemorySoulSchema, OmoMemoryReflectionTriggerLayerSchema, OmoMemoryReflectionLayerSchema, OmoMemorySyncLayerSchema, OmoMemorySearchLayerSchema, OmoMemoryNudgeLayerSchema, OmoMemoryFactsLayerSchema, OmoMemoryDreamLayerSchema, OmoMemoryPeopleLayerSchema, OmoMemorySoulLayerSchema, OmoMemoryAgentOverridesSchema, OmoMemorySettingsSchema, OmoMemorySettingsLayerSchema;
22409
+ var OmoMemoryReflectionTriggerSchema, OmoMemoryReflectionSchema, OmoMemorySyncSchema, OmoMemorySearchSchema, OmoMemoryNudgeSchema, OmoMemoryFactsSchema, OmoMemoryDreamSchema, OmoMemoryPeopleSchema, OmoMemorySoulSchema, OmoMemoryWriteNoticeSchema, OmoMemoryReflectionTriggerLayerSchema, OmoMemoryReflectionLayerSchema, OmoMemorySyncLayerSchema, OmoMemorySearchLayerSchema, OmoMemoryNudgeLayerSchema, OmoMemoryFactsLayerSchema, OmoMemoryDreamLayerSchema, OmoMemoryPeopleLayerSchema, OmoMemorySoulLayerSchema, OmoMemoryWriteNoticeLayerSchema, OmoMemoryAgentOverridesSchema, OmoMemorySettingsSchema, OmoMemorySettingsLayerSchema;
22410
22410
  var init_memory = __esm(() => {
22411
22411
  init_zod();
22412
22412
  OmoMemoryReflectionTriggerSchema = object({
@@ -22452,6 +22452,9 @@ var init_memory = __esm(() => {
22452
22452
  OmoMemorySoulSchema = object({
22453
22453
  edit_notice: boolean2().default(true)
22454
22454
  }).strict();
22455
+ OmoMemoryWriteNoticeSchema = object({
22456
+ enabled: boolean2().default(true)
22457
+ }).strict();
22455
22458
  OmoMemoryReflectionTriggerLayerSchema = object({
22456
22459
  step_count: number2().int().nonnegative().optional(),
22457
22460
  on_compaction: boolean2().optional()
@@ -22495,6 +22498,9 @@ var init_memory = __esm(() => {
22495
22498
  OmoMemorySoulLayerSchema = object({
22496
22499
  edit_notice: boolean2().optional()
22497
22500
  }).strict();
22501
+ OmoMemoryWriteNoticeLayerSchema = object({
22502
+ enabled: boolean2().optional()
22503
+ }).strict();
22498
22504
  OmoMemoryAgentOverridesSchema = object({
22499
22505
  enabled: boolean2().optional(),
22500
22506
  agent: string2().min(1).optional(),
@@ -22504,6 +22510,7 @@ var init_memory = __esm(() => {
22504
22510
  dream: OmoMemoryDreamLayerSchema.optional(),
22505
22511
  people: OmoMemoryPeopleLayerSchema.optional(),
22506
22512
  soul: OmoMemorySoulLayerSchema.optional(),
22513
+ write_notice: OmoMemoryWriteNoticeLayerSchema.optional(),
22507
22514
  sync: OmoMemorySyncLayerSchema.optional(),
22508
22515
  search: OmoMemorySearchLayerSchema.optional(),
22509
22516
  compile_warn_tokens: number2().int().positive().optional()
@@ -22532,6 +22539,7 @@ var init_memory = __esm(() => {
22532
22539
  }),
22533
22540
  people: OmoMemoryPeopleSchema.default({ enabled: true, max_entries: 40, max_entry_chars: 200 }),
22534
22541
  soul: OmoMemorySoulSchema.default({ edit_notice: true }),
22542
+ write_notice: OmoMemoryWriteNoticeSchema.default({ enabled: true }),
22535
22543
  sync: OmoMemorySyncSchema.default({ enabled: true }),
22536
22544
  search: OmoMemorySearchSchema.default({ enabled: true }),
22537
22545
  compile_warn_tokens: number2().int().positive().default(30000),
@@ -22547,6 +22555,7 @@ var init_memory = __esm(() => {
22547
22555
  dream: OmoMemoryDreamLayerSchema.optional(),
22548
22556
  people: OmoMemoryPeopleLayerSchema.optional(),
22549
22557
  soul: OmoMemorySoulLayerSchema.optional(),
22558
+ write_notice: OmoMemoryWriteNoticeLayerSchema.optional(),
22550
22559
  sync: OmoMemorySyncLayerSchema.optional(),
22551
22560
  search: OmoMemorySearchLayerSchema.optional(),
22552
22561
  compile_warn_tokens: number2().int().positive().optional(),
@@ -94583,7 +94592,7 @@ var package_default2;
94583
94592
  var init_package2 = __esm(() => {
94584
94593
  package_default2 = {
94585
94594
  name: "@oh-my-opencode/omo-codex",
94586
- version: "5.0.0-beta.11",
94595
+ version: "5.0.0-beta.12",
94587
94596
  type: "module",
94588
94597
  private: true,
94589
94598
  description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
@@ -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.11",
2149
+ version: "5.0.0-beta.12",
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",
@@ -2327,7 +2327,7 @@ var init_package = __esm(() => {
2327
2327
  zod: "^4.4.3"
2328
2328
  },
2329
2329
  devDependencies: {
2330
- "@code-yeongyu/senpi": "2026.8.18-3",
2330
+ "@code-yeongyu/senpi": "2026.8.19",
2331
2331
  "@oh-my-opencode/agents-md-core": "workspace:*",
2332
2332
  "@oh-my-opencode/ast-grep-mcp": "workspace:*",
2333
2333
  "@oh-my-opencode/boulder-state": "workspace:*",
@@ -2368,18 +2368,18 @@ var init_package = __esm(() => {
2368
2368
  typescript: "^7.0.2"
2369
2369
  },
2370
2370
  optionalDependencies: {
2371
- "oh-my-opencode-darwin-arm64": "5.0.0-beta.11",
2372
- "oh-my-opencode-darwin-x64": "5.0.0-beta.11",
2373
- "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.11",
2374
- "oh-my-opencode-linux-arm64": "5.0.0-beta.11",
2375
- "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.11",
2376
- "oh-my-opencode-linux-x64": "5.0.0-beta.11",
2377
- "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.11",
2378
- "oh-my-opencode-linux-x64-musl": "5.0.0-beta.11",
2379
- "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.11",
2380
- "oh-my-opencode-windows-arm64": "5.0.0-beta.11",
2381
- "oh-my-opencode-windows-x64": "5.0.0-beta.11",
2382
- "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.11"
2371
+ "oh-my-opencode-darwin-arm64": "5.0.0-beta.12",
2372
+ "oh-my-opencode-darwin-x64": "5.0.0-beta.12",
2373
+ "oh-my-opencode-darwin-x64-baseline": "5.0.0-beta.12",
2374
+ "oh-my-opencode-linux-arm64": "5.0.0-beta.12",
2375
+ "oh-my-opencode-linux-arm64-musl": "5.0.0-beta.12",
2376
+ "oh-my-opencode-linux-x64": "5.0.0-beta.12",
2377
+ "oh-my-opencode-linux-x64-baseline": "5.0.0-beta.12",
2378
+ "oh-my-opencode-linux-x64-musl": "5.0.0-beta.12",
2379
+ "oh-my-opencode-linux-x64-musl-baseline": "5.0.0-beta.12",
2380
+ "oh-my-opencode-windows-arm64": "5.0.0-beta.12",
2381
+ "oh-my-opencode-windows-x64": "5.0.0-beta.12",
2382
+ "oh-my-opencode-windows-x64-baseline": "5.0.0-beta.12"
2383
2383
  },
2384
2384
  overrides: {
2385
2385
  "@earendil-works/pi-agent-core": "0.84.2",
@@ -22407,7 +22407,7 @@ var init_codegraph = __esm(() => {
22407
22407
  });
22408
22408
 
22409
22409
  // packages/omo-config-core/src/schema/memory.ts
22410
- var OmoMemoryReflectionTriggerSchema, OmoMemoryReflectionSchema, OmoMemorySyncSchema, OmoMemorySearchSchema, OmoMemoryNudgeSchema, OmoMemoryFactsSchema, OmoMemoryDreamSchema, OmoMemoryPeopleSchema, OmoMemorySoulSchema, OmoMemoryReflectionTriggerLayerSchema, OmoMemoryReflectionLayerSchema, OmoMemorySyncLayerSchema, OmoMemorySearchLayerSchema, OmoMemoryNudgeLayerSchema, OmoMemoryFactsLayerSchema, OmoMemoryDreamLayerSchema, OmoMemoryPeopleLayerSchema, OmoMemorySoulLayerSchema, OmoMemoryAgentOverridesSchema, OmoMemorySettingsSchema, OmoMemorySettingsLayerSchema;
22410
+ var OmoMemoryReflectionTriggerSchema, OmoMemoryReflectionSchema, OmoMemorySyncSchema, OmoMemorySearchSchema, OmoMemoryNudgeSchema, OmoMemoryFactsSchema, OmoMemoryDreamSchema, OmoMemoryPeopleSchema, OmoMemorySoulSchema, OmoMemoryWriteNoticeSchema, OmoMemoryReflectionTriggerLayerSchema, OmoMemoryReflectionLayerSchema, OmoMemorySyncLayerSchema, OmoMemorySearchLayerSchema, OmoMemoryNudgeLayerSchema, OmoMemoryFactsLayerSchema, OmoMemoryDreamLayerSchema, OmoMemoryPeopleLayerSchema, OmoMemorySoulLayerSchema, OmoMemoryWriteNoticeLayerSchema, OmoMemoryAgentOverridesSchema, OmoMemorySettingsSchema, OmoMemorySettingsLayerSchema;
22411
22411
  var init_memory = __esm(() => {
22412
22412
  init_zod();
22413
22413
  OmoMemoryReflectionTriggerSchema = object({
@@ -22453,6 +22453,9 @@ var init_memory = __esm(() => {
22453
22453
  OmoMemorySoulSchema = object({
22454
22454
  edit_notice: boolean2().default(true)
22455
22455
  }).strict();
22456
+ OmoMemoryWriteNoticeSchema = object({
22457
+ enabled: boolean2().default(true)
22458
+ }).strict();
22456
22459
  OmoMemoryReflectionTriggerLayerSchema = object({
22457
22460
  step_count: number2().int().nonnegative().optional(),
22458
22461
  on_compaction: boolean2().optional()
@@ -22496,6 +22499,9 @@ var init_memory = __esm(() => {
22496
22499
  OmoMemorySoulLayerSchema = object({
22497
22500
  edit_notice: boolean2().optional()
22498
22501
  }).strict();
22502
+ OmoMemoryWriteNoticeLayerSchema = object({
22503
+ enabled: boolean2().optional()
22504
+ }).strict();
22499
22505
  OmoMemoryAgentOverridesSchema = object({
22500
22506
  enabled: boolean2().optional(),
22501
22507
  agent: string2().min(1).optional(),
@@ -22505,6 +22511,7 @@ var init_memory = __esm(() => {
22505
22511
  dream: OmoMemoryDreamLayerSchema.optional(),
22506
22512
  people: OmoMemoryPeopleLayerSchema.optional(),
22507
22513
  soul: OmoMemorySoulLayerSchema.optional(),
22514
+ write_notice: OmoMemoryWriteNoticeLayerSchema.optional(),
22508
22515
  sync: OmoMemorySyncLayerSchema.optional(),
22509
22516
  search: OmoMemorySearchLayerSchema.optional(),
22510
22517
  compile_warn_tokens: number2().int().positive().optional()
@@ -22533,6 +22540,7 @@ var init_memory = __esm(() => {
22533
22540
  }),
22534
22541
  people: OmoMemoryPeopleSchema.default({ enabled: true, max_entries: 40, max_entry_chars: 200 }),
22535
22542
  soul: OmoMemorySoulSchema.default({ edit_notice: true }),
22543
+ write_notice: OmoMemoryWriteNoticeSchema.default({ enabled: true }),
22536
22544
  sync: OmoMemorySyncSchema.default({ enabled: true }),
22537
22545
  search: OmoMemorySearchSchema.default({ enabled: true }),
22538
22546
  compile_warn_tokens: number2().int().positive().default(30000),
@@ -22548,6 +22556,7 @@ var init_memory = __esm(() => {
22548
22556
  dream: OmoMemoryDreamLayerSchema.optional(),
22549
22557
  people: OmoMemoryPeopleLayerSchema.optional(),
22550
22558
  soul: OmoMemorySoulLayerSchema.optional(),
22559
+ write_notice: OmoMemoryWriteNoticeLayerSchema.optional(),
22551
22560
  sync: OmoMemorySyncLayerSchema.optional(),
22552
22561
  search: OmoMemorySearchLayerSchema.optional(),
22553
22562
  compile_warn_tokens: number2().int().positive().optional(),
@@ -94639,7 +94648,7 @@ var package_default2;
94639
94648
  var init_package2 = __esm(() => {
94640
94649
  package_default2 = {
94641
94650
  name: "@oh-my-opencode/omo-codex",
94642
- version: "5.0.0-beta.11",
94651
+ version: "5.0.0-beta.12",
94643
94652
  type: "module",
94644
94653
  private: true,
94645
94654
  description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazycodex-ai",
3
- "version": "5.0.0-beta.11",
3
+ "version": "5.0.0-beta.12",
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.11",
3
+ "version": "5.0.0-beta.12",
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.11) Checking Bootstrap Provisioning"
11
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11",
3
+ "version": "5.0.0-beta.12",
4
4
  "description": "Codex SessionStart bootstrap component that provisions LazyCodex runtime dependencies from a detached worker.",
5
5
  "type": "module",
6
6
  "private": true,
@@ -5593,6 +5593,9 @@ var OmoMemoryPeopleSchema = object({
5593
5593
  var OmoMemorySoulSchema = object({
5594
5594
  edit_notice: boolean2().default(true)
5595
5595
  }).strict();
5596
+ var OmoMemoryWriteNoticeSchema = object({
5597
+ enabled: boolean2().default(true)
5598
+ }).strict();
5596
5599
  var OmoMemoryReflectionTriggerLayerSchema = object({
5597
5600
  step_count: number2().int().nonnegative().optional(),
5598
5601
  on_compaction: boolean2().optional()
@@ -5636,6 +5639,9 @@ var OmoMemoryPeopleLayerSchema = object({
5636
5639
  var OmoMemorySoulLayerSchema = object({
5637
5640
  edit_notice: boolean2().optional()
5638
5641
  }).strict();
5642
+ var OmoMemoryWriteNoticeLayerSchema = object({
5643
+ enabled: boolean2().optional()
5644
+ }).strict();
5639
5645
  var OmoMemoryAgentOverridesSchema = object({
5640
5646
  enabled: boolean2().optional(),
5641
5647
  agent: string2().min(1).optional(),
@@ -5645,6 +5651,7 @@ var OmoMemoryAgentOverridesSchema = object({
5645
5651
  dream: OmoMemoryDreamLayerSchema.optional(),
5646
5652
  people: OmoMemoryPeopleLayerSchema.optional(),
5647
5653
  soul: OmoMemorySoulLayerSchema.optional(),
5654
+ write_notice: OmoMemoryWriteNoticeLayerSchema.optional(),
5648
5655
  sync: OmoMemorySyncLayerSchema.optional(),
5649
5656
  search: OmoMemorySearchLayerSchema.optional(),
5650
5657
  compile_warn_tokens: number2().int().positive().optional()
@@ -5673,6 +5680,7 @@ var OmoMemorySettingsSchema = object({
5673
5680
  }),
5674
5681
  people: OmoMemoryPeopleSchema.default({ enabled: true, max_entries: 40, max_entry_chars: 200 }),
5675
5682
  soul: OmoMemorySoulSchema.default({ edit_notice: true }),
5683
+ write_notice: OmoMemoryWriteNoticeSchema.default({ enabled: true }),
5676
5684
  sync: OmoMemorySyncSchema.default({ enabled: true }),
5677
5685
  search: OmoMemorySearchSchema.default({ enabled: true }),
5678
5686
  compile_warn_tokens: number2().int().positive().default(30000),
@@ -5688,6 +5696,7 @@ var OmoMemorySettingsLayerSchema = object({
5688
5696
  dream: OmoMemoryDreamLayerSchema.optional(),
5689
5697
  people: OmoMemoryPeopleLayerSchema.optional(),
5690
5698
  soul: OmoMemorySoulLayerSchema.optional(),
5699
+ write_notice: OmoMemoryWriteNoticeLayerSchema.optional(),
5691
5700
  sync: OmoMemorySyncLayerSchema.optional(),
5692
5701
  search: OmoMemorySearchLayerSchema.optional(),
5693
5702
  compile_warn_tokens: number2().int().positive().optional(),
@@ -5859,6 +5859,9 @@ var OmoMemoryPeopleSchema = object({
5859
5859
  var OmoMemorySoulSchema = object({
5860
5860
  edit_notice: boolean2().default(true)
5861
5861
  }).strict();
5862
+ var OmoMemoryWriteNoticeSchema = object({
5863
+ enabled: boolean2().default(true)
5864
+ }).strict();
5862
5865
  var OmoMemoryReflectionTriggerLayerSchema = object({
5863
5866
  step_count: number2().int().nonnegative().optional(),
5864
5867
  on_compaction: boolean2().optional()
@@ -5902,6 +5905,9 @@ var OmoMemoryPeopleLayerSchema = object({
5902
5905
  var OmoMemorySoulLayerSchema = object({
5903
5906
  edit_notice: boolean2().optional()
5904
5907
  }).strict();
5908
+ var OmoMemoryWriteNoticeLayerSchema = object({
5909
+ enabled: boolean2().optional()
5910
+ }).strict();
5905
5911
  var OmoMemoryAgentOverridesSchema = object({
5906
5912
  enabled: boolean2().optional(),
5907
5913
  agent: string2().min(1).optional(),
@@ -5911,6 +5917,7 @@ var OmoMemoryAgentOverridesSchema = object({
5911
5917
  dream: OmoMemoryDreamLayerSchema.optional(),
5912
5918
  people: OmoMemoryPeopleLayerSchema.optional(),
5913
5919
  soul: OmoMemorySoulLayerSchema.optional(),
5920
+ write_notice: OmoMemoryWriteNoticeLayerSchema.optional(),
5914
5921
  sync: OmoMemorySyncLayerSchema.optional(),
5915
5922
  search: OmoMemorySearchLayerSchema.optional(),
5916
5923
  compile_warn_tokens: number2().int().positive().optional()
@@ -5939,6 +5946,7 @@ var OmoMemorySettingsSchema = object({
5939
5946
  }),
5940
5947
  people: OmoMemoryPeopleSchema.default({ enabled: true, max_entries: 40, max_entry_chars: 200 }),
5941
5948
  soul: OmoMemorySoulSchema.default({ edit_notice: true }),
5949
+ write_notice: OmoMemoryWriteNoticeSchema.default({ enabled: true }),
5942
5950
  sync: OmoMemorySyncSchema.default({ enabled: true }),
5943
5951
  search: OmoMemorySearchSchema.default({ enabled: true }),
5944
5952
  compile_warn_tokens: number2().int().positive().default(30000),
@@ -5954,6 +5962,7 @@ var OmoMemorySettingsLayerSchema = object({
5954
5962
  dream: OmoMemoryDreamLayerSchema.optional(),
5955
5963
  people: OmoMemoryPeopleLayerSchema.optional(),
5956
5964
  soul: OmoMemorySoulLayerSchema.optional(),
5965
+ write_notice: OmoMemoryWriteNoticeLayerSchema.optional(),
5957
5966
  sync: OmoMemorySyncLayerSchema.optional(),
5958
5967
  search: OmoMemorySearchLayerSchema.optional(),
5959
5968
  compile_warn_tokens: number2().int().positive().optional(),
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-codegraph",
3
- "version": "5.0.0-beta.11",
3
+ "version": "5.0.0-beta.12",
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.11) Checking Comments"
11
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11",
3
+ "version": "5.0.0-beta.12",
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.11) Recommending Git Bash MCP"
11
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11) Resetting Git Bash MCP Reminder"
23
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11",
3
+ "version": "5.0.0-beta.12",
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.11) Verifying LazyCodex Executor Evidence"
11
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11",
3
+ "version": "5.0.0-beta.12",
4
4
  "description": "Codex SubagentStop evidence verifier for LazyCodex executor completions.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "version": "5.0.0-beta.11",
4
- "inputDigest": "sha256:869482aa584cd81bc6d87d4814c6795016bcc23b2a83b9ea3564036569c70889",
3
+ "version": "5.0.0-beta.12",
4
+ "inputDigest": "sha256:c75353e569452b53e38c595b527f4593631b35f2e88ed43b7ebe7270512cb62f",
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.11) Checking LSP Diagnostics"
11
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11) Resetting LSP Diagnostics Cache"
24
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11",
3
+ "version": "5.0.0-beta.12",
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.11) Loading Project Rules"
10
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11) Loading Project Rules"
22
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11) Matching Project Rules"
35
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11) Resetting Project Rule Cache"
48
+ "statusMessage": "(OmO 5.0.0-beta.12) 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.11",
3
+ "version": "5.0.0-beta.12",
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",
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook stop",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Start-Work Continuation"
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Start-Work Continuation"
11
11
  }
12
12
  ]
13
13
  }
@@ -19,7 +19,7 @@
19
19
  "type": "command",
20
20
  "command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook subagent-stop",
21
21
  "timeout": 10,
22
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Start-Work Continuation"
22
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Start-Work Continuation"
23
23
  }
24
24
  ]
25
25
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-start-work-continuation",
3
- "version": "5.0.0-beta.11",
3
+ "version": "5.0.0-beta.12",
4
4
  "description": "Codex Stop hook continuation injector for omo-codex start-work plans.",
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 post-tool-use",
10
10
  "timeout": 10,
11
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Thread Title Hygiene"
11
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Thread Title Hygiene"
12
12
  }
13
13
  ]
14
14
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/codex-teammode",
3
- "version": "5.0.0-beta.11",
3
+ "version": "5.0.0-beta.12",
4
4
  "description": "Codex team-mode hook component that keeps background thread titles descriptive after create_thread.",
5
5
  "type": "module",
6
6
  "private": true,
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook session-start",
9
9
  "timeout": 5,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Recording Session Telemetry"
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Recording Session Telemetry"
11
11
  }
12
12
  ]
13
13
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-telemetry",
3
- "version": "5.0.0-beta.11",
3
+ "version": "5.0.0-beta.12",
4
4
  "description": "Codex plugin component that emits omo-codex anonymous daily-active telemetry on SessionStart.",
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 user-prompt-submit",
9
9
  "timeout": 5,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Ultrawork Trigger"
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Ultrawork Trigger"
11
11
  }
12
12
  ]
13
13
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-ultrawork",
3
- "version": "5.0.0-beta.11",
3
+ "version": "5.0.0-beta.12",
4
4
  "description": "Codex plugin that injects the ultrawork orchestration directive and ships LazyCodex planning, review, QA, and gate agent roles.",
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 user-prompt-submit --with-ultrawork",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Ulw-Loop Steering"
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Ulw-Loop Steering"
11
11
  }
12
12
  ]
13
13
  }
@@ -20,7 +20,7 @@
20
20
  "type": "command",
21
21
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook pre-tool-use",
22
22
  "timeout": 5,
23
- "statusMessage": "(OmO 5.0.0-beta.11) Enforcing Unlimited Ulw-Loop Budget"
23
+ "statusMessage": "(OmO 5.0.0-beta.12) Enforcing Unlimited Ulw-Loop Budget"
24
24
  }
25
25
  ]
26
26
  },
@@ -31,7 +31,7 @@
31
31
  "type": "command",
32
32
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook pre-tool-use-spawn",
33
33
  "timeout": 5,
34
- "statusMessage": "(OmO 5.0.0-beta.11) Guarding Ulw-Loop Spawns"
34
+ "statusMessage": "(OmO 5.0.0-beta.12) Guarding Ulw-Loop Spawns"
35
35
  }
36
36
  ]
37
37
  }
@@ -43,7 +43,7 @@
43
43
  "type": "command",
44
44
  "command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook stop",
45
45
  "timeout": 10,
46
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Ulw-Loop Resume"
46
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Ulw-Loop Resume"
47
47
  }
48
48
  ]
49
49
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/codex-ulw-loop",
3
- "version": "5.0.0-beta.11",
3
+ "version": "5.0.0-beta.12",
4
4
  "description": "Codex plugin: durable repo-native multi-goal orchestration with embedded success criteria and observable evidence audit.",
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}/components/git-bash/dist/cli.js\" hook post-compact",
9
9
  "timeout": 5,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Resetting Git Bash MCP Reminder",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Resetting Git Bash MCP Reminder",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\git-bash\\dist\\cli.js\" hook post-compact"
12
12
  }
13
13
  ],
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/lsp/dist/cli.js\" hook post-compact",
9
9
  "timeout": 5,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Resetting LSP Diagnostics Cache",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Resetting LSP Diagnostics Cache",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\lsp\\dist\\cli.js\" hook post-compact"
12
12
  }
13
13
  ],
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/rules/dist/cli.js\" hook post-compact",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Resetting Project Rule Cache",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Resetting Project Rule Cache",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\rules\\dist\\cli.js\" hook post-compact"
12
12
  }
13
13
  ],
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/codegraph/dist/cli.js\" hook post-tool-use",
9
9
  "timeout": 5,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking CodeGraph Init Guidance",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking CodeGraph Init Guidance",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\codegraph\\dist\\cli.js\" hook post-tool-use"
12
12
  }
13
13
  ],
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/comment-checker/dist/cli.js\" hook post-tool-use",
9
9
  "timeout": 30,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Comments",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Comments",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\comment-checker\\dist\\cli.js\" hook post-tool-use"
12
12
  }
13
13
  ],
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/lsp/dist/cli.js\" hook post-tool-use",
9
9
  "timeout": 60,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking LSP Diagnostics",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking LSP Diagnostics",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\lsp\\dist\\cli.js\" hook post-tool-use"
12
12
  }
13
13
  ],
@@ -8,7 +8,7 @@
8
8
  "type": "command",
9
9
  "command": "node \"${PLUGIN_ROOT}/components/teammode/dist/cli.js\" hook post-tool-use",
10
10
  "timeout": 10,
11
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Thread Title Hygiene",
11
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Thread Title Hygiene",
12
12
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\teammode\\dist\\cli.js\" hook post-tool-use"
13
13
  }
14
14
  ]
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/rules/dist/cli.js\" hook post-tool-use",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Matching Project Rules",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Matching Project Rules",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\rules\\dist\\cli.js\" hook post-tool-use"
12
12
  }
13
13
  ],
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/ulw-loop/dist/cli.js\" hook pre-tool-use",
9
9
  "timeout": 5,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Enforcing Unlimited Goal Budget",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Enforcing Unlimited Goal Budget",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ulw-loop\\dist\\cli.js\" hook pre-tool-use"
12
12
  }
13
13
  ],
@@ -8,7 +8,7 @@
8
8
  "type": "command",
9
9
  "command": "node \"${PLUGIN_ROOT}/components/ulw-loop/dist/cli.js\" hook pre-tool-use-spawn",
10
10
  "timeout": 5,
11
- "statusMessage": "(OmO 5.0.0-beta.11) Guarding Ulw-Loop Spawns",
11
+ "statusMessage": "(OmO 5.0.0-beta.12) Guarding Ulw-Loop Spawns",
12
12
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ulw-loop\\dist\\cli.js\" hook pre-tool-use-spawn"
13
13
  }
14
14
  ]
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/git-bash/dist/cli.js\" hook pre-tool-use",
9
9
  "timeout": 5,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Recommending Git Bash MCP",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Recommending Git Bash MCP",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\git-bash\\dist\\cli.js\" hook pre-tool-use"
12
12
  }
13
13
  ],
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/scripts/auto-update.mjs\" hook session-start",
9
9
  "timeout": 15,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Auto Update",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Auto Update",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\scripts\\auto-update.mjs\" hook session-start"
12
12
  }
13
13
  ],
@@ -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.11) Checking Bootstrap Provisioning"
11
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Bootstrap Provisioning"
12
12
  }
13
13
  ]
14
14
  }
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/codegraph/dist/cli.js\" hook session-start",
9
9
  "timeout": 15,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking CodeGraph Bootstrap",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking CodeGraph Bootstrap",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\codegraph\\dist\\cli.js\" hook session-start"
12
12
  }
13
13
  ]
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/rules/dist/cli.js\" hook session-start",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Loading Project Rules",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Loading Project Rules",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\rules\\dist\\cli.js\" hook session-start"
12
12
  }
13
13
  ]
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/telemetry/dist/cli.js\" hook session-start",
9
9
  "timeout": 15,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Recording Session Telemetry",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Recording Session Telemetry",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\telemetry\\dist\\cli.js\" hook session-start"
12
12
  }
13
13
  ]
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook stop",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Start-Work Continuation",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Start-Work Continuation",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\start-work-continuation\\dist\\cli.js\" hook stop"
12
12
  }
13
13
  ]
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/ulw-loop/dist/cli.js\" hook stop",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Ulw-Loop Resume",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Ulw-Loop Resume",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ulw-loop\\dist\\cli.js\" hook stop"
12
12
  }
13
13
  ]
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook subagent-stop",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Start-Work Continuation",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Start-Work Continuation",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\start-work-continuation\\dist\\cli.js\" hook subagent-stop"
12
12
  }
13
13
  ]
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/lazycodex-executor-verify/dist/cli.js\" hook subagent-stop",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Verifying LazyCodex Executor Evidence",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Verifying LazyCodex Executor Evidence",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\lazycodex-executor-verify\\dist\\cli.js\" hook subagent-stop"
12
12
  }
13
13
  ],
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/ultrawork/dist/cli.js\" hook user-prompt-submit",
9
9
  "timeout": 5,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Ultrawork Trigger",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Ultrawork Trigger",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ultrawork\\dist\\cli.js\" hook user-prompt-submit"
12
12
  }
13
13
  ]
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/ulw-loop/dist/cli.js\" hook user-prompt-submit",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Checking Ulw-Loop Steering",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Checking Ulw-Loop Steering",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\ulw-loop\\dist\\cli.js\" hook user-prompt-submit"
12
12
  }
13
13
  ]
@@ -7,7 +7,7 @@
7
7
  "type": "command",
8
8
  "command": "node \"${PLUGIN_ROOT}/components/rules/dist/cli.js\" hook user-prompt-submit",
9
9
  "timeout": 10,
10
- "statusMessage": "(OmO 5.0.0-beta.11) Loading Project Rules",
10
+ "statusMessage": "(OmO 5.0.0-beta.12) Loading Project Rules",
11
11
  "commandWindows": "powershell -NoProfile -ExecutionPolicy Bypass -File \"${PLUGIN_ROOT}\\components\\bootstrap\\scripts\\node-dispatch.ps1\" \"${PLUGIN_ROOT}\\components\\rules\\dist\\cli.js\" hook user-prompt-submit"
12
12
  }
13
13
  ]
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/omo-codex-plugin",
3
- "version": "5.0.0-beta.11",
3
+ "version": "5.0.0-beta.12",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@sisyphuslabs/omo-codex-plugin",
9
- "version": "5.0.0-beta.11",
9
+ "version": "5.0.0-beta.12",
10
10
  "workspaces": [
11
11
  "components/codegraph",
12
12
  "components/comment-checker",
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "components/codegraph": {
103
103
  "name": "@sisyphuslabs/codex-codegraph",
104
- "version": "5.0.0-beta.11",
104
+ "version": "5.0.0-beta.12",
105
105
  "bin": {
106
106
  "omo-codegraph": "dist/cli.js"
107
107
  },
@@ -120,7 +120,7 @@
120
120
  },
121
121
  "components/comment-checker": {
122
122
  "name": "@code-yeongyu/codex-comment-checker",
123
- "version": "5.0.0-beta.11",
123
+ "version": "5.0.0-beta.12",
124
124
  "license": "MIT",
125
125
  "bin": {
126
126
  "omo-comment-checker": "dist/cli.js"
@@ -141,7 +141,7 @@
141
141
  },
142
142
  "components/git-bash": {
143
143
  "name": "@sisyphuslabs/codex-git-bash-hook",
144
- "version": "5.0.0-beta.11",
144
+ "version": "5.0.0-beta.12",
145
145
  "bin": {
146
146
  "omo-git-bash-hook": "dist/cli.js"
147
147
  },
@@ -156,7 +156,7 @@
156
156
  },
157
157
  "components/lazycodex-executor-verify": {
158
158
  "name": "@code-yeongyu/codex-lazycodex-executor-verify",
159
- "version": "5.0.0-beta.11",
159
+ "version": "5.0.0-beta.12",
160
160
  "license": "MIT",
161
161
  "bin": {
162
162
  "lazycodex-executor-verify": "dist/cli.js"
@@ -173,7 +173,7 @@
173
173
  },
174
174
  "components/lsp": {
175
175
  "name": "@code-yeongyu/codex-lsp",
176
- "version": "5.0.0-beta.11",
176
+ "version": "5.0.0-beta.12",
177
177
  "license": "MIT",
178
178
  "dependencies": {
179
179
  "@code-yeongyu/lsp-daemon": "file:../../../../lsp-daemon",
@@ -194,7 +194,7 @@
194
194
  },
195
195
  "components/rules": {
196
196
  "name": "@code-yeongyu/codex-rules",
197
- "version": "5.0.0-beta.11",
197
+ "version": "5.0.0-beta.12",
198
198
  "license": "MIT",
199
199
  "dependencies": {
200
200
  "picomatch": "^4.0.3"
@@ -216,7 +216,7 @@
216
216
  },
217
217
  "components/start-work-continuation": {
218
218
  "name": "@code-yeongyu/codex-start-work-continuation",
219
- "version": "5.0.0-beta.11",
219
+ "version": "5.0.0-beta.12",
220
220
  "license": "MIT",
221
221
  "bin": {
222
222
  "omo-start-work-continuation": "dist/cli.js"
@@ -233,7 +233,7 @@
233
233
  },
234
234
  "components/teammode": {
235
235
  "name": "@sisyphuslabs/codex-teammode",
236
- "version": "5.0.0-beta.11",
236
+ "version": "5.0.0-beta.12",
237
237
  "devDependencies": {
238
238
  "@types/node": "^25.9.3",
239
239
  "bun-types": "^1.3.1",
@@ -246,7 +246,7 @@
246
246
  },
247
247
  "components/telemetry": {
248
248
  "name": "@code-yeongyu/codex-telemetry",
249
- "version": "5.0.0-beta.11",
249
+ "version": "5.0.0-beta.12",
250
250
  "license": "MIT",
251
251
  "bin": {
252
252
  "omo-telemetry": "dist/cli.js"
@@ -264,7 +264,7 @@
264
264
  },
265
265
  "components/ultrawork": {
266
266
  "name": "@code-yeongyu/codex-ultrawork",
267
- "version": "5.0.0-beta.11",
267
+ "version": "5.0.0-beta.12",
268
268
  "license": "MIT",
269
269
  "bin": {
270
270
  "omo-ultrawork": "dist/cli.js"
@@ -282,7 +282,7 @@
282
282
  },
283
283
  "components/ulw-loop": {
284
284
  "name": "@code-yeongyu/codex-ulw-loop",
285
- "version": "5.0.0-beta.11",
285
+ "version": "5.0.0-beta.12",
286
286
  "license": "MIT",
287
287
  "bin": {
288
288
  "omo-ulw-loop": "dist/cli.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sisyphuslabs/omo-codex-plugin",
3
- "version": "5.0.0-beta.11",
3
+ "version": "5.0.0-beta.12",
4
4
  "description": "Aggregate Codex plugin root for OMO components.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.12.1",
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // omo-codex-install:1d8359e77ebe41655f091cd2e455f320cde2f9c681f0651797c47d8fdfa2dd76:db5152e3a007b805b15d782d7df1412ce8a15f343c7ab735debe608ded499b5a
2
+ // omo-codex-install:1d8359e77ebe41655f091cd2e455f320cde2f9c681f0651797c47d8fdfa2dd76:475d54359cf5786a682fdb2968faede85358d8e90bf257d5fef28ecec61a6c8d
3
3
  var __defProp = Object.defineProperty;
4
4
  var __returnValue = (v) => v;
5
5
  function __exportSetter(name, newValue) {
@@ -5927,7 +5927,7 @@ var package_default;
5927
5927
  var init_package = __esm(() => {
5928
5928
  package_default = {
5929
5929
  name: "@oh-my-opencode/omo-codex",
5930
- version: "5.0.0-beta.11",
5930
+ version: "5.0.0-beta.12",
5931
5931
  type: "module",
5932
5932
  private: true,
5933
5933
  description: "Codex harness adapter for oh-my-openagent. Vendored Codex plugin namespace (omo) + TypeScript installer + telemetry.",