@try-works/dsh-recursive-mode 0.1.0 → 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/package.json CHANGED
@@ -1,21 +1,17 @@
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.0",
4
+ "version": "0.1.2",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
- "types": "lib/types/index.d.ts",
7
+ "types": "lib/index.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
- "types": "./lib/types/index.d.ts",
10
+ "types": "./lib/index.d.ts",
11
11
  "default": "./lib/index.js"
12
12
  },
13
- "./types": {
14
- "types": "./lib/types/types.d.ts",
15
- "default": "./lib/types/types.js"
16
- },
17
13
  "./client": {
18
- "types": "./lib/client.d.ts",
14
+ "types": "./lib/client/index.d.ts",
19
15
  "default": "./lib/client.js"
20
16
  },
21
17
  "./src/*": "./src/*",
@@ -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.