@try-works/dsh-recursive-mode 0.1.1 → 0.1.2

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/cordis.patch.yml CHANGED
@@ -9,4 +9,4 @@
9
9
  recursive: true
10
10
  config:
11
11
  - id: recursive
12
- name: @try-works/dsh-recursive-mode/src/index.ts
12
+ name: '@try-works/dsh-recursive-mode/src/index.ts'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@try-works/dsh-recursive-mode",
3
3
  "description": "recursive-mode workflow as a DeepSeek Harness bundle: RecursiveRuntime service + recursive_status tool",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -112,4 +112,4 @@
112
112
  "optional": true
113
113
  }
114
114
  }
115
- }
115
+ }
@@ -40,10 +40,10 @@
40
40
  recursive: true
41
41
  config:
42
42
  - id: recursive
43
- name: @try-works/dsh-recursive-mode/src/index.ts
43
+ name: '@try-works/dsh-recursive-mode/src/index.ts'
44
44
 
45
45
  - id: recursive-command
46
- name: @try-works/dsh-recursive-mode/src/commands.ts
46
+ name: '@try-works/dsh-recursive-mode/src/commands.ts'
47
47
 
48
48
  # The recursive:policy prompt section is registered in code (Stage A,
49
49
  # src/index.ts via ctx.systemPrompt.section) — see plan-mode's pattern.