ocmm 0.5.3 → 0.5.4
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/.codex/agents/dw-builder.toml +3 -3
- package/.codex/agents/dw-clarifier.toml +2 -2
- package/.codex/agents/dw-code-search.toml +2 -2
- package/.codex/agents/dw-coding.toml +2 -2
- package/.codex/agents/dw-complex.toml +2 -2
- package/.codex/agents/dw-creative.toml +2 -2
- package/.codex/agents/dw-deep.toml +3 -3
- package/.codex/agents/dw-doc-search.toml +2 -2
- package/.codex/agents/dw-documenting.toml +2 -2
- package/.codex/agents/dw-explore.toml +2 -2
- package/.codex/agents/dw-frontend.toml +2 -2
- package/.codex/agents/dw-hard-reasoning.toml +2 -2
- package/.codex/agents/dw-media-reader.toml +2 -2
- package/.codex/agents/dw-normal-task.toml +2 -2
- package/.codex/agents/dw-oracle-high.toml +8 -0
- package/.codex/agents/dw-oracle.toml +3 -3
- package/.codex/agents/dw-orchestrator.toml +2 -2
- package/.codex/agents/dw-plan-critic.toml +2 -2
- package/.codex/agents/dw-planner.toml +3 -3
- package/.codex/agents/dw-quick.toml +2 -2
- package/.codex/agents/dw-research.toml +2 -2
- package/.codex/agents/dw-reviewer.toml +2 -2
- package/README.md +40 -38
- package/dist/codex/plugin-generator.js +53 -54
- package/dist/codex/plugin-generator.js.map +1 -1
- package/dist/config/schema.d.ts +4 -1
- package/dist/config/schema.js +1 -0
- package/dist/config/schema.js.map +1 -1
- package/dist/data/agents.d.ts +2 -1
- package/dist/data/agents.js +25 -10
- package/dist/data/agents.js.map +1 -1
- package/dist/data/categories.js +2 -1
- package/dist/data/categories.js.map +1 -1
- package/dist/hooks/chat-params.js +71 -14
- package/dist/hooks/chat-params.js.map +1 -1
- package/dist/hooks/config.js +1 -1
- package/dist/hooks/config.js.map +1 -1
- package/dist/intent/model-family.d.ts +2 -0
- package/dist/intent/model-family.js +11 -0
- package/dist/intent/model-family.js.map +1 -1
- package/dist/intent/prompt-loader.d.ts +3 -3
- package/dist/intent/prompt-loader.js +3 -3
- package/dist/routing/model-upgrades.js +1 -0
- package/dist/routing/model-upgrades.js.map +1 -1
- package/dist/routing/variant-translator.js +7 -4
- package/dist/routing/variant-translator.js.map +1 -1
- package/package.json +1 -1
- package/plugins/deepwork/.codex-plugin/plugin.json +1 -1
- package/plugins/deepwork/README.md +2 -2
- package/plugins/deepwork/agents/dw-builder.toml +3 -3
- package/plugins/deepwork/agents/dw-clarifier.toml +2 -2
- package/plugins/deepwork/agents/dw-code-search.toml +2 -2
- package/plugins/deepwork/agents/dw-coding.toml +2 -2
- package/plugins/deepwork/agents/dw-complex.toml +2 -2
- package/plugins/deepwork/agents/dw-creative.toml +2 -2
- package/plugins/deepwork/agents/dw-deep.toml +3 -3
- package/plugins/deepwork/agents/dw-doc-search.toml +2 -2
- package/plugins/deepwork/agents/dw-documenting.toml +2 -2
- package/plugins/deepwork/agents/dw-explore.toml +2 -2
- package/plugins/deepwork/agents/dw-frontend.toml +2 -2
- package/plugins/deepwork/agents/dw-hard-reasoning.toml +2 -2
- package/plugins/deepwork/agents/dw-media-reader.toml +2 -2
- package/plugins/deepwork/agents/dw-normal-task.toml +2 -2
- package/plugins/deepwork/agents/dw-oracle-high.toml +8 -0
- package/plugins/deepwork/agents/dw-oracle.toml +3 -3
- package/plugins/deepwork/agents/dw-orchestrator.toml +2 -2
- package/plugins/deepwork/agents/dw-plan-critic.toml +2 -2
- package/plugins/deepwork/agents/dw-planner.toml +3 -3
- package/plugins/deepwork/agents/dw-quick.toml +2 -2
- package/plugins/deepwork/agents/dw-research.toml +2 -2
- package/plugins/deepwork/agents/dw-reviewer.toml +2 -2
- package/plugins/deepwork/package.json +1 -1
- package/plugins/deepwork/skills/deepwork/SKILL.md +55 -55
- package/plugins/deepwork/skills/deepwork-requesting-code-review/SKILL.md +14 -10
- package/plugins/deepwork/skills/deepwork-subagent-driven-development/SKILL.md +12 -8
- package/prompts/codex/deepwork/gpt-5.6.md +1 -1
- package/prompts/omo/deepwork/gpt-5.6.md +1 -1
- package/prompts/v1/deepwork/gpt-5.6.md +1 -1
- package/skills/v1/requesting-code-review/SKILL.md +14 -10
- package/skills/v1/subagent-driven-development/SKILL.md +12 -8
|
@@ -11,12 +11,13 @@ description: Use when executing implementation plans with independent tasks in t
|
|
|
11
11
|
inline in v1); final code review uses requesting-code-review skill only.
|
|
12
12
|
Synced v6.1.1+: Model Selection rewrite (explicit model dispatch, turn-count
|
|
13
13
|
beats token price, tiered guidance); Constructing Reviewer Prompts section
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
(no pre-judging, no open-ended directives, verbatim global constraints, no
|
|
15
|
+
history pasting, findings handling by severity); Narration discipline rule;
|
|
16
|
+
task-type analysis hint (prefer dispatching-parallel-agents for independent
|
|
17
|
+
tasks); Final Acceptance Review stage updated with optional `oracle-high`
|
|
18
|
+
third reviewer gate. v1 intentionally replaces per-task reviewer loops with
|
|
19
|
+
completion/integration checks plus one final acceptance review; ⚠️ Items
|
|
20
|
+
section (reviewer "Cannot verify from diff" items). Did NOT sync:
|
|
20
21
|
review-package/task-brief bash scripts (Windows incompatible); progress
|
|
21
22
|
ledger (v1 uses TodoWrite); File Handoffs/Durable Progress sections
|
|
22
23
|
(depend on scripts).
|
|
@@ -215,8 +216,9 @@ After all plan tasks are marked complete, before declaring the work done, run a
|
|
|
215
216
|
|---|---|---|
|
|
216
217
|
| Simple | 1-2 tasks, single module, no architectural change | `oracle` (self-supervision) |
|
|
217
218
|
| Complex | 3+ tasks, cross-module, architectural change, security/performance sensitive, migration | `oracle` + `reviewer` (both, in parallel) |
|
|
219
|
+
| High-risk / very large final gate with explicit triple-review configuration | Complex/large work where `oracle-high` is explicitly configured, available, and not disabled | `oracle` + `reviewer` + `oracle-high` (all three, in parallel) |
|
|
218
220
|
|
|
219
|
-
The orchestrator judges complexity from the plan scope and actual changes. When unsure, upgrade to
|
|
221
|
+
The orchestrator judges complexity from the plan scope and actual changes. When unsure, upgrade to `oracle` + `reviewer`. Add `oracle-high` only when it is explicitly configured by user/profile, available in the current dispatch surface/catalog, and not disabled; built-in or profile existence alone must not force three-review dispatch.
|
|
220
222
|
|
|
221
223
|
**2. Dispatch the acceptance review:**
|
|
222
224
|
|
|
@@ -226,7 +228,9 @@ Use the `requesting-code-review` skill. Pass the full change range:
|
|
|
226
228
|
- `DESCRIPTION` = summary of the complete feature/work
|
|
227
229
|
- `PLAN_OR_REQUIREMENTS` = the plan file path
|
|
228
230
|
|
|
229
|
-
For
|
|
231
|
+
For two-reviewer dispatch: spawn two subagents in parallel (one `oracle`, one `reviewer`), each with the same SHAs and context. Collect both feedback sets before proceeding.
|
|
232
|
+
|
|
233
|
+
For three-reviewer dispatch: spawn three subagents in parallel (one `oracle`, one `reviewer`, one `oracle-high`) only when `oracle-high` is explicitly configured, available, and not disabled. Collect all feedback sets before proceeding. Do not force a third reviewer merely because the profile exists.
|
|
230
234
|
|
|
231
235
|
**3. Process feedback:**
|
|
232
236
|
|