@lumenflow/packs-software-delivery 5.0.0 → 5.0.1
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/manifest.yaml +168 -234
- package/package.json +3 -3
package/manifest.yaml
CHANGED
|
@@ -8,9 +8,117 @@ tools:
|
|
|
8
8
|
- name: wu:block
|
|
9
9
|
entry: tool-impl/wu-lifecycle-tools.ts#wuBlockTool
|
|
10
10
|
permission: write
|
|
11
|
-
required_scopes:
|
|
11
|
+
required_scopes: &softwareDeliveryWriteScopes
|
|
12
12
|
- type: path
|
|
13
|
-
pattern:
|
|
13
|
+
pattern: .changeset/**
|
|
14
|
+
access: write
|
|
15
|
+
- type: path
|
|
16
|
+
pattern: .claude/**
|
|
17
|
+
access: write
|
|
18
|
+
- type: path
|
|
19
|
+
pattern: .codex/**
|
|
20
|
+
access: write
|
|
21
|
+
- type: path
|
|
22
|
+
pattern: .cursor/**
|
|
23
|
+
access: write
|
|
24
|
+
- type: path
|
|
25
|
+
pattern: .github/**
|
|
26
|
+
access: write
|
|
27
|
+
- type: path
|
|
28
|
+
pattern: .git/**
|
|
29
|
+
access: write
|
|
30
|
+
- type: path
|
|
31
|
+
pattern: .husky/**
|
|
32
|
+
access: write
|
|
33
|
+
- type: path
|
|
34
|
+
pattern: .lumenflow/**
|
|
35
|
+
access: write
|
|
36
|
+
- type: path
|
|
37
|
+
pattern: .vercel/**
|
|
38
|
+
access: write
|
|
39
|
+
- type: path
|
|
40
|
+
pattern: .windsurf/**
|
|
41
|
+
access: write
|
|
42
|
+
- type: path
|
|
43
|
+
pattern: apps/**
|
|
44
|
+
access: write
|
|
45
|
+
- type: path
|
|
46
|
+
pattern: docs/**
|
|
47
|
+
access: write
|
|
48
|
+
- type: path
|
|
49
|
+
pattern: packages/**
|
|
50
|
+
access: write
|
|
51
|
+
- type: path
|
|
52
|
+
pattern: scripts/**
|
|
53
|
+
access: write
|
|
54
|
+
- type: path
|
|
55
|
+
pattern: tools/**
|
|
56
|
+
access: write
|
|
57
|
+
- type: path
|
|
58
|
+
pattern: worktrees/**
|
|
59
|
+
access: write
|
|
60
|
+
- type: path
|
|
61
|
+
pattern: .gitignore
|
|
62
|
+
access: write
|
|
63
|
+
- type: path
|
|
64
|
+
pattern: .npmrc
|
|
65
|
+
access: write
|
|
66
|
+
- type: path
|
|
67
|
+
pattern: LUMENFLOW.md
|
|
68
|
+
access: write
|
|
69
|
+
- type: path
|
|
70
|
+
pattern: README.md
|
|
71
|
+
access: write
|
|
72
|
+
- type: path
|
|
73
|
+
pattern: package.json
|
|
74
|
+
access: write
|
|
75
|
+
- type: path
|
|
76
|
+
pattern: pnpm-lock.yaml
|
|
77
|
+
access: write
|
|
78
|
+
- type: path
|
|
79
|
+
pattern: pnpm-workspace.yaml
|
|
80
|
+
access: write
|
|
81
|
+
- type: path
|
|
82
|
+
pattern: turbo.json
|
|
83
|
+
access: write
|
|
84
|
+
- type: path
|
|
85
|
+
pattern: workspace.yaml
|
|
86
|
+
access: write
|
|
87
|
+
- type: path
|
|
88
|
+
pattern: '*.cjs'
|
|
89
|
+
access: write
|
|
90
|
+
- type: path
|
|
91
|
+
pattern: '*.js'
|
|
92
|
+
access: write
|
|
93
|
+
- type: path
|
|
94
|
+
pattern: '*.json'
|
|
95
|
+
access: write
|
|
96
|
+
- type: path
|
|
97
|
+
pattern: '*.md'
|
|
98
|
+
access: write
|
|
99
|
+
- type: path
|
|
100
|
+
pattern: '*.mjs'
|
|
101
|
+
access: write
|
|
102
|
+
- type: path
|
|
103
|
+
pattern: '*.sh'
|
|
104
|
+
access: write
|
|
105
|
+
- type: path
|
|
106
|
+
pattern: '*.toml'
|
|
107
|
+
access: write
|
|
108
|
+
- type: path
|
|
109
|
+
pattern: '*.ts'
|
|
110
|
+
access: write
|
|
111
|
+
- type: path
|
|
112
|
+
pattern: '*.tsx'
|
|
113
|
+
access: write
|
|
114
|
+
- type: path
|
|
115
|
+
pattern: '*.txt'
|
|
116
|
+
access: write
|
|
117
|
+
- type: path
|
|
118
|
+
pattern: '*.yaml'
|
|
119
|
+
access: write
|
|
120
|
+
- type: path
|
|
121
|
+
pattern: '*.yml'
|
|
14
122
|
access: write
|
|
15
123
|
- name: wu:brief
|
|
16
124
|
entry: tool-impl/wu-lifecycle-tools.ts#wuBriefTool
|
|
@@ -22,38 +130,23 @@ tools:
|
|
|
22
130
|
- name: wu:claim
|
|
23
131
|
entry: tool-impl/wu-lifecycle-tools.ts#wuClaimTool
|
|
24
132
|
permission: write
|
|
25
|
-
required_scopes:
|
|
26
|
-
- type: path
|
|
27
|
-
pattern: '**'
|
|
28
|
-
access: write
|
|
133
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
29
134
|
- name: wu:cleanup
|
|
30
135
|
entry: tool-impl/wu-lifecycle-tools.ts#wuCleanupTool
|
|
31
136
|
permission: write
|
|
32
|
-
required_scopes:
|
|
33
|
-
- type: path
|
|
34
|
-
pattern: '**'
|
|
35
|
-
access: write
|
|
137
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
36
138
|
- name: wu:create
|
|
37
139
|
entry: tool-impl/wu-lifecycle-tools.ts#wuCreateTool
|
|
38
140
|
permission: write
|
|
39
|
-
required_scopes:
|
|
40
|
-
- type: path
|
|
41
|
-
pattern: '**'
|
|
42
|
-
access: write
|
|
141
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
43
142
|
- name: wu:delegate
|
|
44
143
|
entry: tool-impl/wu-lifecycle-tools.ts#wuDelegateTool
|
|
45
144
|
permission: write
|
|
46
|
-
required_scopes:
|
|
47
|
-
- type: path
|
|
48
|
-
pattern: '**'
|
|
49
|
-
access: write
|
|
145
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
50
146
|
- name: wu:delete
|
|
51
147
|
entry: tool-impl/wu-lifecycle-tools.ts#wuDeleteTool
|
|
52
148
|
permission: write
|
|
53
|
-
required_scopes:
|
|
54
|
-
- type: path
|
|
55
|
-
pattern: '**'
|
|
56
|
-
access: write
|
|
149
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
57
150
|
- name: wu:deps
|
|
58
151
|
entry: tool-impl/wu-lifecycle-tools.ts#wuDepsTool
|
|
59
152
|
permission: read
|
|
@@ -64,17 +157,11 @@ tools:
|
|
|
64
157
|
- name: wu:done
|
|
65
158
|
entry: tool-impl/wu-lifecycle-tools.ts#wuDoneTool
|
|
66
159
|
permission: write
|
|
67
|
-
required_scopes:
|
|
68
|
-
- type: path
|
|
69
|
-
pattern: '**'
|
|
70
|
-
access: write
|
|
160
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
71
161
|
- name: wu:edit
|
|
72
162
|
entry: tool-impl/wu-lifecycle-tools.ts#wuEditTool
|
|
73
163
|
permission: write
|
|
74
|
-
required_scopes:
|
|
75
|
-
- type: path
|
|
76
|
-
pattern: '**'
|
|
77
|
-
access: write
|
|
164
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
78
165
|
- name: wu:infer-lane
|
|
79
166
|
entry: tool-impl/runtime-native-tools.ts#wuInferLaneTool
|
|
80
167
|
permission: read
|
|
@@ -92,52 +179,31 @@ tools:
|
|
|
92
179
|
- name: wu:prep
|
|
93
180
|
entry: tool-impl/wu-lifecycle-tools.ts#wuPrepTool
|
|
94
181
|
permission: write
|
|
95
|
-
required_scopes:
|
|
96
|
-
- type: path
|
|
97
|
-
pattern: '**'
|
|
98
|
-
access: write
|
|
182
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
99
183
|
- name: wu:proto
|
|
100
184
|
entry: tool-impl/wu-lifecycle-tools.ts#wuProtoTool
|
|
101
185
|
permission: write
|
|
102
|
-
required_scopes:
|
|
103
|
-
- type: path
|
|
104
|
-
pattern: '**'
|
|
105
|
-
access: write
|
|
186
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
106
187
|
- name: wu:prune
|
|
107
188
|
entry: tool-impl/wu-lifecycle-tools.ts#wuPruneTool
|
|
108
189
|
permission: write
|
|
109
|
-
required_scopes:
|
|
110
|
-
- type: path
|
|
111
|
-
pattern: '**'
|
|
112
|
-
access: write
|
|
190
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
113
191
|
- name: wu:recover
|
|
114
192
|
entry: tool-impl/wu-lifecycle-tools.ts#wuRecoverTool
|
|
115
193
|
permission: write
|
|
116
|
-
required_scopes:
|
|
117
|
-
- type: path
|
|
118
|
-
pattern: '**'
|
|
119
|
-
access: write
|
|
194
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
120
195
|
- name: wu:release
|
|
121
196
|
entry: tool-impl/wu-lifecycle-tools.ts#wuReleaseTool
|
|
122
197
|
permission: write
|
|
123
|
-
required_scopes:
|
|
124
|
-
- type: path
|
|
125
|
-
pattern: '**'
|
|
126
|
-
access: write
|
|
198
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
127
199
|
- name: wu:repair
|
|
128
200
|
entry: tool-impl/wu-lifecycle-tools.ts#wuRepairTool
|
|
129
201
|
permission: write
|
|
130
|
-
required_scopes:
|
|
131
|
-
- type: path
|
|
132
|
-
pattern: '**'
|
|
133
|
-
access: write
|
|
202
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
134
203
|
- name: wu:sandbox
|
|
135
204
|
entry: tool-impl/wu-lifecycle-tools.ts#wuSandboxTool
|
|
136
205
|
permission: write
|
|
137
|
-
required_scopes:
|
|
138
|
-
- type: path
|
|
139
|
-
pattern: '**'
|
|
140
|
-
access: write
|
|
206
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
141
207
|
- name: wu:status
|
|
142
208
|
entry: tool-impl/wu-lifecycle-tools.ts#wuStatusTool
|
|
143
209
|
permission: read
|
|
@@ -148,17 +214,11 @@ tools:
|
|
|
148
214
|
- name: wu:unblock
|
|
149
215
|
entry: tool-impl/wu-lifecycle-tools.ts#wuUnblockTool
|
|
150
216
|
permission: write
|
|
151
|
-
required_scopes:
|
|
152
|
-
- type: path
|
|
153
|
-
pattern: '**'
|
|
154
|
-
access: write
|
|
217
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
155
218
|
- name: wu:unlock-lane
|
|
156
219
|
entry: tool-impl/wu-lifecycle-tools.ts#wuUnlockLaneTool
|
|
157
220
|
permission: write
|
|
158
|
-
required_scopes:
|
|
159
|
-
- type: path
|
|
160
|
-
pattern: '**'
|
|
161
|
-
access: write
|
|
221
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
162
222
|
- name: wu:validate
|
|
163
223
|
entry: tool-impl/wu-lifecycle-tools.ts#wuValidateTool
|
|
164
224
|
permission: read
|
|
@@ -170,17 +230,11 @@ tools:
|
|
|
170
230
|
- name: mem:checkpoint
|
|
171
231
|
entry: tool-impl/memory-tools.ts#memCheckpointTool
|
|
172
232
|
permission: write
|
|
173
|
-
required_scopes:
|
|
174
|
-
- type: path
|
|
175
|
-
pattern: '**'
|
|
176
|
-
access: write
|
|
233
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
177
234
|
- name: mem:cleanup
|
|
178
235
|
entry: tool-impl/memory-tools.ts#memCleanupTool
|
|
179
236
|
permission: write
|
|
180
|
-
required_scopes:
|
|
181
|
-
- type: path
|
|
182
|
-
pattern: '**'
|
|
183
|
-
access: write
|
|
237
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
184
238
|
- name: mem:context
|
|
185
239
|
entry: tool-impl/memory-tools.ts#memContextTool
|
|
186
240
|
permission: read
|
|
@@ -191,17 +245,11 @@ tools:
|
|
|
191
245
|
- name: mem:create
|
|
192
246
|
entry: tool-impl/memory-tools.ts#memCreateTool
|
|
193
247
|
permission: write
|
|
194
|
-
required_scopes:
|
|
195
|
-
- type: path
|
|
196
|
-
pattern: '**'
|
|
197
|
-
access: write
|
|
248
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
198
249
|
- name: mem:delete
|
|
199
250
|
entry: tool-impl/memory-tools.ts#memDeleteTool
|
|
200
251
|
permission: write
|
|
201
|
-
required_scopes:
|
|
202
|
-
- type: path
|
|
203
|
-
pattern: '**'
|
|
204
|
-
access: write
|
|
252
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
205
253
|
- name: mem:export
|
|
206
254
|
entry: tool-impl/memory-tools.ts#memExportTool
|
|
207
255
|
permission: read
|
|
@@ -219,10 +267,7 @@ tools:
|
|
|
219
267
|
- name: mem:init
|
|
220
268
|
entry: tool-impl/memory-tools.ts#memInitTool
|
|
221
269
|
permission: write
|
|
222
|
-
required_scopes:
|
|
223
|
-
- type: path
|
|
224
|
-
pattern: '**'
|
|
225
|
-
access: write
|
|
270
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
226
271
|
- name: mem:ready
|
|
227
272
|
entry: tool-impl/memory-tools.ts#memReadyTool
|
|
228
273
|
permission: read
|
|
@@ -233,24 +278,15 @@ tools:
|
|
|
233
278
|
- name: mem:recover
|
|
234
279
|
entry: tool-impl/memory-tools.ts#memRecoverTool
|
|
235
280
|
permission: write
|
|
236
|
-
required_scopes:
|
|
237
|
-
- type: path
|
|
238
|
-
pattern: '**'
|
|
239
|
-
access: write
|
|
281
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
240
282
|
- name: mem:signal
|
|
241
283
|
entry: tool-impl/memory-tools.ts#memSignalTool
|
|
242
284
|
permission: write
|
|
243
|
-
required_scopes:
|
|
244
|
-
- type: path
|
|
245
|
-
pattern: '**'
|
|
246
|
-
access: write
|
|
285
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
247
286
|
- name: mem:start
|
|
248
287
|
entry: tool-impl/memory-tools.ts#memStartTool
|
|
249
288
|
permission: write
|
|
250
|
-
required_scopes:
|
|
251
|
-
- type: path
|
|
252
|
-
pattern: '**'
|
|
253
|
-
access: write
|
|
289
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
254
290
|
- name: mem:summarize
|
|
255
291
|
entry: tool-impl/memory-tools.ts#memSummarizeTool
|
|
256
292
|
permission: read
|
|
@@ -261,43 +297,28 @@ tools:
|
|
|
261
297
|
- name: mem:triage
|
|
262
298
|
entry: tool-impl/memory-tools.ts#memTriageTool
|
|
263
299
|
permission: write
|
|
264
|
-
required_scopes:
|
|
265
|
-
- type: path
|
|
266
|
-
pattern: '**'
|
|
267
|
-
access: write
|
|
300
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
268
301
|
# initiative:*
|
|
269
302
|
- name: initiative:add-wu
|
|
270
303
|
entry: tool-impl/initiative-orchestration-tools.ts#initiativeAddWuTool
|
|
271
304
|
permission: write
|
|
272
|
-
required_scopes:
|
|
273
|
-
- type: path
|
|
274
|
-
pattern: '**'
|
|
275
|
-
access: write
|
|
305
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
276
306
|
required_approvals:
|
|
277
307
|
- software-delivery:remote_mutation
|
|
278
308
|
- name: initiative:bulk-assign
|
|
279
309
|
entry: tool-impl/initiative-orchestration-tools.ts#initiativeBulkAssignTool
|
|
280
310
|
permission: write
|
|
281
|
-
required_scopes:
|
|
282
|
-
- type: path
|
|
283
|
-
pattern: '**'
|
|
284
|
-
access: write
|
|
311
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
285
312
|
- name: initiative:create
|
|
286
313
|
entry: tool-impl/initiative-orchestration-tools.ts#initiativeCreateTool
|
|
287
314
|
permission: write
|
|
288
|
-
required_scopes:
|
|
289
|
-
- type: path
|
|
290
|
-
pattern: '**'
|
|
291
|
-
access: write
|
|
315
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
292
316
|
required_approvals:
|
|
293
317
|
- software-delivery:remote_mutation
|
|
294
318
|
- name: initiative:edit
|
|
295
319
|
entry: tool-impl/initiative-orchestration-tools.ts#initiativeEditTool
|
|
296
320
|
permission: write
|
|
297
|
-
required_scopes:
|
|
298
|
-
- type: path
|
|
299
|
-
pattern: '**'
|
|
300
|
-
access: write
|
|
321
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
301
322
|
- name: initiative:list
|
|
302
323
|
entry: tool-impl/initiative-orchestration-tools.ts#initiativeListTool
|
|
303
324
|
permission: read
|
|
@@ -315,10 +336,7 @@ tools:
|
|
|
315
336
|
- name: initiative:remove-wu
|
|
316
337
|
entry: tool-impl/initiative-orchestration-tools.ts#initiativeRemoveWuTool
|
|
317
338
|
permission: write
|
|
318
|
-
required_scopes:
|
|
319
|
-
- type: path
|
|
320
|
-
pattern: '**'
|
|
321
|
-
access: write
|
|
339
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
322
340
|
- name: initiative:status
|
|
323
341
|
entry: tool-impl/initiative-orchestration-tools.ts#initiativeStatusTool
|
|
324
342
|
permission: read
|
|
@@ -339,10 +357,7 @@ tools:
|
|
|
339
357
|
- name: lane:suggest
|
|
340
358
|
entry: tool-impl/runtime-native-tools.ts#laneSuggestTool
|
|
341
359
|
permission: write
|
|
342
|
-
required_scopes:
|
|
343
|
-
- type: path
|
|
344
|
-
pattern: '**'
|
|
345
|
-
access: write
|
|
360
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
346
361
|
required_approvals:
|
|
347
362
|
- software-delivery:remote_mutation
|
|
348
363
|
# flow:*
|
|
@@ -365,34 +380,22 @@ tools:
|
|
|
365
380
|
- name: gates
|
|
366
381
|
entry: tool-impl/wu-lifecycle-tools.ts#gatesTool
|
|
367
382
|
permission: write
|
|
368
|
-
required_scopes:
|
|
369
|
-
- type: path
|
|
370
|
-
pattern: '**'
|
|
371
|
-
access: write
|
|
383
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
372
384
|
required_approvals: []
|
|
373
385
|
- name: gates:docs
|
|
374
386
|
entry: tool-impl/wu-lifecycle-tools.ts#gatesDocsTool
|
|
375
387
|
permission: write
|
|
376
|
-
required_scopes:
|
|
377
|
-
- type: path
|
|
378
|
-
pattern: '**'
|
|
379
|
-
access: write
|
|
388
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
380
389
|
required_approvals: []
|
|
381
390
|
# file:*
|
|
382
391
|
- name: file:delete
|
|
383
392
|
entry: tool-impl/runtime-native-tools.ts#fileDeleteTool
|
|
384
393
|
permission: write
|
|
385
|
-
required_scopes:
|
|
386
|
-
- type: path
|
|
387
|
-
pattern: '**'
|
|
388
|
-
access: write
|
|
394
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
389
395
|
- name: file:edit
|
|
390
396
|
entry: tool-impl/runtime-native-tools.ts#fileEditTool
|
|
391
397
|
permission: write
|
|
392
|
-
required_scopes:
|
|
393
|
-
- type: path
|
|
394
|
-
pattern: '**'
|
|
395
|
-
access: write
|
|
398
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
396
399
|
- name: file:read
|
|
397
400
|
entry: tool-impl/runtime-native-tools.ts#fileReadTool
|
|
398
401
|
permission: read
|
|
@@ -403,18 +406,12 @@ tools:
|
|
|
403
406
|
- name: file:write
|
|
404
407
|
entry: tool-impl/runtime-native-tools.ts#fileWriteTool
|
|
405
408
|
permission: write
|
|
406
|
-
required_scopes:
|
|
407
|
-
- type: path
|
|
408
|
-
pattern: '**'
|
|
409
|
-
access: write
|
|
409
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
410
410
|
# git:*
|
|
411
411
|
- name: git:branch
|
|
412
412
|
entry: tool-impl/runtime-native-tools.ts#gitBranchTool
|
|
413
413
|
permission: write
|
|
414
|
-
required_scopes:
|
|
415
|
-
- type: path
|
|
416
|
-
pattern: '**'
|
|
417
|
-
access: write
|
|
414
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
418
415
|
- name: git:diff
|
|
419
416
|
entry: tool-impl/runtime-native-tools.ts#gitDiffTool
|
|
420
417
|
permission: read
|
|
@@ -447,24 +444,15 @@ tools:
|
|
|
447
444
|
- name: agent:log-issue
|
|
448
445
|
entry: tool-impl/agent-tools.ts#agentLogIssueTool
|
|
449
446
|
permission: write
|
|
450
|
-
required_scopes:
|
|
451
|
-
- type: path
|
|
452
|
-
pattern: '**'
|
|
453
|
-
access: write
|
|
447
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
454
448
|
- name: agent:session
|
|
455
449
|
entry: tool-impl/agent-tools.ts#agentSessionTool
|
|
456
450
|
permission: write
|
|
457
|
-
required_scopes:
|
|
458
|
-
- type: path
|
|
459
|
-
pattern: '**'
|
|
460
|
-
access: write
|
|
451
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
461
452
|
- name: agent:session-end
|
|
462
453
|
entry: tool-impl/agent-tools.ts#agentSessionEndTool
|
|
463
454
|
permission: write
|
|
464
|
-
required_scopes:
|
|
465
|
-
- type: path
|
|
466
|
-
pattern: '**'
|
|
467
|
-
access: write
|
|
455
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
468
456
|
# orchestrate:*
|
|
469
457
|
- name: orchestrate:init-status
|
|
470
458
|
entry: tool-impl/initiative-orchestration-tools.ts#orchestrateInitStatusTool
|
|
@@ -476,10 +464,7 @@ tools:
|
|
|
476
464
|
- name: orchestrate:initiative
|
|
477
465
|
entry: tool-impl/initiative-orchestration-tools.ts#orchestrateInitiativeTool
|
|
478
466
|
permission: write
|
|
479
|
-
required_scopes:
|
|
480
|
-
- type: path
|
|
481
|
-
pattern: '**'
|
|
482
|
-
access: write
|
|
467
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
483
468
|
- name: orchestrate:monitor
|
|
484
469
|
entry: tool-impl/initiative-orchestration-tools.ts#orchestrateMonitorTool
|
|
485
470
|
permission: read
|
|
@@ -491,17 +476,11 @@ tools:
|
|
|
491
476
|
- name: state:bootstrap
|
|
492
477
|
entry: tool-impl/runtime-native-tools.ts#stateBootstrapTool
|
|
493
478
|
permission: write
|
|
494
|
-
required_scopes:
|
|
495
|
-
- type: path
|
|
496
|
-
pattern: '**'
|
|
497
|
-
access: write
|
|
479
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
498
480
|
- name: state:cleanup
|
|
499
481
|
entry: tool-impl/runtime-native-tools.ts#stateCleanupTool
|
|
500
482
|
permission: write
|
|
501
|
-
required_scopes:
|
|
502
|
-
- type: path
|
|
503
|
-
pattern: '**'
|
|
504
|
-
access: write
|
|
483
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
505
484
|
- name: state:doctor
|
|
506
485
|
entry: tool-impl/runtime-native-tools.ts#stateDoctorTool
|
|
507
486
|
permission: read
|
|
@@ -513,50 +492,32 @@ tools:
|
|
|
513
492
|
- name: plan:create
|
|
514
493
|
entry: tool-impl/initiative-orchestration-tools.ts#planCreateTool
|
|
515
494
|
permission: write
|
|
516
|
-
required_scopes:
|
|
517
|
-
- type: path
|
|
518
|
-
pattern: '**'
|
|
519
|
-
access: write
|
|
495
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
520
496
|
required_approvals:
|
|
521
497
|
- software-delivery:remote_mutation
|
|
522
498
|
- name: plan:edit
|
|
523
499
|
entry: tool-impl/initiative-orchestration-tools.ts#planEditTool
|
|
524
500
|
permission: write
|
|
525
|
-
required_scopes:
|
|
526
|
-
- type: path
|
|
527
|
-
pattern: '**'
|
|
528
|
-
access: write
|
|
501
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
529
502
|
- name: plan:link
|
|
530
503
|
entry: tool-impl/initiative-orchestration-tools.ts#planLinkTool
|
|
531
504
|
permission: write
|
|
532
|
-
required_scopes:
|
|
533
|
-
- type: path
|
|
534
|
-
pattern: '**'
|
|
535
|
-
access: write
|
|
505
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
536
506
|
- name: plan:promote
|
|
537
507
|
entry: tool-impl/initiative-orchestration-tools.ts#planPromoteTool
|
|
538
508
|
permission: write
|
|
539
|
-
required_scopes:
|
|
540
|
-
- type: path
|
|
541
|
-
pattern: '**'
|
|
542
|
-
access: write
|
|
509
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
543
510
|
required_approvals:
|
|
544
511
|
- software-delivery:remote_mutation
|
|
545
512
|
# setup:*
|
|
546
513
|
- name: backlog:prune
|
|
547
514
|
entry: tool-impl/runtime-native-tools.ts#backlogPruneTool
|
|
548
515
|
permission: write
|
|
549
|
-
required_scopes:
|
|
550
|
-
- type: path
|
|
551
|
-
pattern: '**'
|
|
552
|
-
access: write
|
|
516
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
553
517
|
- name: cloud:connect
|
|
554
518
|
entry: tool-impl/initiative-orchestration-tools.ts#cloudConnectTool
|
|
555
519
|
permission: write
|
|
556
|
-
required_scopes:
|
|
557
|
-
- type: path
|
|
558
|
-
pattern: '**'
|
|
559
|
-
access: write
|
|
520
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
560
521
|
- name: config:get
|
|
561
522
|
entry: tool-impl/runtime-native-tools.ts#configGetTool
|
|
562
523
|
permission: read
|
|
@@ -567,10 +528,7 @@ tools:
|
|
|
567
528
|
- name: config:set
|
|
568
529
|
entry: tool-impl/runtime-native-tools.ts#configSetTool
|
|
569
530
|
permission: write
|
|
570
|
-
required_scopes:
|
|
571
|
-
- type: path
|
|
572
|
-
pattern: '**'
|
|
573
|
-
access: write
|
|
531
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
574
532
|
- name: delegation:list
|
|
575
533
|
entry: tool-impl/initiative-orchestration-tools.ts#delegationListTool
|
|
576
534
|
permission: read
|
|
@@ -581,10 +539,7 @@ tools:
|
|
|
581
539
|
- name: docs:sync
|
|
582
540
|
entry: tool-impl/initiative-orchestration-tools.ts#docsSyncTool
|
|
583
541
|
permission: write
|
|
584
|
-
required_scopes:
|
|
585
|
-
- type: path
|
|
586
|
-
pattern: '**'
|
|
587
|
-
access: write
|
|
542
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
588
543
|
- name: init:plan
|
|
589
544
|
entry: tool-impl/initiative-orchestration-tools.ts#initPlanTool
|
|
590
545
|
permission: read
|
|
@@ -595,10 +550,7 @@ tools:
|
|
|
595
550
|
- name: lumenflow
|
|
596
551
|
entry: tool-impl/initiative-orchestration-tools.ts#lumenflowTool
|
|
597
552
|
permission: write
|
|
598
|
-
required_scopes:
|
|
599
|
-
- type: path
|
|
600
|
-
pattern: '**'
|
|
601
|
-
access: write
|
|
553
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
602
554
|
- name: lumenflow:doctor
|
|
603
555
|
entry: tool-impl/initiative-orchestration-tools.ts#lumenflowDoctorTool
|
|
604
556
|
permission: read
|
|
@@ -609,24 +561,15 @@ tools:
|
|
|
609
561
|
- name: lumenflow:integrate
|
|
610
562
|
entry: tool-impl/initiative-orchestration-tools.ts#lumenflowIntegrateTool
|
|
611
563
|
permission: write
|
|
612
|
-
required_scopes:
|
|
613
|
-
- type: path
|
|
614
|
-
pattern: '**'
|
|
615
|
-
access: write
|
|
564
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
616
565
|
- name: lumenflow:release
|
|
617
566
|
entry: tool-impl/initiative-orchestration-tools.ts#lumenflowReleaseTool
|
|
618
567
|
permission: write
|
|
619
|
-
required_scopes:
|
|
620
|
-
- type: path
|
|
621
|
-
pattern: '**'
|
|
622
|
-
access: write
|
|
568
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
623
569
|
- name: lumenflow:upgrade
|
|
624
570
|
entry: tool-impl/initiative-orchestration-tools.ts#lumenflowUpgradeTool
|
|
625
571
|
permission: write
|
|
626
|
-
required_scopes:
|
|
627
|
-
- type: path
|
|
628
|
-
pattern: '**'
|
|
629
|
-
access: write
|
|
572
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
630
573
|
- name: metrics
|
|
631
574
|
entry: tool-impl/flow-metrics-tools.ts#metricsTool
|
|
632
575
|
permission: read
|
|
@@ -651,17 +594,11 @@ tools:
|
|
|
651
594
|
- name: signal:cleanup
|
|
652
595
|
entry: tool-impl/runtime-native-tools.ts#signalCleanupTool
|
|
653
596
|
permission: write
|
|
654
|
-
required_scopes:
|
|
655
|
-
- type: path
|
|
656
|
-
pattern: '**'
|
|
657
|
-
access: write
|
|
597
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
658
598
|
- name: sync:templates
|
|
659
599
|
entry: tool-impl/initiative-orchestration-tools.ts#syncTemplatesTool
|
|
660
600
|
permission: write
|
|
661
|
-
required_scopes:
|
|
662
|
-
- type: path
|
|
663
|
-
pattern: '**'
|
|
664
|
-
access: write
|
|
601
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
665
602
|
- name: validate
|
|
666
603
|
entry: tool-impl/runtime-native-tools.ts#validateTool
|
|
667
604
|
permission: read
|
|
@@ -707,10 +644,7 @@ tools:
|
|
|
707
644
|
- name: workspace:init
|
|
708
645
|
entry: tool-impl/initiative-orchestration-tools.ts#workspaceInitTool
|
|
709
646
|
permission: write
|
|
710
|
-
required_scopes:
|
|
711
|
-
- type: path
|
|
712
|
-
pattern: '**'
|
|
713
|
-
access: write
|
|
647
|
+
required_scopes: *softwareDeliveryWriteScopes
|
|
714
648
|
policies:
|
|
715
649
|
- id: software-delivery.gate.format
|
|
716
650
|
trigger: on_completion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumenflow/packs-software-delivery",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Software delivery pack for LumenFlow — work units, gates, lanes, initiatives, and agent coordination",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lumenflow",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"yaml": "^2.8.2",
|
|
114
114
|
"zod": "^4.3.6",
|
|
115
115
|
"@lumenflow/host": "^5.0.0-alpha.0",
|
|
116
|
-
"@lumenflow/kernel": "^5.0.
|
|
116
|
+
"@lumenflow/kernel": "^5.0.1"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"simple-git": "^3.27.0",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"vitest": "^4.0.18"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
|
-
"@lumenflow/core": "5.0.
|
|
124
|
+
"@lumenflow/core": "5.0.1"
|
|
125
125
|
},
|
|
126
126
|
"peerDependenciesMeta": {
|
|
127
127
|
"@lumenflow/core": {
|