oh-my-opencode 4.17.1 → 4.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/.agents/skills/codex-qa/SKILL.md +2 -0
  2. package/dist/cli/get-local-version/types.d.ts +1 -1
  3. package/dist/cli/index.js +55 -25
  4. package/dist/cli-node/index.js +55 -25
  5. package/dist/index.js +23 -17
  6. package/dist/skills/frontend/SKILL.md +1 -1
  7. package/dist/skills/frontend/references/design/README.md +9 -0
  8. package/dist/skills/frontend/references/design/design-system-architecture.md +4 -2
  9. package/dist/skills/frontend/references/design/layout-skill.md +107 -0
  10. package/dist/skills/programming/SKILL.md +12 -2
  11. package/package.json +14 -13
  12. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  13. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  14. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  15. package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
  16. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  17. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  18. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  19. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  20. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  21. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  22. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  23. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  24. package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-5.6.md +7 -5
  25. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  26. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  27. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  28. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
  29. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  30. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  31. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  32. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  33. package/packages/omo-codex/plugin/components/ultrawork/directive.md +37 -10
  34. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  35. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  36. package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +37 -10
  37. package/packages/omo-codex/plugin/components/ulw-loop/directive.md +37 -10
  38. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
  39. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  40. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +1 -1
  41. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +4 -4
  42. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  43. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  44. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  45. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  46. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  47. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  48. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  49. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  50. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  51. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  52. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  53. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  54. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  55. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
  56. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  57. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  58. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
  59. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  60. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
  61. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  62. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  63. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  64. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  65. package/packages/omo-codex/plugin/package-lock.json +13 -13
  66. package/packages/omo-codex/plugin/package.json +1 -1
  67. package/packages/omo-codex/plugin/skills/frontend/SKILL.md +1 -1
  68. package/packages/omo-codex/plugin/skills/frontend/references/design/README.md +9 -0
  69. package/packages/omo-codex/plugin/skills/frontend/references/design/design-system-architecture.md +4 -2
  70. package/packages/omo-codex/plugin/skills/frontend/references/design/layout-skill.md +107 -0
  71. package/packages/omo-codex/plugin/skills/programming/SKILL.md +12 -2
  72. package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +37 -10
  73. package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +1 -1
  74. package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +4 -4
  75. package/packages/omo-codex/scripts/install-dist/install-local.mjs +24 -12
  76. package/packages/shared-skills/skills/frontend/SKILL.md +1 -1
  77. package/packages/shared-skills/skills/frontend/references/design/README.md +9 -0
  78. package/packages/shared-skills/skills/frontend/references/design/design-system-architecture.md +4 -2
  79. package/packages/shared-skills/skills/frontend/references/design/layout-skill.md +107 -0
  80. package/packages/shared-skills/skills/programming/SKILL.md +12 -2
@@ -128,9 +128,13 @@ are delegating never justify a planner: plan directly in the notepad.
128
128
  Never spawn `plan` before the discovery wave has returned.
129
129
 
130
130
  ## 1. Create the goal with binding success criteria
131
- Call `create_goal` (or open your reply with a `# Goal` block treated as
132
- binding) using exactly `objective`. Do not include `status`. Goals are
133
- unlimited; never invent a numeric budget or limit.
131
+ You MUST register the goal with the `create_goal` tool NOT prose,
132
+ NOT the notepad, NOT the plan: the registered goal is the binding
133
+ contract for the whole run, and skipping it is a defect. Call it with
134
+ exactly `objective`; do not include `status`. Only when no goal tool
135
+ exists on this surface, open your reply with a `# Goal` block treated
136
+ as binding. Goals are unlimited; never invent a numeric budget or
137
+ limit.
134
138
  The criteria MUST list, upfront:
135
139
  - The user-visible deliverable in one line, and the tier with its
136
140
  justification.
@@ -143,6 +147,9 @@ The criteria MUST list, upfront:
143
147
  - For each criterion, the failing-first proof (test id or scenario)
144
148
  that will be captured RED BEFORE the implementation and GREEN after.
145
149
  Evidence added after the green code does NOT satisfy this.
150
+ - WHEN TO STOP, in one line: "I'll stop right away when <the exact
151
+ observable state that ends this run>". The Stop rules bind to this
152
+ line — the moment it holds, you stop.
146
153
 
147
154
  These scenarios are the contract. You are not done until every one of
148
155
  them PASSES with its evidence captured.
@@ -243,6 +250,18 @@ Until every success criterion PASSES with its evidence captured:
243
250
  scenario captured failing when no test seam exists. It must fail
244
251
  for the RIGHT reason (not a syntax error, not a missing import).
245
252
  Paste RED output into the notepad. No production code yet.
253
+ TEST-ONLY TARGET (regression coverage for behavior that is already
254
+ correct): there is no natural RED and no production change to make
255
+ — this is the sole exception to the production-RED/GREEN steps.
256
+ Substitute a mutation proof: temporarily force the exact regression
257
+ each new assertion names (revert the fix commit or break the seam,
258
+ never committed), capture the assertion failing, then revert the
259
+ mutation and capture GREEN. An assertion that stays green under its
260
+ mutation is not coverage — fix the fixture (a value equal to the
261
+ default it must override proves nothing) or assert the artifact the
262
+ criterion names, never an expected value re-derived from the output
263
+ under test. Reverting the probe IS the GREEN; skip step 3's
264
+ production change for a TEST-ONLY task and go to step 4.
246
265
  PROSE TARGET (prompt, SKILL.md, rule, markdown): the wording is
247
266
  NOT the behavior — never pin sentences, phrase presence/absence,
248
267
  or word/char counts. PIN only a machine-consumed value (parsed
@@ -251,7 +270,8 @@ Until every success criterion PASSES with its evidence captured:
251
270
  two shipped copies. A pure-prose change with no machine consumer
252
271
  has NO seam: ship it on review + QA-by-read, NO test — a text grep
253
272
  is pretend-coverage, not RED proof.
254
- 3. GREEN: write the SMALLEST production change that flips RED→GREEN.
273
+ 3. GREEN (skip for TEST-ONLY reverting the mutation is GREEN): write
274
+ the SMALLEST production change that flips RED→GREEN.
255
275
  Before GREEN work that depends on external review, PR, issue, or
256
276
  branch state, refresh current branch/PR/issue state and preserve existing ordering/policy;
257
277
  separate compatibility detection from policy changes unless the goal
@@ -389,10 +409,11 @@ message + present for approval.
389
409
  revert, capture the proof failing, then redo the change. Exempt
390
410
  only: pure formatting, comment-only edits, dependency bumps with no
391
411
  behavior delta, rename-only moves — justify each in `## Findings`.
392
- - A test that mirrors its implementation asserting mocks were
393
- called, pinning a constant, or unable to fail under any plausible
394
- regression is NOT evidence. Prefer a real-surface proof with no
395
- new test over a tautological test.
412
+ - A test that cannot fail for the regression it names is NOT
413
+ evidence: mock-call assertions, pinned constants, a fixture equal
414
+ to the default it must override, an expected value re-derived from
415
+ the output under test. Prefer a real-surface proof with no new
416
+ test over a tautological one.
396
417
  - Refactors: characterization tests pinning current observable
397
418
  behavior FIRST, green against the old code, green throughout.
398
419
  - Smallest correct change. No drive-by refactors.
@@ -414,9 +435,15 @@ message + present for approval.
414
435
  - After each result, ask whether the user's core request can now be
415
436
  answered with useful evidence in hand. If yes, answer now — skip any
416
437
  remaining retrieval, ceremony, or verification that adds no evidence.
417
- - Stop ONLY when every scenario PASSES with captured evidence, every
438
+ - The STOP GOAL: every scenario PASSES with captured evidence, every
418
439
  cleanup receipt is recorded, notepad is current, and (if gate
419
- triggered) reviewer approved unconditionally.
440
+ triggered) reviewer approved unconditionally. Above ALL of that, the
441
+ decisive test — outranking every other consideration — is: are the
442
+ completion conditions FUNDAMENTALLY fulfilled, is the user's problem
443
+ ACTUALLY SOLVED in observable behavior? If no, you are NOT done,
444
+ whatever the ledger says. If yes, deliver the final message and STOP
445
+ — no hesitation, no extra verification pass, no polish loop. Work
446
+ past the stop goal is scope creep, not diligence.
420
447
  - Leftover QA state (live process, `tmux` session, browser context,
421
448
  bound port, temp file / dir) means NOT done. Tear it down, record
422
449
  the receipt, then continue.
@@ -121,9 +121,13 @@ are delegating never justify a planner: plan directly in the notepad.
121
121
  Never spawn `plan` before the discovery wave has returned.
122
122
 
123
123
  ## 1. Create the goal with binding success criteria
124
- Call `create_goal` (or open your reply with a `# Goal` block treated as
125
- binding) using exactly `objective`. Do not include `status`. Goals are
126
- unlimited; never invent a numeric budget or limit.
124
+ You MUST register the goal with the `create_goal` tool NOT prose,
125
+ NOT the notepad, NOT the plan: the registered goal is the binding
126
+ contract for the whole run, and skipping it is a defect. Call it with
127
+ exactly `objective`; do not include `status`. Only when no goal tool
128
+ exists on this surface, open your reply with a `# Goal` block treated
129
+ as binding. Goals are unlimited; never invent a numeric budget or
130
+ limit.
127
131
  The criteria MUST list, upfront:
128
132
  - The user-visible deliverable in one line, and the tier with its
129
133
  justification.
@@ -136,6 +140,9 @@ The criteria MUST list, upfront:
136
140
  - For each criterion, the failing-first proof (test id or scenario)
137
141
  that will be captured RED BEFORE the implementation and GREEN after.
138
142
  Evidence added after the green code does NOT satisfy this.
143
+ - WHEN TO STOP, in one line: "I'll stop right away when <the exact
144
+ observable state that ends this run>". The Stop rules bind to this
145
+ line — the moment it holds, you stop.
139
146
 
140
147
  These scenarios are the contract. You are not done until every one of
141
148
  them PASSES with its evidence captured.
@@ -236,6 +243,18 @@ Until every success criterion PASSES with its evidence captured:
236
243
  scenario captured failing when no test seam exists. It must fail
237
244
  for the RIGHT reason (not a syntax error, not a missing import).
238
245
  Paste RED output into the notepad. No production code yet.
246
+ TEST-ONLY TARGET (regression coverage for behavior that is already
247
+ correct): there is no natural RED and no production change to make
248
+ — this is the sole exception to the production-RED/GREEN steps.
249
+ Substitute a mutation proof: temporarily force the exact regression
250
+ each new assertion names (revert the fix commit or break the seam,
251
+ never committed), capture the assertion failing, then revert the
252
+ mutation and capture GREEN. An assertion that stays green under its
253
+ mutation is not coverage — fix the fixture (a value equal to the
254
+ default it must override proves nothing) or assert the artifact the
255
+ criterion names, never an expected value re-derived from the output
256
+ under test. Reverting the probe IS the GREEN; skip step 3's
257
+ production change for a TEST-ONLY task and go to step 4.
239
258
  PROSE TARGET (prompt, SKILL.md, rule, markdown): the wording is
240
259
  NOT the behavior — never pin sentences, phrase presence/absence,
241
260
  or word/char counts. PIN only a machine-consumed value (parsed
@@ -244,7 +263,8 @@ Until every success criterion PASSES with its evidence captured:
244
263
  two shipped copies. A pure-prose change with no machine consumer
245
264
  has NO seam: ship it on review + QA-by-read, NO test — a text grep
246
265
  is pretend-coverage, not RED proof.
247
- 3. GREEN: write the SMALLEST production change that flips RED→GREEN.
266
+ 3. GREEN (skip for TEST-ONLY reverting the mutation is GREEN): write
267
+ the SMALLEST production change that flips RED→GREEN.
248
268
  Before GREEN work that depends on external review, PR, issue, or
249
269
  branch state, refresh current branch/PR/issue state and preserve existing ordering/policy;
250
270
  separate compatibility detection from policy changes unless the goal
@@ -382,10 +402,11 @@ message + present for approval.
382
402
  revert, capture the proof failing, then redo the change. Exempt
383
403
  only: pure formatting, comment-only edits, dependency bumps with no
384
404
  behavior delta, rename-only moves — justify each in `## Findings`.
385
- - A test that mirrors its implementation asserting mocks were
386
- called, pinning a constant, or unable to fail under any plausible
387
- regression is NOT evidence. Prefer a real-surface proof with no
388
- new test over a tautological test.
405
+ - A test that cannot fail for the regression it names is NOT
406
+ evidence: mock-call assertions, pinned constants, a fixture equal
407
+ to the default it must override, an expected value re-derived from
408
+ the output under test. Prefer a real-surface proof with no new
409
+ test over a tautological one.
389
410
  - Refactors: characterization tests pinning current observable
390
411
  behavior FIRST, green against the old code, green throughout.
391
412
  - Smallest correct change. No drive-by refactors.
@@ -407,9 +428,15 @@ message + present for approval.
407
428
  - After each result, ask whether the user's core request can now be
408
429
  answered with useful evidence in hand. If yes, answer now — skip any
409
430
  remaining retrieval, ceremony, or verification that adds no evidence.
410
- - Stop ONLY when every scenario PASSES with captured evidence, every
431
+ - The STOP GOAL: every scenario PASSES with captured evidence, every
411
432
  cleanup receipt is recorded, notepad is current, and (if gate
412
- triggered) reviewer approved unconditionally.
433
+ triggered) reviewer approved unconditionally. Above ALL of that, the
434
+ decisive test — outranking every other consideration — is: are the
435
+ completion conditions FUNDAMENTALLY fulfilled, is the user's problem
436
+ ACTUALLY SOLVED in observable behavior? If no, you are NOT done,
437
+ whatever the ledger says. If yes, deliver the final message and STOP
438
+ — no hesitation, no extra verification pass, no polish loop. Work
439
+ past the stop goal is scope creep, not diligence.
413
440
  - Leftover QA state (live process, `tmux` session, browser context,
414
441
  bound port, temp file / dir) means NOT done. Tear it down, record
415
442
  the receipt, then continue.
@@ -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 4.17.1) Checking Ulw-Loop Steering"
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Enforcing Unlimited Ulw-Loop Budget"
23
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Guarding Ulw-Loop Spawns"
34
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking Ulw-Loop Resume"
46
+ "statusMessage": "(OmO 4.18.0) 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": "4.17.1",
3
+ "version": "4.18.0",
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",
@@ -14,7 +14,7 @@ This skill is intentionally compact. The full workflow lives in `references/full
14
14
  ## Required First Steps
15
15
 
16
16
  1. Open `references/full-workflow.md`.
17
- 2. Read through **Bootstrap** (including its tier triage), **Execution Loop**, and the **Manual-QA channels** table before running any ULW command or recording evidence.
17
+ 2. Read through **Bootstrap** (including its tier triage), **Execution Loop**, the **Manual-QA channels** table, and the **Stop Rules** before running any ULW command or recording evidence.
18
18
  3. If the task has code edits, tests, QA, or commit work, follow the full workflow's delegation and evidence rules. Tests alone never prove done.
19
19
 
20
20
  ## Non-Negotiables
@@ -129,7 +129,7 @@ First survey available skills: read every loosely-relevant skill's description,
129
129
  Then run tier triage per goal — rigor (LIGHT/HEAVY below) and shape (`delivery` default, or `research` when the deliverable is a cited answer, not an artifact) — and record both in an `annotate_ledger` steering entry. Default is LIGHT — a narrow change inside existing layers. Take HEAVY only on a fact you can point to: a new module / abstraction / domain model; auth, security, or session; an external integration; a DB schema or migration; concurrency, transaction boundaries, or cache invalidation; a cross-domain refactor; or the user signaled care or demanded review. When unsure, take HEAVY; upgrade the moment a HEAVY fact surfaces, never downgrade mid-run.
130
130
  Planning depends on unresolved design uncertainty, not the rigor tier: after discovery, spawn the `plan` agent only when unclear boundaries, competing decompositions, or uncertain dependency ordering remain; otherwise plan directly, including for HEAVY goals with a known procedure. HEAVY goals carry 3+ successCriteria covering happy path, edge, regression, and adversarial risk. LIGHT goals carry 1-2 successCriteria (happy path + the riskiest edge) with one real-surface proof of the deliverable.
131
131
  Research-shape goals change the cycle: BEFORE each investigation, read this goal's prior ledger findings and open hypotheses, then extend them — never re-investigate an answered question (the ledger is your research notebook). Record findings via `annotate_ledger` with their source (`file:line`, command output, doc URL) as `--evidence`. Track hypotheses as `HYPOTHESIS[id]: <claim> | status: open`, flipped to `confirmed`/`refuted` only on an observed source. A research criterion passes on a cited answer — skip QA-channel, cleanup, and commit, but keep source-observability (never "looks correct"). Keep hypotheses inside the user's stated question; a scope-widening one is an `add_subgoal` proposal you surface, never silent creep. For a `research`-shape goal you MAY load `ulw-research` without hesitation — otherwise explicit-request-only, a research-shape goal IS that explicit demand. Research-only: never for a `delivery` goal. It composes with the librarian routing above — `ulw-research` for saturation (many parallel sources, recursive expansion), a single `librarian` for one lookup.
132
- For each criterion, define upfront: `id`, exact `scenario` (tool + inputs + binary pass/fail), `expectedEvidence` artifact path, adversarial classes, stop condition, and Manual-QA channel. Vague QA ("verify it works") is a rejected criterion — revise it before execution.
132
+ For each criterion, define upfront: `id`, exact `scenario` (tool + inputs + binary pass/fail), `expectedEvidence` artifact path, adversarial classes, stop condition, and Manual-QA channel. Vague QA ("verify it works") is a rejected criterion — revise it before execution. Every goal also declares, in one line, WHEN TO STOP: "stop right away when <the exact observable state that ends this goal>". A goal without that line is rejected — revise it before execution; the Stop Rules bind to it.
133
133
  For optimization work, capture baseline speed before changes plus behavior/regression proof. Every attempt records speed, behavior/regression, and the keep/revert/iterate decision.
134
134
  A criterion's adversarial classes are the ultraqa classes a fact about the change triggers: malformed input, prompt injection, cancel/resume, stale state, dirty worktree, hung or long commands, flaky tests, misleading success output, repeated interruptions. Record untriggered classes as not-applicable in one line.
135
135
  Use channel-table evidence verbs — not vibes.
@@ -151,7 +151,7 @@ Loop per goal. Cap at 5 cycles per goal. Cap identical same-criterion failures a
151
151
 
152
152
  | get_goal result | action |
153
153
  |-----------------|--------|
154
- | no active goal | Call `create_goal` with objective only from `instruction.json.objective`; do not copy lifecycle fields such as `status`. |
154
+ | no active goal | You MUST call `create_goal` — goal registration goes through the tool, never prose — with objective only from `instruction.json.objective`; do not copy lifecycle fields such as `status`. |
155
155
  | same aggregate objective active | Continue the current ulw-loop story. |
156
156
  | different goal active | STOP. Checkpoint blocked and surface the conflict. |
157
157
  4. If retrying failed work, run `omo ulw-loop complete-goals --retry-failed --json`.
@@ -160,7 +160,7 @@ Loop per goal. Cap at 5 cycles per goal. Cap identical same-criterion failures a
160
160
  ### Per-Criterion Cycle
161
161
  1. PLAN: read `criterion.scenario`, `criterion.expectedEvidence`, prior ledger entries, and safety bounds. Identify which tasks in the current wave are independent.
162
162
  2. Register atomic todos via `update_plan` — one ultra-granular step per action, `path: <action> for <criterion> - verify by <check>`. Call `update_plan` on every transition (start → `in_progress`, finish → `completed`); exactly one `in_progress`, mark completed immediately, never batch, never let the rendered plan lag behind reality.
163
- 3. DELEGATE-IN-PARALLEL: dispatch every independent task in the wave at once via right-sized `spawn_agent` workers (Delegation table). Each worker captures evidence failing-first: when the task touches EXISTING behavior, PIN it FIRST — a characterization test that asserts the current observable behavior and PASSES on the unchanged code, as rigorous as the new-behavior scenario (exact inputs, exact observable, exact assertion). Then RED through the cheapest faithful channel — a unit test where a seam exists, an integration/e2e test where the behavior lives in wiring, or the criterion's scenario captured failing when no test seam exists — failing for the RIGHT reason (no syntax/import error). A test that mirrors its implementation (mock-call assertions, pinned constants, cannot fail under plausible regression) is not evidence; use the scenario as the failing proof instead. **When the target is PROSE (a prompt, `SKILL.md`, rule, or markdown/instruction file), the "observable behavior" is NOT the wording** — never pin sentences, phrase presence/absence, or word/char counts. PIN only a value a MACHINE consumes (a parsed frontmatter field, a sentinel token a hook greps, the doc's JSON sample run through its real validator), or guard two shipped copies with one `toBe` equality; a pure-prose change with no machine consumer has NO seam, so ship it on review + Manual-QA-by-read with NO automated test (a text grep there is pretend-coverage, not a RED proof). Then the SMALLEST GREEN change; before GREEN work that depends on external review, PR, issue, or branch state, refresh current branch/PR/issue state, preserve existing ordering/policy, and separate compatibility detection from policy changes unless the goal explicitly asks to change policy. A GREEN far larger than the criterion implies means the proof was too coarse — instruct a split. Serialize only on a NAMED dependency.
163
+ 3. DELEGATE-IN-PARALLEL: dispatch every independent task in the wave at once via right-sized `spawn_agent` workers (Delegation table). Each worker captures evidence failing-first: when the task touches EXISTING behavior, PIN it FIRST — a characterization test that asserts the current observable behavior and PASSES on the unchanged code, as rigorous as the new-behavior scenario (exact inputs, exact observable, exact assertion). Then RED through the cheapest faithful channel — a unit test where a seam exists, an integration/e2e test where the behavior lives in wiring, or the criterion's scenario captured failing when no test seam exists — failing for the RIGHT reason (no syntax/import error). A test that cannot fail for the regression it names (mock-call assertions, pinned constants, a fixture equal to the default it must override, an expected value re-derived from the output under test) is not evidence; use the scenario as the failing proof instead. TEST-ONLY tasks (regression coverage for behavior that is already correct) have no natural RED — require a mutation proof: temporarily force the exact regression each new assertion names, capture the assertion failing, revert the mutation, capture GREEN; an assertion that stays green under its mutation is not coverage. **When the target is PROSE (a prompt, `SKILL.md`, rule, or markdown/instruction file), the "observable behavior" is NOT the wording** — never pin sentences, phrase presence/absence, or word/char counts. PIN only a value a MACHINE consumes (a parsed frontmatter field, a sentinel token a hook greps, the doc's JSON sample run through its real validator), or guard two shipped copies with one `toBe` equality; a pure-prose change with no machine consumer has NO seam, so ship it on review + Manual-QA-by-read with NO automated test (a text grep there is pretend-coverage, not a RED proof). Then the SMALLEST GREEN change (none for a TEST-ONLY task — reverting the probe is GREEN; go to integration); before GREEN work that depends on external review, PR, issue, or branch state, refresh current branch/PR/issue state, preserve existing ordering/policy, and separate compatibility detection from policy changes unless the goal explicitly asks to change policy. A GREEN far larger than the criterion implies means the proof was too coarse — instruct a split. Serialize only on a NAMED dependency.
164
164
  4. INTEGRATE + CRITICAL SELF-QA + GIT CHECKPOINT (EVERY WORKER RETURN): do NOT trust the worker's report. Read the diff yourself, re-run its tests, and run LSP diagnostics on the changed files. Treat "done" as a claim to disprove. If the diff drifts, the test is hollow, or evidence is missing, RESPAWN the worker with the specific failure context. Once the work unit is verified, use `git-master` before staging: inspect recent repository commits and touched-path history to infer commit language, Conventional Commit scope, message shape, and unit size. Stage only that unit's files and commit in the observed style; do not carry verified work forward into a later omnibus commit. If no git-tracked files changed or committing is unsafe, record the no-commit reason as evidence. Forward every finding/learning to subsequent workers.
165
165
  5. EXECUTE-AS-SCENARIO: ACTUALLY run the Manual-QA scenario the criterion named (channel table above). Run it yourself for the orchestrator check; for heavier flows dispatch a dedicated QA execution worker (`lazycodex-worker-medium` by default; `lazycodex-worker-high` when the QA flow itself is hard) whose ONLY job is to drive the channel and write the artifact to the named evidence path. If the scenario FAILS, respawn the implementing worker with the captured failure — do not hand-patch around it.
166
166
  6. CAPTURE: collect the observable artifact path: transcript, stdout, screenshot, assertion, status+body, diff, or parsed dump. No artifact written at the evidence path — not done; record BLOCKED and respawn QA.
@@ -239,7 +239,7 @@ Structured prompt directives accepted: `OMO_ULW_LOOP_STEER: { ... }`, `omo.ulw-l
239
239
  15. Every verified work unit that touched git-tracked files must leave either an atomic `git-master`-style commit hash or explicit no-commit blocker evidence before the next unit starts.
240
240
 
241
241
  ## Stop Rules
242
- - All goals complete plus every plan criterion `pass` plus final quality gate clean: DONE.
242
+ - STOP GOAL: all goals complete plus every plan criterion `pass` plus final quality gate clean. The decisive test — outranking every other consideration — is whether the completion conditions are FUNDAMENTALLY fulfilled and the user's problem ACTUALLY SOLVED in observable behavior; a `pass` ledger never substitutes for it. The moment both hold, checkpoint, report, and STOP — no extra review cycles, no evidence regeneration, no polish.
243
243
  - 3x same criterion failure: checkpoint failed, surface diagnosis.
244
244
  - 5 cycles on one goal without required criteria passing: checkpoint failed, surface.
245
245
  - Safety boundary such as destructive command, secret exfiltration, or production write: block and surface a safe substitute.
@@ -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 4.17.1) Resetting Git Bash MCP Reminder",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Resetting LSP Diagnostics Cache",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Resetting Project Rule Cache",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking CodeGraph Init Guidance",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking Comments",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking LSP Diagnostics",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking Thread Title Hygiene",
11
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Matching Project Rules",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Enforcing Unlimited Goal Budget",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Guarding Ulw-Loop Spawns",
11
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Recommending Git Bash MCP",
10
+ "statusMessage": "(OmO 4.18.0) 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": 5,
10
- "statusMessage": "(OmO 4.17.1) Checking Auto Update",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking Bootstrap Provisioning"
11
+ "statusMessage": "(OmO 4.18.0) 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": 5,
10
- "statusMessage": "(OmO 4.17.1) Checking CodeGraph Bootstrap",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Loading Project Rules",
10
+ "statusMessage": "(OmO 4.18.0) 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": 5,
10
- "statusMessage": "(OmO 4.17.1) Recording Session Telemetry",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking Start-Work Continuation",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking Ulw-Loop Resume",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking Start-Work Continuation",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Verifying LazyCodex Executor Evidence",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking Ultrawork Trigger",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Checking Ulw-Loop Steering",
10
+ "statusMessage": "(OmO 4.18.0) 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 4.17.1) Loading Project Rules",
10
+ "statusMessage": "(OmO 4.18.0) 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
  ]