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.
Files changed (80) hide show
  1. package/.codex/agents/dw-builder.toml +3 -3
  2. package/.codex/agents/dw-clarifier.toml +2 -2
  3. package/.codex/agents/dw-code-search.toml +2 -2
  4. package/.codex/agents/dw-coding.toml +2 -2
  5. package/.codex/agents/dw-complex.toml +2 -2
  6. package/.codex/agents/dw-creative.toml +2 -2
  7. package/.codex/agents/dw-deep.toml +3 -3
  8. package/.codex/agents/dw-doc-search.toml +2 -2
  9. package/.codex/agents/dw-documenting.toml +2 -2
  10. package/.codex/agents/dw-explore.toml +2 -2
  11. package/.codex/agents/dw-frontend.toml +2 -2
  12. package/.codex/agents/dw-hard-reasoning.toml +2 -2
  13. package/.codex/agents/dw-media-reader.toml +2 -2
  14. package/.codex/agents/dw-normal-task.toml +2 -2
  15. package/.codex/agents/dw-oracle-high.toml +8 -0
  16. package/.codex/agents/dw-oracle.toml +3 -3
  17. package/.codex/agents/dw-orchestrator.toml +2 -2
  18. package/.codex/agents/dw-plan-critic.toml +2 -2
  19. package/.codex/agents/dw-planner.toml +3 -3
  20. package/.codex/agents/dw-quick.toml +2 -2
  21. package/.codex/agents/dw-research.toml +2 -2
  22. package/.codex/agents/dw-reviewer.toml +2 -2
  23. package/README.md +40 -38
  24. package/dist/codex/plugin-generator.js +53 -54
  25. package/dist/codex/plugin-generator.js.map +1 -1
  26. package/dist/config/schema.d.ts +4 -1
  27. package/dist/config/schema.js +1 -0
  28. package/dist/config/schema.js.map +1 -1
  29. package/dist/data/agents.d.ts +2 -1
  30. package/dist/data/agents.js +25 -10
  31. package/dist/data/agents.js.map +1 -1
  32. package/dist/data/categories.js +2 -1
  33. package/dist/data/categories.js.map +1 -1
  34. package/dist/hooks/chat-params.js +71 -14
  35. package/dist/hooks/chat-params.js.map +1 -1
  36. package/dist/hooks/config.js +1 -1
  37. package/dist/hooks/config.js.map +1 -1
  38. package/dist/intent/model-family.d.ts +2 -0
  39. package/dist/intent/model-family.js +11 -0
  40. package/dist/intent/model-family.js.map +1 -1
  41. package/dist/intent/prompt-loader.d.ts +3 -3
  42. package/dist/intent/prompt-loader.js +3 -3
  43. package/dist/routing/model-upgrades.js +1 -0
  44. package/dist/routing/model-upgrades.js.map +1 -1
  45. package/dist/routing/variant-translator.js +7 -4
  46. package/dist/routing/variant-translator.js.map +1 -1
  47. package/package.json +1 -1
  48. package/plugins/deepwork/.codex-plugin/plugin.json +1 -1
  49. package/plugins/deepwork/README.md +2 -2
  50. package/plugins/deepwork/agents/dw-builder.toml +3 -3
  51. package/plugins/deepwork/agents/dw-clarifier.toml +2 -2
  52. package/plugins/deepwork/agents/dw-code-search.toml +2 -2
  53. package/plugins/deepwork/agents/dw-coding.toml +2 -2
  54. package/plugins/deepwork/agents/dw-complex.toml +2 -2
  55. package/plugins/deepwork/agents/dw-creative.toml +2 -2
  56. package/plugins/deepwork/agents/dw-deep.toml +3 -3
  57. package/plugins/deepwork/agents/dw-doc-search.toml +2 -2
  58. package/plugins/deepwork/agents/dw-documenting.toml +2 -2
  59. package/plugins/deepwork/agents/dw-explore.toml +2 -2
  60. package/plugins/deepwork/agents/dw-frontend.toml +2 -2
  61. package/plugins/deepwork/agents/dw-hard-reasoning.toml +2 -2
  62. package/plugins/deepwork/agents/dw-media-reader.toml +2 -2
  63. package/plugins/deepwork/agents/dw-normal-task.toml +2 -2
  64. package/plugins/deepwork/agents/dw-oracle-high.toml +8 -0
  65. package/plugins/deepwork/agents/dw-oracle.toml +3 -3
  66. package/plugins/deepwork/agents/dw-orchestrator.toml +2 -2
  67. package/plugins/deepwork/agents/dw-plan-critic.toml +2 -2
  68. package/plugins/deepwork/agents/dw-planner.toml +3 -3
  69. package/plugins/deepwork/agents/dw-quick.toml +2 -2
  70. package/plugins/deepwork/agents/dw-research.toml +2 -2
  71. package/plugins/deepwork/agents/dw-reviewer.toml +2 -2
  72. package/plugins/deepwork/package.json +1 -1
  73. package/plugins/deepwork/skills/deepwork/SKILL.md +55 -55
  74. package/plugins/deepwork/skills/deepwork-requesting-code-review/SKILL.md +14 -10
  75. package/plugins/deepwork/skills/deepwork-subagent-driven-development/SKILL.md +12 -8
  76. package/prompts/codex/deepwork/gpt-5.6.md +1 -1
  77. package/prompts/omo/deepwork/gpt-5.6.md +1 -1
  78. package/prompts/v1/deepwork/gpt-5.6.md +1 -1
  79. package/skills/v1/requesting-code-review/SKILL.md +14 -10
  80. 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
- (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). v1 intentionally replaces per-task reviewer loops with
18
- completion/integration checks plus one final acceptance review; ⚠️ Items
19
- section (reviewer "Cannot verify from diff" items). Did NOT sync:
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 both.
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 both-reviewer dispatch: spawn two subagents in parallel (one `oracle`, one `reviewer`), each with the same SHAs and context. Collect both feedback sets before proceeding.
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