mustflow 2.32.0 → 2.38.0
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/dist/cli/commands/api/actions.js +55 -0
- package/dist/cli/commands/api/report-runner.js +62 -0
- package/dist/cli/commands/api/serve.js +149 -0
- package/dist/cli/commands/api/workspace-recommendations.js +13 -0
- package/dist/cli/commands/api.js +15 -275
- package/dist/cli/lib/local-index/search-read-model.js +44 -7
- package/dist/cli/lib/validation/frontmatter.js +75 -0
- package/dist/cli/lib/validation/index.js +4 -86
- package/dist/cli/lib/validation/safe-read.js +13 -0
- package/dist/core/active-run-locks.js +110 -10
- package/dist/core/run-performance-history.js +14 -1
- package/dist/core/validation-ratchet.js +1 -1
- package/package.json +1 -1
- package/templates/default/i18n.toml +61 -19
- package/templates/default/locales/en/.mustflow/docs/agent-workflow.md +15 -7
- package/templates/default/locales/en/.mustflow/skills/INDEX.md +21 -8
- package/templates/default/locales/en/.mustflow/skills/adapter-boundary/SKILL.md +9 -2
- package/templates/default/locales/en/.mustflow/skills/ai-generated-code-hardening/SKILL.md +249 -0
- package/templates/default/locales/en/.mustflow/skills/api-contract-change/SKILL.md +16 -11
- package/templates/default/locales/en/.mustflow/skills/auth-permission-change/SKILL.md +11 -4
- package/templates/default/locales/en/.mustflow/skills/backend-reliability-change/SKILL.md +289 -0
- package/templates/default/locales/en/.mustflow/skills/css-code-change/SKILL.md +24 -14
- package/templates/default/locales/en/.mustflow/skills/dependency-upgrade-review/SKILL.md +18 -7
- package/templates/default/locales/en/.mustflow/skills/frontend-render-stability/SKILL.md +144 -0
- package/templates/default/locales/en/.mustflow/skills/go-code-change/SKILL.md +70 -18
- package/templates/default/locales/en/.mustflow/skills/html-code-change/SKILL.md +20 -13
- package/templates/default/locales/en/.mustflow/skills/http-delivery-streaming/SKILL.md +205 -0
- package/templates/default/locales/en/.mustflow/skills/performance-budget-check/SKILL.md +9 -7
- package/templates/default/locales/en/.mustflow/skills/powershell-code-change/SKILL.md +158 -0
- package/templates/default/locales/en/.mustflow/skills/proactive-risk-surfacing/SKILL.md +198 -0
- package/templates/default/locales/en/.mustflow/skills/python-code-change/SKILL.md +27 -11
- package/templates/default/locales/en/.mustflow/skills/routes.toml +43 -1
- package/templates/default/locales/en/.mustflow/skills/rust-code-change/SKILL.md +41 -17
- package/templates/default/locales/en/.mustflow/skills/service-boundary-architecture/SKILL.md +167 -0
- package/templates/default/locales/en/.mustflow/skills/tailwind-code-change/SKILL.md +37 -23
- package/templates/default/locales/en/.mustflow/skills/tauri-code-change/SKILL.md +27 -10
- package/templates/default/locales/en/.mustflow/skills/typescript-code-change/SKILL.md +22 -4
- package/templates/default/locales/en/.mustflow/skills/unocss-code-change/SKILL.md +34 -15
- package/templates/default/locales/en/.mustflow/skills/version-freshness-check/SKILL.md +29 -5
- package/templates/default/locales/en/AGENTS.md +3 -2
- package/templates/default/locales/ko/.mustflow/docs/agent-workflow.md +13 -8
- package/templates/default/locales/ko/AGENTS.md +2 -2
- package/templates/default/manifest.toml +44 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
mustflow_doc: agents.root
|
|
3
3
|
locale: en
|
|
4
4
|
canonical: true
|
|
5
|
-
revision:
|
|
5
|
+
revision: 15
|
|
6
6
|
lifecycle: user-editable
|
|
7
7
|
authority: binding
|
|
8
8
|
---
|
|
@@ -44,7 +44,8 @@ mustflow-managed details are under `.mustflow/`.
|
|
|
44
44
|
- Do not directly start development servers, watchers, browser interfaces, interactive prompts,
|
|
45
45
|
or background processes.
|
|
46
46
|
- Do not start autonomous loops, worker processes, persona systems, or long-running harness
|
|
47
|
-
processes unless this repository explicitly configures
|
|
47
|
+
processes unless this repository explicitly configures their lifecycle, safety, and approval
|
|
48
|
+
boundaries.
|
|
48
49
|
- Follow `[budget]`, `[approval]`, and `[isolation]` in `.mustflow/config/mustflow.toml` when a
|
|
49
50
|
task may run for a long time or affect sensitive state.
|
|
50
51
|
- Use `mf doctor` or `mf doctor --json` for a read-only health check before broad changes.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
mustflow_doc: docs.agent-workflow
|
|
3
3
|
locale: ko
|
|
4
4
|
canonical: false
|
|
5
|
-
revision:
|
|
5
|
+
revision: 28
|
|
6
6
|
lifecycle: mustflow-owned
|
|
7
7
|
authority: workflow-policy
|
|
8
8
|
---
|
|
@@ -20,7 +20,7 @@ authority: workflow-policy
|
|
|
20
20
|
- 작업 시작 전 확인해야 할 문서 흐름
|
|
21
21
|
- 상위 작업 공간과 하위 저장소 규칙 간 우선순위
|
|
22
22
|
- 반복 입력의 안정성 유지 정책
|
|
23
|
-
-
|
|
23
|
+
- 기본 작업 흐름과 선택형 런타임, 조정, 작업 항목 표면의 경계
|
|
24
24
|
- 계층형 압축 기억 정책과 요약 기억의 권위 한계
|
|
25
25
|
- 명령 인텐트 상태별 실행 정책
|
|
26
26
|
- 장기 실행 프로세스 방지 정책
|
|
@@ -217,15 +217,20 @@ mustflow 지침은 다음 지점에서 다시 확인합니다.
|
|
|
217
217
|
|
|
218
218
|
프로젝트 내에 숨겨진 내부 추론, 비밀정보, 전체 대화 전문, 전체 터미널 출력, 원본 이벤트 로그, 원본 명령 로그를 저장하지 않습니다. 향후 호스트가 요약을 만들더라도 요약은 출처가 있어야 하며, 현재 파일과 현재 사용자 지시보다 낮은 권위를 가집니다.
|
|
219
219
|
|
|
220
|
-
## 실행
|
|
220
|
+
## 실행 하네스와 런타임 표면
|
|
221
221
|
|
|
222
|
-
mustflow는
|
|
222
|
+
mustflow는 저장소 안의 작업 흐름 파일과 명령 실행 경계에서 시작하지만, 선택형 런타임,
|
|
223
|
+
조정, 작업 항목, 어댑터, 하네스 표면으로 확장될 수 있습니다. 새 표면은 문서 문구,
|
|
224
|
+
생성 상태, 추측 명령에 몰래 섞는 대신 명시적이고, 경계가 있고, 검토 가능해야 합니다.
|
|
223
225
|
|
|
224
|
-
- 사고
|
|
225
|
-
- 실행
|
|
226
|
-
- 세션
|
|
226
|
+
- 사고 표면: `AGENTS.md`, 이 문서, 스킬 문서는 모델이 따라야 할 작업 절차를 설명합니다.
|
|
227
|
+
- 실행 표면: `.mustflow/config/commands.toml`과 `mf run`은 안전한 명령 실행 경계를 정합니다.
|
|
228
|
+
- 세션 표면: 실행 기록, 제한된 체크포인트, 작은 인계 문서, 향후 작업 항목 기록은 복구와 검토 근거를 남깁니다.
|
|
229
|
+
- 런타임 표면: 작업자 폴더, 페르소나 시스템, 다중 실행 조정, 서비스 프로세스,
|
|
230
|
+
자율 반복 실행기는 생명주기, 보존, 격리, 승인, 검증 규칙을 선언해야 합니다.
|
|
227
231
|
|
|
228
|
-
|
|
232
|
+
런타임이나 조정 표면을 암묵적 관습으로 운용하지 않습니다. 저장소가 해당 기능을 지원하기로
|
|
233
|
+
선택하면 명시적 설정, 명령 계약, 테스트, 문서를 통해 추가하거나 켭니다.
|
|
229
234
|
|
|
230
235
|
## 장기 작업 단계
|
|
231
236
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
mustflow_doc: agents.root
|
|
3
3
|
locale: ko
|
|
4
4
|
canonical: false
|
|
5
|
-
revision:
|
|
5
|
+
revision: 22
|
|
6
6
|
lifecycle: user-editable
|
|
7
7
|
authority: binding
|
|
8
8
|
---
|
|
@@ -38,7 +38,7 @@ mustflow가 관리하는 세부 문서와 설정은 `.mustflow/` 폴더 아래
|
|
|
38
38
|
- `mf run` 명령 인텐트는 순차적으로 실행합니다. 설정된 인텐트가 아직 실행 중이면 다른 `mf run`을 시작하지 말고, 특히 인텐트가 `dist/`처럼 비어 있지 않은 `writes`를 선언한 경우 반드시 완료될 때까지 기다립니다.
|
|
39
39
|
- 위험을 최소화하는 가장 좁은 검증 명령 인텐트를 선택합니다. 명령 계약에 관련 테스트나 빠른 검사가 있으면 넓은 전체 테스트보다 우선하며, 더 좁은 검증 인텐트가 없으면 느린 전체 테스트를 조용히 기본값으로 삼지 말고 누락 사실을 보고합니다.
|
|
40
40
|
- 개발 서버, 감시 모드, 브라우저, 대화형 명령, 백그라운드 프로세스는 직접 실행하지 않습니다.
|
|
41
|
-
- 이 저장소가 명시적으로 설정하지 않았다면 자율 반복 실행기, 다중 작업자 조정, 페르소나 시스템, 장기 실행 하네스(실행 환경)는 시작하지 않습니다.
|
|
41
|
+
- 이 저장소가 생명주기, 안전 경계, 승인 경계를 명시적으로 설정하지 않았다면 자율 반복 실행기, 다중 작업자 조정, 페르소나 시스템, 장기 실행 하네스(실행 환경)는 시작하지 않습니다.
|
|
42
42
|
- 작업이 장시간 실행되거나 민감한 상태에 영향을 줄 수 있다면 `.mustflow/config/mustflow.toml`의 `[budget]`, `[approval]`, `[isolation]` 정책을 따릅니다.
|
|
43
43
|
- 수정 전 현재 mustflow 루트 상태와 다음 단계를 빠르게 확인하려면 `mf doctor` 또는 `mf doctor --json`을 사용합니다. 이 명령은 파일을 쓰지 않는 진단용 명령입니다.
|
|
44
44
|
- `mf context --json`은 읽기 전용 컨텍스트 확인 용도로 사용할 수 있으나, 실제 작업 규칙이나 명령 계약을 대체하지 않습니다.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
id = "default"
|
|
2
2
|
name = "default"
|
|
3
|
-
version = "2.
|
|
3
|
+
version = "2.38.0"
|
|
4
4
|
description = "Minimal workflow for LLM agents to read, edit, and verify their work in a repository."
|
|
5
5
|
common_root = "common"
|
|
6
6
|
locales_root = "locales"
|
|
@@ -13,11 +13,15 @@ creates = [
|
|
|
13
13
|
".mustflow/skills/routes.toml",
|
|
14
14
|
".mustflow/skills/adapter-boundary/SKILL.md",
|
|
15
15
|
".mustflow/skills/api-contract-change/SKILL.md",
|
|
16
|
+
".mustflow/skills/backend-reliability-change/SKILL.md",
|
|
17
|
+
".mustflow/skills/http-delivery-streaming/SKILL.md",
|
|
16
18
|
".mustflow/skills/artifact-integrity-check/SKILL.md",
|
|
17
19
|
".mustflow/skills/architecture-deepening-review/SKILL.md",
|
|
20
|
+
".mustflow/skills/service-boundary-architecture/SKILL.md",
|
|
18
21
|
".mustflow/skills/auth-permission-change/SKILL.md",
|
|
19
22
|
".mustflow/skills/behavior-preserving-refactor/SKILL.md",
|
|
20
23
|
".mustflow/skills/code-review/SKILL.md",
|
|
24
|
+
".mustflow/skills/ai-generated-code-hardening/SKILL.md",
|
|
21
25
|
".mustflow/skills/codebase-orientation/SKILL.md",
|
|
22
26
|
".mustflow/skills/heuristic-candidate-selection/SKILL.md",
|
|
23
27
|
".mustflow/skills/clarifying-question-gate/SKILL.md",
|
|
@@ -38,6 +42,7 @@ creates = [
|
|
|
38
42
|
".mustflow/skills/javascript-code-change/SKILL.md",
|
|
39
43
|
".mustflow/skills/node-code-change/SKILL.md",
|
|
40
44
|
".mustflow/skills/python-code-change/SKILL.md",
|
|
45
|
+
".mustflow/skills/powershell-code-change/SKILL.md",
|
|
41
46
|
".mustflow/skills/rust-code-change/SKILL.md",
|
|
42
47
|
".mustflow/skills/runtime-target-selection/SKILL.md",
|
|
43
48
|
".mustflow/skills/structure-first-engineering/SKILL.md",
|
|
@@ -76,6 +81,7 @@ creates = [
|
|
|
76
81
|
".mustflow/skills/external-skill-intake/SKILL.md",
|
|
77
82
|
".mustflow/skills/github-contribution-quality-gate/SKILL.md",
|
|
78
83
|
".mustflow/skills/file-path-cross-platform-change/SKILL.md",
|
|
84
|
+
".mustflow/skills/frontend-render-stability/SKILL.md",
|
|
79
85
|
".mustflow/skills/idea-triage/SKILL.md",
|
|
80
86
|
".mustflow/skills/facade-pattern/SKILL.md",
|
|
81
87
|
".mustflow/skills/instruction-conflict-scope-check/SKILL.md",
|
|
@@ -89,6 +95,7 @@ creates = [
|
|
|
89
95
|
".mustflow/skills/process-execution-safety/SKILL.md",
|
|
90
96
|
".mustflow/skills/public-json-contract-change/SKILL.md",
|
|
91
97
|
".mustflow/skills/provenance-license-gate/SKILL.md",
|
|
98
|
+
".mustflow/skills/proactive-risk-surfacing/SKILL.md",
|
|
92
99
|
".mustflow/skills/repo-improvement-loop/SKILL.md",
|
|
93
100
|
".mustflow/skills/restricted-handoff-resume/SKILL.md",
|
|
94
101
|
".mustflow/skills/structure-discovery-gate/SKILL.md",
|
|
@@ -141,9 +148,12 @@ available = ["minimal", "patterns", "oss", "team", "product", "library"]
|
|
|
141
148
|
minimal = [
|
|
142
149
|
"adapter-boundary",
|
|
143
150
|
"api-contract-change",
|
|
151
|
+
"backend-reliability-change",
|
|
152
|
+
"http-delivery-streaming",
|
|
144
153
|
"auth-permission-change",
|
|
145
154
|
"behavior-preserving-refactor",
|
|
146
155
|
"code-review",
|
|
156
|
+
"ai-generated-code-hardening",
|
|
147
157
|
"codebase-orientation",
|
|
148
158
|
"heuristic-candidate-selection",
|
|
149
159
|
"clarifying-question-gate",
|
|
@@ -163,6 +173,7 @@ minimal = [
|
|
|
163
173
|
"javascript-code-change",
|
|
164
174
|
"node-code-change",
|
|
165
175
|
"python-code-change",
|
|
176
|
+
"powershell-code-change",
|
|
166
177
|
"rust-code-change",
|
|
167
178
|
"runtime-target-selection",
|
|
168
179
|
"svelte-code-change",
|
|
@@ -191,6 +202,7 @@ minimal = [
|
|
|
191
202
|
"instruction-conflict-scope-check",
|
|
192
203
|
"pattern-scout",
|
|
193
204
|
"provenance-license-gate",
|
|
205
|
+
"proactive-risk-surfacing",
|
|
194
206
|
"requirement-regression-guard",
|
|
195
207
|
"restricted-handoff-resume",
|
|
196
208
|
"repro-first-debug",
|
|
@@ -207,10 +219,14 @@ minimal = [
|
|
|
207
219
|
patterns = [
|
|
208
220
|
"adapter-boundary",
|
|
209
221
|
"architecture-deepening-review",
|
|
222
|
+
"service-boundary-architecture",
|
|
210
223
|
"api-contract-change",
|
|
224
|
+
"backend-reliability-change",
|
|
225
|
+
"http-delivery-streaming",
|
|
211
226
|
"auth-permission-change",
|
|
212
227
|
"behavior-preserving-refactor",
|
|
213
228
|
"code-review",
|
|
229
|
+
"ai-generated-code-hardening",
|
|
214
230
|
"codebase-orientation",
|
|
215
231
|
"heuristic-candidate-selection",
|
|
216
232
|
"clarifying-question-gate",
|
|
@@ -230,6 +246,7 @@ patterns = [
|
|
|
230
246
|
"javascript-code-change",
|
|
231
247
|
"node-code-change",
|
|
232
248
|
"python-code-change",
|
|
249
|
+
"powershell-code-change",
|
|
233
250
|
"rust-code-change",
|
|
234
251
|
"runtime-target-selection",
|
|
235
252
|
"svelte-code-change",
|
|
@@ -264,6 +281,7 @@ patterns = [
|
|
|
264
281
|
"pattern-scout",
|
|
265
282
|
"pure-core-imperative-shell",
|
|
266
283
|
"provenance-license-gate",
|
|
284
|
+
"proactive-risk-surfacing",
|
|
267
285
|
"repo-improvement-loop",
|
|
268
286
|
"restricted-handoff-resume",
|
|
269
287
|
"result-option",
|
|
@@ -284,11 +302,15 @@ patterns = [
|
|
|
284
302
|
oss = [
|
|
285
303
|
"adapter-boundary",
|
|
286
304
|
"api-contract-change",
|
|
305
|
+
"backend-reliability-change",
|
|
306
|
+
"http-delivery-streaming",
|
|
287
307
|
"artifact-integrity-check",
|
|
288
308
|
"architecture-deepening-review",
|
|
309
|
+
"service-boundary-architecture",
|
|
289
310
|
"auth-permission-change",
|
|
290
311
|
"behavior-preserving-refactor",
|
|
291
312
|
"code-review",
|
|
313
|
+
"ai-generated-code-hardening",
|
|
292
314
|
"codebase-orientation",
|
|
293
315
|
"heuristic-candidate-selection",
|
|
294
316
|
"clarifying-question-gate",
|
|
@@ -308,6 +330,7 @@ oss = [
|
|
|
308
330
|
"javascript-code-change",
|
|
309
331
|
"node-code-change",
|
|
310
332
|
"python-code-change",
|
|
333
|
+
"powershell-code-change",
|
|
311
334
|
"rust-code-change",
|
|
312
335
|
"runtime-target-selection",
|
|
313
336
|
"svelte-code-change",
|
|
@@ -352,6 +375,7 @@ oss = [
|
|
|
352
375
|
"provenance-license-gate",
|
|
353
376
|
"public-json-contract-change",
|
|
354
377
|
"pure-core-imperative-shell",
|
|
378
|
+
"proactive-risk-surfacing",
|
|
355
379
|
"readme-authoring",
|
|
356
380
|
"release-notes-authoring",
|
|
357
381
|
"release-publish-change",
|
|
@@ -378,10 +402,14 @@ oss = [
|
|
|
378
402
|
team = [
|
|
379
403
|
"adapter-boundary",
|
|
380
404
|
"architecture-deepening-review",
|
|
405
|
+
"service-boundary-architecture",
|
|
381
406
|
"api-contract-change",
|
|
407
|
+
"backend-reliability-change",
|
|
408
|
+
"http-delivery-streaming",
|
|
382
409
|
"auth-permission-change",
|
|
383
410
|
"behavior-preserving-refactor",
|
|
384
411
|
"code-review",
|
|
412
|
+
"ai-generated-code-hardening",
|
|
385
413
|
"codebase-orientation",
|
|
386
414
|
"heuristic-candidate-selection",
|
|
387
415
|
"clarifying-question-gate",
|
|
@@ -401,6 +429,7 @@ team = [
|
|
|
401
429
|
"javascript-code-change",
|
|
402
430
|
"node-code-change",
|
|
403
431
|
"python-code-change",
|
|
432
|
+
"powershell-code-change",
|
|
404
433
|
"rust-code-change",
|
|
405
434
|
"runtime-target-selection",
|
|
406
435
|
"svelte-code-change",
|
|
@@ -439,6 +468,7 @@ team = [
|
|
|
439
468
|
"process-execution-safety",
|
|
440
469
|
"pure-core-imperative-shell",
|
|
441
470
|
"provenance-license-gate",
|
|
471
|
+
"proactive-risk-surfacing",
|
|
442
472
|
"result-option",
|
|
443
473
|
"requirement-regression-guard",
|
|
444
474
|
"restricted-handoff-resume",
|
|
@@ -458,9 +488,13 @@ team = [
|
|
|
458
488
|
product = [
|
|
459
489
|
"adapter-boundary",
|
|
460
490
|
"api-contract-change",
|
|
491
|
+
"backend-reliability-change",
|
|
492
|
+
"http-delivery-streaming",
|
|
493
|
+
"service-boundary-architecture",
|
|
461
494
|
"auth-permission-change",
|
|
462
495
|
"behavior-preserving-refactor",
|
|
463
496
|
"code-review",
|
|
497
|
+
"ai-generated-code-hardening",
|
|
464
498
|
"codebase-orientation",
|
|
465
499
|
"heuristic-candidate-selection",
|
|
466
500
|
"clarifying-question-gate",
|
|
@@ -480,6 +514,7 @@ product = [
|
|
|
480
514
|
"javascript-code-change",
|
|
481
515
|
"node-code-change",
|
|
482
516
|
"python-code-change",
|
|
517
|
+
"powershell-code-change",
|
|
483
518
|
"rust-code-change",
|
|
484
519
|
"runtime-target-selection",
|
|
485
520
|
"svelte-code-change",
|
|
@@ -509,6 +544,7 @@ product = [
|
|
|
509
544
|
"github-contribution-quality-gate",
|
|
510
545
|
"failure-triage",
|
|
511
546
|
"file-path-cross-platform-change",
|
|
547
|
+
"frontend-render-stability",
|
|
512
548
|
"idea-triage",
|
|
513
549
|
"instruction-conflict-scope-check",
|
|
514
550
|
"llm-service-ux-review",
|
|
@@ -517,6 +553,7 @@ product = [
|
|
|
517
553
|
"performance-budget-check",
|
|
518
554
|
"pure-core-imperative-shell",
|
|
519
555
|
"provenance-license-gate",
|
|
556
|
+
"proactive-risk-surfacing",
|
|
520
557
|
"result-option",
|
|
521
558
|
"requirement-regression-guard",
|
|
522
559
|
"restricted-handoff-resume",
|
|
@@ -540,11 +577,15 @@ product = [
|
|
|
540
577
|
library = [
|
|
541
578
|
"adapter-boundary",
|
|
542
579
|
"api-contract-change",
|
|
580
|
+
"backend-reliability-change",
|
|
581
|
+
"http-delivery-streaming",
|
|
543
582
|
"artifact-integrity-check",
|
|
544
583
|
"architecture-deepening-review",
|
|
584
|
+
"service-boundary-architecture",
|
|
545
585
|
"auth-permission-change",
|
|
546
586
|
"behavior-preserving-refactor",
|
|
547
587
|
"code-review",
|
|
588
|
+
"ai-generated-code-hardening",
|
|
548
589
|
"codebase-orientation",
|
|
549
590
|
"heuristic-candidate-selection",
|
|
550
591
|
"clarifying-question-gate",
|
|
@@ -564,6 +605,7 @@ library = [
|
|
|
564
605
|
"javascript-code-change",
|
|
565
606
|
"node-code-change",
|
|
566
607
|
"python-code-change",
|
|
608
|
+
"powershell-code-change",
|
|
567
609
|
"rust-code-change",
|
|
568
610
|
"runtime-target-selection",
|
|
569
611
|
"svelte-code-change",
|
|
@@ -607,6 +649,7 @@ library = [
|
|
|
607
649
|
"provenance-license-gate",
|
|
608
650
|
"public-json-contract-change",
|
|
609
651
|
"pure-core-imperative-shell",
|
|
652
|
+
"proactive-risk-surfacing",
|
|
610
653
|
"readme-authoring",
|
|
611
654
|
"release-notes-authoring",
|
|
612
655
|
"release-publish-change",
|