@claude-flow/cli 3.1.0-alpha.34 → 3.1.0-alpha.36

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.
@@ -32,7 +32,7 @@ const preEditCommand = {
32
32
  short: 'f',
33
33
  description: 'File path to edit',
34
34
  type: 'string',
35
- required: true
35
+ required: false
36
36
  },
37
37
  {
38
38
  name: 'operation',
@@ -131,14 +131,14 @@ const postEditCommand = {
131
131
  short: 'f',
132
132
  description: 'File path that was edited',
133
133
  type: 'string',
134
- required: true
134
+ required: false
135
135
  },
136
136
  {
137
137
  name: 'success',
138
138
  short: 's',
139
139
  description: 'Whether the edit was successful',
140
140
  type: 'boolean',
141
- required: true
141
+ required: false
142
142
  },
143
143
  {
144
144
  name: 'outcome',
@@ -330,7 +330,7 @@ const postCommandCommand = {
330
330
  short: 's',
331
331
  description: 'Whether the command succeeded',
332
332
  type: 'boolean',
333
- required: true
333
+ required: false
334
334
  },
335
335
  {
336
336
  name: 'exit-code',
@@ -1293,7 +1293,7 @@ const postTaskCommand = {
1293
1293
  short: 's',
1294
1294
  description: 'Whether the task succeeded',
1295
1295
  type: 'boolean',
1296
- required: true
1296
+ required: false
1297
1297
  },
1298
1298
  {
1299
1299
  name: 'quality',