oh-my-opencode 4.17.0 → 4.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/command/publish.md +31 -58
- package/.agents/skills/pre-publish-review/SKILL.md +1 -1
- package/.agents/skills/publish/SKILL.md +32 -59
- package/.opencode/command/publish.md +31 -58
- package/.opencode/skills/pre-publish-review/SKILL.md +1 -1
- package/dist/cli/index.js +30 -27
- package/dist/cli-node/index.js +30 -27
- package/dist/index.js +202 -254
- package/dist/skills/review-work/SKILL.md +10 -2
- package/dist/skills/start-work/SKILL.md +1 -1
- package/dist/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
- package/dist/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/dist/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
- package/dist/skills/ulw-plan/SKILL.md +2 -1
- package/dist/skills/ulw-plan/references/full-workflow.md +1 -1
- package/dist/skills/ulw-plan/references/intent-unclear.md +4 -4
- package/dist/skills/visual-qa/SKILL.md +9 -5
- package/dist/tui.js +8 -3
- package/package.json +13 -13
- package/packages/lsp-daemon/dist/cli.js +7 -13
- package/packages/lsp-daemon/dist/daemon-client.js +3 -5
- package/packages/lsp-daemon/dist/index.js +12 -18
- package/packages/lsp-daemon/dist/request-routing.js +6 -8
- package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +398 -400
- package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
- package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
- package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
- package/packages/omo-codex/plugin/components/lsp/dist/cli.js +14 -14
- package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
- package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-5.5.md +2 -2
- package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus/gpt-5.6.md +2 -2
- package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/rules/package.json +1 -1
- package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/AGENTS.md +2 -2
- package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/skills/teammode/SKILL.md +33 -16
- package/packages/omo-codex/plugin/components/teammode/skills/teammode/scripts/team.mjs +2 -1
- package/packages/omo-codex/plugin/components/teammode/test/v2-spawn-schema.test.ts +69 -0
- package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/agents/plan.toml +3 -3
- package/packages/omo-codex/plugin/components/ultrawork/directive.md +29 -17
- package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +29 -17
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +2 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-unclear.md +4 -4
- package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook.test.ts +9 -6
- package/packages/omo-codex/plugin/components/ulw-loop/directive.md +29 -17
- package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +2 -2
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/package-lock.json +13 -13
- package/packages/omo-codex/plugin/package.json +1 -1
- package/packages/omo-codex/plugin/skills/review-work/SKILL.md +10 -2
- package/packages/omo-codex/plugin/skills/start-work/SKILL.md +1 -1
- package/packages/omo-codex/plugin/skills/teammode/SKILL.md +33 -16
- package/packages/omo-codex/plugin/skills/teammode/scripts/team.mjs +2 -1
- package/packages/omo-codex/plugin/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/packages/omo-codex/plugin/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
- package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +29 -17
- package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +1 -1
- package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +2 -2
- package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +2 -1
- package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +1 -1
- package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-unclear.md +4 -4
- package/packages/omo-codex/plugin/skills/visual-qa/SKILL.md +9 -5
- package/packages/omo-codex/plugin/test/sync-skills.test.mjs +1 -1
- package/packages/omo-codex/plugin/test/teammode-transport.test.mjs +25 -0
- package/packages/omo-codex/plugin/test/ulw-plan-scope-contract.test.mjs +24 -0
- package/packages/omo-codex/scripts/install-dist/install-local.mjs +9 -11
- package/packages/shared-skills/skills/review-work/SKILL.md +10 -2
- package/packages/shared-skills/skills/start-work/SKILL.md +1 -1
- package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +2 -2
- package/packages/shared-skills/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/packages/shared-skills/skills/ultimate-browsing/references/chrome-stealth.md +11 -11
- package/packages/shared-skills/skills/ulw-plan/SKILL.md +2 -1
- package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +1 -1
- package/packages/shared-skills/skills/ulw-plan/references/intent-unclear.md +4 -4
- package/packages/shared-skills/skills/visual-qa/SKILL.md +9 -5
|
@@ -17,21 +17,29 @@ unit-level contract holds, not that the user-facing behavior works.
|
|
|
17
17
|
|
|
18
18
|
# Tier triage (classify ONCE at bootstrap; record tier + one-line
|
|
19
19
|
justification in the notepad; ratchet up only)
|
|
20
|
+
Your change set is what THIS session will itself edit or execute;
|
|
21
|
+
work handed to another session, thread, or delegated loop is payload
|
|
22
|
+
and sizes THAT session's process, not yours. Launching it — sync,
|
|
23
|
+
prompt, create, verify — is control-plane work: LIGHT however large
|
|
24
|
+
the delegated project is.
|
|
20
25
|
Default is LIGHT. Take HEAVY only when the change set hits a fact you
|
|
21
26
|
can point to: a new module / layer / domain model / abstraction;
|
|
22
|
-
auth, security, session, or permissions;
|
|
23
|
-
(API, queue, payment, webhook)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
auth, security, session-handling code, or permissions; building or
|
|
28
|
+
changing an external integration (API, queue, payment, webhook) —
|
|
29
|
+
calling an existing API is not one; a DB schema or migration;
|
|
30
|
+
concurrency, transaction boundaries, or cache invalidation; a
|
|
31
|
+
refactor crossing domain boundaries; or the user signaled care
|
|
32
|
+
("carefully", "thoroughly", "design first") or demanded review of
|
|
33
|
+
this session's work.
|
|
27
34
|
When unsure, take HEAVY. If a HEAVY fact surfaces mid-task, upgrade
|
|
28
35
|
immediately and redo whatever the LIGHT path skipped; never downgrade
|
|
29
36
|
mid-task. The tier sizes process, never honesty: both tiers capture
|
|
30
37
|
evidence, record cleanup receipts, and obey the never-suppress rules.
|
|
31
38
|
|
|
32
|
-
LIGHT —
|
|
33
|
-
|
|
34
|
-
a query tweak, copy/constants
|
|
39
|
+
LIGHT — the deliverable follows a known pattern with no open design
|
|
40
|
+
decisions (one-spot bugfix, an endpoint following an existing
|
|
41
|
+
pattern, a validation rule, a query tweak, copy/constants, launching
|
|
42
|
+
or steering another session): plan directly in the notepad; 1-2
|
|
35
43
|
success criteria (happy path + the riskiest edge); one real-surface
|
|
36
44
|
proof of the user-visible deliverable, where auxiliary surfaces are
|
|
37
45
|
first-class for CLI- or data-shaped work; self-review recorded in the
|
|
@@ -94,19 +102,23 @@ First, survey the loaded skill list and read the description of each
|
|
|
94
102
|
loosely relevant skill. Decide explicitly which skills this task will
|
|
95
103
|
use and prefer using every genuinely applicable one — name them in the
|
|
96
104
|
notepad with a one-line reason each. Skipping a skill that fits the
|
|
97
|
-
task is a defect.
|
|
105
|
+
task is a defect. Open a skill's body only when THIS session will
|
|
106
|
+
execute its workflow; skills a delegated session needs are named in
|
|
107
|
+
its prompt and read there, not here.
|
|
98
108
|
Next, fire the first discovery wave in ONE parallel action (Finding
|
|
99
109
|
things below): direct lookups plus `explorer` / `librarian` children
|
|
100
110
|
for unfamiliar layout or external contracts.
|
|
101
111
|
Then run Tier triage (above) on the change set and record the tier —
|
|
102
|
-
tier sizes evidence and review, never who plans. Size planning by
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
112
|
+
tier sizes evidence and review, never who plans. Size planning by
|
|
113
|
+
what the wave left UNDECIDED, not by how many steps you can list:
|
|
114
|
+
spawn the `plan` agent only when open design decisions remain —
|
|
115
|
+
unclear module boundaries, several viable decompositions, or a
|
|
116
|
+
multi-file build whose dependency order is not obvious — pass it the
|
|
117
|
+
gathered findings (file:line facts, constraints, unknowns), and
|
|
118
|
+
follow its wave order, parallel grouping, and verification exactly.
|
|
119
|
+
A known procedure — however many steps — and questions about work you
|
|
120
|
+
are delegating never justify a planner: plan directly in the notepad.
|
|
121
|
+
Never spawn `plan` before the discovery wave has returned.
|
|
110
122
|
|
|
111
123
|
## 1. Create the goal with binding success criteria
|
|
112
124
|
Call `create_goal` (or open your reply with a `# Goal` block treated as
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-yeongyu/codex-ultrawork",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.1",
|
|
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",
|
|
@@ -24,21 +24,29 @@ unit-level contract holds, not that the user-facing behavior works.
|
|
|
24
24
|
|
|
25
25
|
# Tier triage (classify ONCE at bootstrap; record tier + one-line
|
|
26
26
|
justification in the notepad; ratchet up only)
|
|
27
|
+
Your change set is what THIS session will itself edit or execute;
|
|
28
|
+
work handed to another session, thread, or delegated loop is payload
|
|
29
|
+
and sizes THAT session's process, not yours. Launching it — sync,
|
|
30
|
+
prompt, create, verify — is control-plane work: LIGHT however large
|
|
31
|
+
the delegated project is.
|
|
27
32
|
Default is LIGHT. Take HEAVY only when the change set hits a fact you
|
|
28
33
|
can point to: a new module / layer / domain model / abstraction;
|
|
29
|
-
auth, security, session, or permissions;
|
|
30
|
-
(API, queue, payment, webhook)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
+
auth, security, session-handling code, or permissions; building or
|
|
35
|
+
changing an external integration (API, queue, payment, webhook) —
|
|
36
|
+
calling an existing API is not one; a DB schema or migration;
|
|
37
|
+
concurrency, transaction boundaries, or cache invalidation; a
|
|
38
|
+
refactor crossing domain boundaries; or the user signaled care
|
|
39
|
+
("carefully", "thoroughly", "design first") or demanded review of
|
|
40
|
+
this session's work.
|
|
34
41
|
When unsure, take HEAVY. If a HEAVY fact surfaces mid-task, upgrade
|
|
35
42
|
immediately and redo whatever the LIGHT path skipped; never downgrade
|
|
36
43
|
mid-task. The tier sizes process, never honesty: both tiers capture
|
|
37
44
|
evidence, record cleanup receipts, and obey the never-suppress rules.
|
|
38
45
|
|
|
39
|
-
LIGHT —
|
|
40
|
-
|
|
41
|
-
a query tweak, copy/constants
|
|
46
|
+
LIGHT — the deliverable follows a known pattern with no open design
|
|
47
|
+
decisions (one-spot bugfix, an endpoint following an existing
|
|
48
|
+
pattern, a validation rule, a query tweak, copy/constants, launching
|
|
49
|
+
or steering another session): plan directly in the notepad; 1-2
|
|
42
50
|
success criteria (happy path + the riskiest edge); one real-surface
|
|
43
51
|
proof of the user-visible deliverable, where auxiliary surfaces are
|
|
44
52
|
first-class for CLI- or data-shaped work; self-review recorded in the
|
|
@@ -101,19 +109,23 @@ First, survey the loaded skill list and read the description of each
|
|
|
101
109
|
loosely relevant skill. Decide explicitly which skills this task will
|
|
102
110
|
use and prefer using every genuinely applicable one — name them in the
|
|
103
111
|
notepad with a one-line reason each. Skipping a skill that fits the
|
|
104
|
-
task is a defect.
|
|
112
|
+
task is a defect. Open a skill's body only when THIS session will
|
|
113
|
+
execute its workflow; skills a delegated session needs are named in
|
|
114
|
+
its prompt and read there, not here.
|
|
105
115
|
Next, fire the first discovery wave in ONE parallel action (Finding
|
|
106
116
|
things below): direct lookups plus `explorer` / `librarian` children
|
|
107
117
|
for unfamiliar layout or external contracts.
|
|
108
118
|
Then run Tier triage (above) on the change set and record the tier —
|
|
109
|
-
tier sizes evidence and review, never who plans. Size planning by
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
119
|
+
tier sizes evidence and review, never who plans. Size planning by
|
|
120
|
+
what the wave left UNDECIDED, not by how many steps you can list:
|
|
121
|
+
spawn the `plan` agent only when open design decisions remain —
|
|
122
|
+
unclear module boundaries, several viable decompositions, or a
|
|
123
|
+
multi-file build whose dependency order is not obvious — pass it the
|
|
124
|
+
gathered findings (file:line facts, constraints, unknowns), and
|
|
125
|
+
follow its wave order, parallel grouping, and verification exactly.
|
|
126
|
+
A known procedure — however many steps — and questions about work you
|
|
127
|
+
are delegating never justify a planner: plan directly in the notepad.
|
|
128
|
+
Never spawn `plan` before the discovery wave has returned.
|
|
117
129
|
|
|
118
130
|
## 1. Create the goal with binding success criteria
|
|
119
131
|
Call `create_goal` (or open your reply with a `# Goal` block treated as
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ulw-plan
|
|
3
|
-
description: "MUST USE for planning before coding
|
|
3
|
+
description: "MUST USE for planning before coding when design uncertainty remains after discovery: ambiguous scope, competing decompositions, unclear boundaries, uncertain dependency ordering, architecture decisions, a vague 'just make it good / figure out what to build' brief, or any request to plan, interview, or break work down. Explore-first planning consultant (Prometheus) that grounds in the codebase, asks only the forks exploration cannot resolve - or researches them to best practice when the intent is fuzzy - waits for explicit approval, then writes ONE decision-complete work plan a worker executes with zero further interview. Triggers: ulw-plan, plan this, make a plan, plan before coding, interview me, break this down, start planning, plan mode, just make it good, figure out what to build."
|
|
4
4
|
metadata:
|
|
5
5
|
short-description: Explore-first planning consultant that waits for your okay before planning
|
|
6
6
|
---
|
|
@@ -46,6 +46,7 @@ Run it ONCE at plan generation. A plain re-run on an existing plan is a safe no-
|
|
|
46
46
|
## Universal invariants (hold on every path)
|
|
47
47
|
|
|
48
48
|
- **Decision-complete is the north star.** The executor has NO interview context - spell out exact paths, "every X in Y", and an explicit Must-NOT-Have. Leave the implementer ZERO judgment calls.
|
|
49
|
+
- **Full scope is the default.** Plan the ENTIRE request; "MVP", "v1", "phase 1", or any reduced subset is never an option you invent or ask about - it exists only if the user introduces it. Scope OUT / Must-NOT-Have entries are guardrails against unrequested additions, never reductions of the request.
|
|
49
50
|
- **Explore before asking.** Discoverable facts (repo/system/docs truth) -> research and cite, never ask. Preferences/tradeoffs -> the only things you bring to the user. When unsure which, treat it as a user-decision.
|
|
50
51
|
- **CodeGraph first when present.** Use `codegraph_explore` for repo how/where/what/flow questions before wider reads; if codegraph_* tools are absent, inactive/uninitialized, or cold-start unavailable, continue with Read/Grep/Glob/LSP and the ast-grep skill.
|
|
51
52
|
- **Two filters** on every candidate question, in order: (1) Could collected evidence answer it? -> explore instead. (2) Could the user's stated intent plus a defensible default answer it? -> adopt the default, record it, do not ask - UNLESS it is an owner-decision, which always survives as a question even when a default exists: anything irreversible / destructive / safety-critical, or a cross-cutting product choice the user lives with (public config surface, distribution / packaging, external dependency or pinned SHA, data / schema shape). Default the reversible internals; surface the owner-decisions.
|
package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md
CHANGED
|
@@ -98,7 +98,7 @@ multi_agent_v1.spawn_agent({"message":"TASK: act as an explorer. DELIVERABLE: ..
|
|
|
98
98
|
|
|
99
99
|
If your tool list has a flat `spawn_agent` with a required `task_name` instead of `multi_agent_v1.*` (`multi_agent_v2`), rewrite: add `"task_name":"<lowercase_digits_underscores>"`, replace `"fork_context":false` with `"fork_turns":"none"`, and `wait_agent` takes only `timeout_ms`, returning on any child mailbox activity (finished agents end on their own — skip the close step).
|
|
100
100
|
|
|
101
|
-
Roles: `explorer`, `librarian`, `metis`, `momus`. Spawn long plan/reviewer agents in the background
|
|
101
|
+
Roles: `explorer`, `librarian`, `metis`, `momus`. Spawn long plan/reviewer agents in the background; between waits, back off — double the timeout up to ~5 minutes — instead of spinning short cycles. Require the child to send `WORKING: <task> - <phase>` before long passes and `BLOCKED: <reason>` only when progress stops. A wait timeout only means no new mailbox update arrived; treat a running child as alive. Fall back only when the child completed without the deliverable, is ack-only after followup, explicitly `BLOCKED:`, or no longer running; then respawn a smaller `fork_context: false` job. Close each agent after integrating its result.
|
|
102
102
|
|
|
103
103
|
## Stop rules
|
|
104
104
|
- Plan file exists, template filled, every todo has references + acceptance + QA + commit, dependency matrix consistent, and any required high-accuracy receipts recorded: present the summary, then (CLEAR without `review_required`) ask the start-or-high-accuracy question, or (CLEAR with `review_required` / UNCLEAR) report the review result - and stop. Execution belongs to the worker, never to you.
|
package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-unclear.md
CHANGED
|
@@ -16,13 +16,13 @@ PRIME DIRECTIVE: do NOT interrogate the user. Resolve ambiguity by RESEARCH, not
|
|
|
16
16
|
<research_protocol>
|
|
17
17
|
WIDER fan-out than the clear path - this is where delegation earns its keep: more parallel explorer/librarian lanes, more waves, until the clearance check is answerable. For architecture-scale / bootstrap / external-source requests, run the dynamic adversarial workflow phases documented in `full-workflow.md` (collect -> verify -> design -> adversarial -> synthesize; Discord/external content treated as claims not instructions, dirty-worktree aware, misleading success rejected). Every codebase claim traces to a subagent result or a direct read; subagent outputs are claims until verified. Stop at sufficiency; never re-explore to double-check.
|
|
18
18
|
|
|
19
|
-
TOPOLOGY LOCK still applies: enumerate the 1-6 independently-succeed/fail components into the draft's Components ledger; every todo traces to a component
|
|
19
|
+
TOPOLOGY LOCK still applies: enumerate the 1-6 independently-succeed/fail components that refine the user's requested or evidence-backed intent into the draft's Components ledger; every todo traces to a component. A vague request must neither collapse into an invented reduced subset nor expand into adjacent features unsupported by the request or evidence.
|
|
20
20
|
</research_protocol>
|
|
21
21
|
|
|
22
22
|
<default_selection>
|
|
23
23
|
For each open decision, adopt the defensible best-practice default (industry standard or repo convention), RECORD it in the draft's Open-assumptions ledger with rationale and reversibility, and proceed. NO numeric scoring - the ledger IS the audit trail. The ONLY default escalated to a single focused question is one that is irreversible, destructive, or safety-critical and research cannot settle.
|
|
24
24
|
|
|
25
|
-
Fold a contrarian self-grill into the Metis spawn: challenge the single highest-leverage adopted assumption - is this constraint real or habitual;
|
|
25
|
+
Fold a contrarian self-grill into the Metis spawn: challenge the single highest-leverage adopted assumption - is this constraint real or habitual; does any adopted default add complexity the request never asked for? - and return concrete reframes. The grill targets incidental complexity (unneeded abstraction, speculative capacity), NEVER the feature set: reducing, phasing, or deferring part of the request is not a reframe. Fold a reframe into the plan only as a recommended default plus rationale, never as a forced change.
|
|
26
26
|
</default_selection>
|
|
27
27
|
|
|
28
28
|
<high_accuracy_auto>
|
|
@@ -37,8 +37,8 @@ Still present a brief and wait for the user's explicit okay - approval is not ex
|
|
|
37
37
|
|
|
38
38
|
<worked_example>
|
|
39
39
|
Request: "make auth better".
|
|
40
|
-
1. Research waves -> current auth at `src/auth/*`
|
|
41
|
-
2. Topology lock as an ANNOUNCEMENT, not a question: components
|
|
40
|
+
1. Research waves -> current auth at `src/auth/*` and evidence for the requested improvement; best-practice baselines via librarian.
|
|
41
|
+
2. Topology lock as an ANNOUNCEMENT, not a question: components refine the evidenced auth intent in full, such as session hardening, brute-force protection, and password policy when the repository supports them. MFA is an adjacent capability and stays in Scope OUT unless the user asks for it or evidence establishes it as part of the requested outcome.
|
|
42
42
|
3. Adopted-defaults table (assumption | default | rationale | reversible?): bcrypt rounds 8 -> 12 (reversible), add 5/min-per-IP login limit (reversible), rotate session id on privilege change (reversible).
|
|
43
43
|
4. Metis folded -> auto dual review (fix cited gaps until both approve) -> brief LEADING with the approach and the defaults, surfaced in the human TL;DR for veto.
|
|
44
44
|
</worked_example>
|
|
@@ -285,7 +285,7 @@ describe("codex ultrawork hook", () => {
|
|
|
285
285
|
expect(directive).toMatch(/`plan` agent/);
|
|
286
286
|
});
|
|
287
287
|
|
|
288
|
-
it("#given directive #when
|
|
288
|
+
it("#given directive #when discovery leaves known execution steps #then planning stays direct unless design uncertainty remains", () => {
|
|
289
289
|
// given
|
|
290
290
|
const payload = {
|
|
291
291
|
hook_event_name: "UserPromptSubmit",
|
|
@@ -298,12 +298,15 @@ describe("codex ultrawork hook", () => {
|
|
|
298
298
|
|
|
299
299
|
// then
|
|
300
300
|
const directive = parsed.hookSpecificOutput.additionalContext;
|
|
301
|
-
|
|
302
|
-
|
|
301
|
+
const discoveryIndex = directive.search(/fire the first discovery wave/i);
|
|
302
|
+
const uncertaintyIndex = directive.search(/what the wave left UNDECIDED/i);
|
|
303
|
+
const directPlanIndex = directive.search(/known procedure[\s\S]*plan directly/i);
|
|
304
|
+
expect(discoveryIndex).toBeGreaterThanOrEqual(0);
|
|
305
|
+
expect(uncertaintyIndex).toBeGreaterThan(discoveryIndex);
|
|
306
|
+
expect(directPlanIndex).toBeGreaterThan(uncertaintyIndex);
|
|
307
|
+
expect(directive).toMatch(/unclear module boundaries[\s\S]*viable decompositions[\s\S]*dependency order/i);
|
|
308
|
+
expect(directive).toMatch(/A known procedure.*however many steps.*never justify a planner/is);
|
|
303
309
|
expect(directive).toMatch(/[Nn]ever spawn `plan` before the discovery wave/);
|
|
304
310
|
expect(directive).toMatch(/tier sizes\s+evidence and review, never who plans/i);
|
|
305
|
-
expect(directive).not.toMatch(/HEAVY: spawn the `plan` agent/);
|
|
306
|
-
expect(directive).not.toMatch(/`plan` agent decides waves/);
|
|
307
|
-
expect(directive).not.toMatch(/Plan obsessively/);
|
|
308
311
|
});
|
|
309
312
|
});
|
|
@@ -17,21 +17,29 @@ unit-level contract holds, not that the user-facing behavior works.
|
|
|
17
17
|
|
|
18
18
|
# Tier triage (classify ONCE at bootstrap; record tier + one-line
|
|
19
19
|
justification in the notepad; ratchet up only)
|
|
20
|
+
Your change set is what THIS session will itself edit or execute;
|
|
21
|
+
work handed to another session, thread, or delegated loop is payload
|
|
22
|
+
and sizes THAT session's process, not yours. Launching it — sync,
|
|
23
|
+
prompt, create, verify — is control-plane work: LIGHT however large
|
|
24
|
+
the delegated project is.
|
|
20
25
|
Default is LIGHT. Take HEAVY only when the change set hits a fact you
|
|
21
26
|
can point to: a new module / layer / domain model / abstraction;
|
|
22
|
-
auth, security, session, or permissions;
|
|
23
|
-
(API, queue, payment, webhook)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
auth, security, session-handling code, or permissions; building or
|
|
28
|
+
changing an external integration (API, queue, payment, webhook) —
|
|
29
|
+
calling an existing API is not one; a DB schema or migration;
|
|
30
|
+
concurrency, transaction boundaries, or cache invalidation; a
|
|
31
|
+
refactor crossing domain boundaries; or the user signaled care
|
|
32
|
+
("carefully", "thoroughly", "design first") or demanded review of
|
|
33
|
+
this session's work.
|
|
27
34
|
When unsure, take HEAVY. If a HEAVY fact surfaces mid-task, upgrade
|
|
28
35
|
immediately and redo whatever the LIGHT path skipped; never downgrade
|
|
29
36
|
mid-task. The tier sizes process, never honesty: both tiers capture
|
|
30
37
|
evidence, record cleanup receipts, and obey the never-suppress rules.
|
|
31
38
|
|
|
32
|
-
LIGHT —
|
|
33
|
-
|
|
34
|
-
a query tweak, copy/constants
|
|
39
|
+
LIGHT — the deliverable follows a known pattern with no open design
|
|
40
|
+
decisions (one-spot bugfix, an endpoint following an existing
|
|
41
|
+
pattern, a validation rule, a query tweak, copy/constants, launching
|
|
42
|
+
or steering another session): plan directly in the notepad; 1-2
|
|
35
43
|
success criteria (happy path + the riskiest edge); one real-surface
|
|
36
44
|
proof of the user-visible deliverable, where auxiliary surfaces are
|
|
37
45
|
first-class for CLI- or data-shaped work; self-review recorded in the
|
|
@@ -94,19 +102,23 @@ First, survey the loaded skill list and read the description of each
|
|
|
94
102
|
loosely relevant skill. Decide explicitly which skills this task will
|
|
95
103
|
use and prefer using every genuinely applicable one — name them in the
|
|
96
104
|
notepad with a one-line reason each. Skipping a skill that fits the
|
|
97
|
-
task is a defect.
|
|
105
|
+
task is a defect. Open a skill's body only when THIS session will
|
|
106
|
+
execute its workflow; skills a delegated session needs are named in
|
|
107
|
+
its prompt and read there, not here.
|
|
98
108
|
Next, fire the first discovery wave in ONE parallel action (Finding
|
|
99
109
|
things below): direct lookups plus `explorer` / `librarian` children
|
|
100
110
|
for unfamiliar layout or external contracts.
|
|
101
111
|
Then run Tier triage (above) on the change set and record the tier —
|
|
102
|
-
tier sizes evidence and review, never who plans. Size planning by
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
112
|
+
tier sizes evidence and review, never who plans. Size planning by
|
|
113
|
+
what the wave left UNDECIDED, not by how many steps you can list:
|
|
114
|
+
spawn the `plan` agent only when open design decisions remain —
|
|
115
|
+
unclear module boundaries, several viable decompositions, or a
|
|
116
|
+
multi-file build whose dependency order is not obvious — pass it the
|
|
117
|
+
gathered findings (file:line facts, constraints, unknowns), and
|
|
118
|
+
follow its wave order, parallel grouping, and verification exactly.
|
|
119
|
+
A known procedure — however many steps — and questions about work you
|
|
120
|
+
are delegating never justify a planner: plan directly in the notepad.
|
|
121
|
+
Never spawn `plan` before the discovery wave has returned.
|
|
110
122
|
|
|
111
123
|
## 1. Create the goal with binding success criteria
|
|
112
124
|
Call `create_goal` (or open your reply with a `# Goal` block treated as
|
|
@@ -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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
23
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
34
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
46
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
3
|
+
"version": "4.17.1",
|
|
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",
|
|
@@ -26,7 +26,7 @@ This skill is intentionally compact. The full workflow lives in `references/full
|
|
|
26
26
|
- Evidence is bound to its capture commit; a later fix, rebase, or merge makes it stale — re-run at the current HEAD and re-record, never relabel or regenerate. Record only after cleanup receipts exist.
|
|
27
27
|
- Delegate code edits, test writes, fixes, and QA execution to right-sized Codex subagents when the workflow requires it.
|
|
28
28
|
- Every `spawn_agent` message starts with `TASK:`, then names `DELIVERABLE`, `SCOPE`, and `VERIFY`; put role and specialty instructions inside `message`; use `fork_turns: "none"` (v1: `fork_context: false`) unless full history is truly required.
|
|
29
|
-
- Plan and reviewer agents may run for a long time; spawn them in the background
|
|
29
|
+
- Plan and reviewer agents may run for a long time; spawn them in the background and keep doing independent root work. Between `wait_agent` calls, back off — double the timeout up to ~5 minutes — instead of spinning short cycles.
|
|
30
30
|
- For work likely to exceed one wait cycle, require the child to send `WORKING: <task> - <current phase>` before long reading, testing, or review passes, and `BLOCKED: <reason>` only when it cannot progress.
|
|
31
31
|
- Track spawned agent names locally. Use `wait_agent` for mailbox signals, not proof of completion. A timeout only means no new mailbox update arrived. Treat a running child as alive.
|
|
32
32
|
- While children run, surface the active subagent count, agent names, and latest `WORKING:` phase.
|
package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md
CHANGED
|
@@ -55,7 +55,7 @@ Every worker message MUST carry: goal + exact files in scope; the PIN + failing-
|
|
|
55
55
|
Codex subagent reliability:
|
|
56
56
|
- Start every `spawn_agent` message with `TASK: <imperative assignment>`, then name `DELIVERABLE`, `SCOPE`, and `VERIFY`. State that it is an executable assignment, not a context handoff.
|
|
57
57
|
- Use `fork_turns: "none"` (v1: `fork_context: false`) unless full history is truly required; paste only the context the child needs. Full-history forks can make the child continue old parent context instead of the delegated task.
|
|
58
|
-
- Plan and reviewer agents may run for a long time; spawn them in the background
|
|
58
|
+
- Plan and reviewer agents may run for a long time; spawn them in the background and keep doing independent root work. Between `wait_agent` calls, back off — double the timeout up to ~5 minutes — instead of spinning short cycles.
|
|
59
59
|
- For work likely to exceed one wait cycle, require the child to send `WORKING: <task> - <current phase>` before long reading, testing, or review passes, and `BLOCKED: <reason>` only when it cannot progress.
|
|
60
60
|
- While any child is active, keep the parent visibly alive with active subagent count, agent names, latest `WORKING:` phase, and whether the parent is waiting for mailbox updates.
|
|
61
61
|
- Track spawned agent names locally. Use `wait_agent` for mailbox signals, not proof of completion. A timeout only means no new mailbox update arrived. Treat a running child as alive.
|
|
@@ -127,7 +127,7 @@ Write state through the CLI path. Do not hand-edit state files.
|
|
|
127
127
|
Gather context BEFORE planning with parallel `explorer` / `librarian` workers plus your own read-only tools.
|
|
128
128
|
First survey available skills: read every loosely-relevant skill's description, deliberately choose which this work uses, and prefer applying genuinely-relevant skills over working raw.
|
|
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
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.
|
|
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.
|
|
@@ -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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
11
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
11
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
11
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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.
|
|
10
|
+
"statusMessage": "(OmO 4.17.1) 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
|
]
|