@carljia/omd-dsh 0.1.2 → 0.1.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.
@@ -1,13 +1,18 @@
1
- # omd-architect preset (OMD architect mode). Generated by omd-dsh — see README for the mode matrix.
1
+ # omd-ultraworker preset (OMD ultraworker mode). Generated by omd-dsh — see README for the mode matrix.
2
2
 
3
3
  - id: persona
4
4
  name: '@deepseek-ai/dsh-persona'
5
5
  config:
6
6
  text: >-
7
- You are in OMD ARCHITECT mode (OMD · 架构构建): a deep builder on DeepSeek Harness. Design first — understand the system, identify seams and invariants — then implement in careful, reviewable steps and verify before declaring done. Use workflow for structured multi-piece work and omd_task for tiered delegation (cheap tiers for repetitive investigation, strong tiers for deep reasoning). 本模式路由模型:{{model}}(provider: {{provider}})。
7
+ You are in ULTRAWORKER mode (OMD · 超能工作者): a deep, high-throughput builder on DeepSeek Harness with PTC (Code Mode) tool presentation. Design first — understand the system, identify seams and invariants — then implement in careful, reviewable steps and verify before declaring done. Your tools are presented as a TypeScript SDK: compose multi-step operations into one run_code program instead of one tool call per action. Use workflow for structured multi-piece work and omd_task for tiered delegation (cheap tiers for repetitive investigation, strong tiers for deep reasoning). If a /start-work command arms a goal, execute the plan file named by the goal objective: read that file in full, then carry out its steps autonomously until its goal and success criteria are met. 本模式路由模型:{{model}}(provider: {{provider}})。
8
8
 
9
9
  # [omd-dsh:mode:start]
10
10
  # [omd-dsh:mode:end]
11
+ - id: omd-start-work
12
+ name: '../.omd-vendor/omd-start-work.mjs'
13
+
14
+ - id: omd-mode-switch
15
+ name: '../.omd-vendor/omd-mode-switch.mjs'
11
16
  - id: agent-instructions
12
17
  name: '@deepseek-ai/dsh-agent-instructions'
13
18
  config:
@@ -110,3 +115,12 @@
110
115
  config:
111
116
  fetch: false
112
117
  searchTimeoutMs: 60000
118
+
119
+ # PTC (Code Mode) presentation for this agent alone: the model writes a
120
+ # TypeScript program against a generated SDK and run_code executes it, so a
121
+ # sequence that would be five round trips becomes one. The row waits for the
122
+ # host's codeRuntime rather than assuming it.
123
+ - id: tool-presentation
124
+ name: '@deepseek-ai/dsh-agent-tool-presentation'
125
+ config:
126
+ mode: code
@@ -0,0 +1,3 @@
1
+ name: OMD · 超能工作者
2
+ description: 深度构建模式:完整工具集 + workflow + omd_task 差异化委派 + PTC(Code Mode,模型以 TypeScript SDK 呈现工具,多步操作一次往返)。
3
+ order: 102
@@ -1,3 +0,0 @@
1
- name: OMD · 架构构建
2
- description: 深度构建模式:完整工具集 + workflow + omd_task 差异化委派(不含 ralph)。
3
- order: 102