@visulima/cerebro 3.0.0-alpha.3 → 3.0.0-alpha.30

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.
Files changed (90) hide show
  1. package/CHANGELOG.md +458 -0
  2. package/LICENSE.md +605 -4095
  3. package/README.md +152 -2
  4. package/dist/commands/completion-command.d.ts +6 -5
  5. package/dist/commands/completion-command.js +3 -3
  6. package/dist/commands/help-command.d.ts +10 -9
  7. package/dist/commands/help-command.js +1 -1
  8. package/dist/commands/readme-command.d.ts +6 -5
  9. package/dist/commands/readme-command.js +20 -20
  10. package/dist/commands/version-command.d.ts +4 -3
  11. package/dist/index.d.ts +501 -95
  12. package/dist/index.js +1 -1
  13. package/dist/logger/create-pail-logger.d.ts +745 -8
  14. package/dist/logger/create-pail-logger.js +1 -1
  15. package/dist/packem_chunks/has-new-version.js +1 -1
  16. package/dist/packem_shared/Cerebro-BN_nIZ8z.js +4 -0
  17. package/dist/packem_shared/VisulimaError-WfDZ45Qv.js +76 -0
  18. package/dist/packem_shared/constants-DmzZF6_u-BmMwILI_.js +1 -0
  19. package/dist/packem_shared/index-CkkDAMKi.js +6 -0
  20. package/dist/packem_shared/index.d-Br8HpP0A.d.ts +93 -0
  21. package/dist/packem_shared/lazyNamed-DOmefeJM.js +1 -0
  22. package/dist/packem_shared/plugin-manager.d-BSQtHbWS.d.ts +620 -0
  23. package/dist/packem_shared/renderError-DxgI44AK-DFDWFoCr.js +24 -0
  24. package/dist/packem_shared/{runtime-process-G-n-wOub.js → runtime-process-DKHFvYkv.js} +1 -1
  25. package/dist/plugins/error-handler-plugin.d.ts +21 -19
  26. package/dist/plugins/error-handler-plugin.js +1 -1
  27. package/dist/plugins/runtime-version-check-plugin.d.ts +22 -20
  28. package/dist/plugins/runtime-version-check-plugin.js +1 -1
  29. package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +21 -8
  30. package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -1
  31. package/dist/util/general/compile-cache.d.ts +41 -0
  32. package/dist/util/general/compile-cache.js +1 -0
  33. package/dist/util/general/heap-tuning.d.ts +18 -0
  34. package/dist/util/general/heap-tuning.js +1 -0
  35. package/package.json +32 -26
  36. package/dist/cli.d.ts +0 -203
  37. package/dist/constants.d.ts +0 -29
  38. package/dist/default-env.d.ts +0 -7
  39. package/dist/default-options.d.ts +0 -3
  40. package/dist/empty-toolbox.d.ts +0 -15
  41. package/dist/errors/cerebro-error.d.ts +0 -10
  42. package/dist/errors/command-not-found-error.d.ts +0 -9
  43. package/dist/errors/command-validation-error.d.ts +0 -10
  44. package/dist/errors/completion-error.d.ts +0 -9
  45. package/dist/errors/conflicting-options-error.d.ts +0 -10
  46. package/dist/errors/plugin-error.d.ts +0 -9
  47. package/dist/errors/update-notifier-error.d.ts +0 -7
  48. package/dist/packem_shared/Cerebro-aPZjbfzf.js +0 -4
  49. package/dist/packem_shared/VisulimaError-BJideSBf.js +0 -76
  50. package/dist/packem_shared/help-command-CIRIXN03.js +0 -1
  51. package/dist/packem_shared/index-DQ3pvLQH.js +0 -6
  52. package/dist/packem_shared/renderError-ZMlMvw1N-eVUSdl6c.js +0 -24
  53. package/dist/plugin-manager.d.ts +0 -53
  54. package/dist/plugins/update-notifier/cache.d.ts +0 -11
  55. package/dist/plugins/update-notifier/get-distribution-version.d.ts +0 -2
  56. package/dist/plugins/update-notifier/has-new-version.d.ts +0 -14
  57. package/dist/types/cli.d.ts +0 -102
  58. package/dist/types/command-line-usage.d.ts +0 -37
  59. package/dist/types/command.d.ts +0 -136
  60. package/dist/types/option-types.d.ts +0 -83
  61. package/dist/types/options.d.ts +0 -4
  62. package/dist/types/plugin.d.ts +0 -53
  63. package/dist/types/toolbox.d.ts +0 -96
  64. package/dist/util/arg-processing/get-boolean-values.d.ts +0 -7
  65. package/dist/util/arg-processing/get-parameter-option.d.ts +0 -7
  66. package/dist/util/arg-processing/map-option-type-label.d.ts +0 -3
  67. package/dist/util/arg-processing/option-is-boolean.d.ts +0 -9
  68. package/dist/util/arg-processing/remove-boolean-values.d.ts +0 -9
  69. package/dist/util/command-line-commands.d.ts +0 -10
  70. package/dist/util/command-line-usage/get-terminal-width.d.ts +0 -7
  71. package/dist/util/command-line-usage/index.d.ts +0 -3
  72. package/dist/util/command-line-usage/section/base-section.d.ts +0 -8
  73. package/dist/util/command-line-usage/section/content-section.d.ts +0 -65
  74. package/dist/util/command-line-usage/section/option-list-section.d.ts +0 -44
  75. package/dist/util/command-processing/command-processor.d.ts +0 -37
  76. package/dist/util/command-processing/command-validation.d.ts +0 -17
  77. package/dist/util/command-processing/nested-command-parser.d.ts +0 -25
  78. package/dist/util/command-processing/option-processor.d.ts +0 -44
  79. package/dist/util/data-processing/list-missing-arguments.d.ts +0 -15
  80. package/dist/util/data-processing/merge-arguments.d.ts +0 -7
  81. package/dist/util/general/find-alternatives.d.ts +0 -8
  82. package/dist/util/general/hide-bin.d.ts +0 -2
  83. package/dist/util/general/parse-raw-command.d.ts +0 -7
  84. package/dist/util/general/register-exception-handler.d.ts +0 -9
  85. package/dist/util/general/runtime-process.d.ts +0 -65
  86. package/dist/util/general/semver-gt.d.ts +0 -2
  87. package/dist/util/general/validate-input.d.ts +0 -24
  88. package/dist/util/process-env-variables.d.ts +0 -9
  89. package/dist/util/security.d.ts +0 -58
  90. package/dist/util/text-processing/template-format.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,461 @@
1
+ ## @visulima/cerebro [3.0.0-alpha.30](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.29...@visulima/cerebro@3.0.0-alpha.30) (2026-06-04)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **cerebro:** 6 bug fixes ([717f07e](https://github.com/visulima/visulima/commit/717f07ef9ffcc1c28a01250fe1534fa45f5d11cf))
6
+ * **lint:** clear pre-existing eslint rot across packages ([#674](https://github.com/visulima/visulima/issues/674)) ([5354253](https://github.com/visulima/visulima/commit/5354253b163bd50bcefaf8a3fddf831bdb5df32b))
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * apply eslint + prettier autofixes across packages ([c1bb784](https://github.com/visulima/visulima/commit/c1bb7848a0d93d0dfe2960c77e3cda22239c79a0))
11
+
12
+ ### Tests
13
+
14
+ * **cerebro:** cover plugins, error/validation utils, update-notifier, and command processing branches ([6e40a11](https://github.com/visulima/visulima/commit/6e40a11ec1dd7204083a7d4d1b52a85cb66533e6))
15
+ * **cerebro:** update ESM/CJS integration snapshot for -v alias ([897bb2f](https://github.com/visulima/visulima/commit/897bb2f97d0279801d8d87cf94c0373922550477))
16
+ * fix cross-platform flakes in package + cerebro ([#676](https://github.com/visulima/visulima/issues/676)) ([d1afb4b](https://github.com/visulima/visulima/commit/d1afb4ba743cf18bdf9f02081539d70bdcda91e9))
17
+
18
+ ### Build System
19
+
20
+ * **cerebro:** move @visulima/string and terminal-size to devDependencies ([27924b4](https://github.com/visulima/visulima/commit/27924b4716de5631e43e7b7485e6b44a232f27ee))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.13
26
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.13
27
+ * **@visulima/string:** upgraded to 3.0.0-alpha.15
28
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.12
29
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.11
30
+ * **@visulima/error:** upgraded to 6.0.0-alpha.32
31
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.11
32
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.20
33
+ * **@visulima/path:** upgraded to 3.0.0-alpha.12
34
+
35
+ ## @visulima/cerebro [3.0.0-alpha.29](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.28...@visulima/cerebro@3.0.0-alpha.29) (2026-05-29)
36
+
37
+ ### Tests
38
+
39
+ * improve coverage across packages ([91bd6d3](https://github.com/visulima/visulima/commit/91bd6d3b61736e3c8bd1fc59b0b5955f76a5d323))
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.19
45
+
46
+ ## @visulima/cerebro [3.0.0-alpha.28](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.27...@visulima/cerebro@3.0.0-alpha.28) (2026-05-27)
47
+
48
+ ### Features
49
+
50
+ * **cerebro:** inject fs/console/process into toolbox + clone/getAction ([7d8ab0a](https://github.com/visulima/visulima/commit/7d8ab0a3ef88ac2c8da054984cf36162e8a61530))
51
+
52
+ ### Bug Fixes
53
+
54
+ * **cerebro:** silence packem hoist warning blocking prod build ([608aa67](https://github.com/visulima/visulima/commit/608aa676b615473e9e7860b72f788d6c58b96bd7))
55
+ * **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
56
+
57
+ ### Miscellaneous Chores
58
+
59
+ * refresh generated license bundles and disposable-domain stats ([a389f38](https://github.com/visulima/visulima/commit/a389f38484788aafa8ba9b698e2dd5805a982d98))
60
+ * sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
61
+
62
+
63
+ ### Dependencies
64
+
65
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.12
66
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.12
67
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.11
68
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.10
69
+ * **@visulima/error:** upgraded to 6.0.0-alpha.30
70
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.10
71
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.18
72
+ * **@visulima/path:** upgraded to 3.0.0-alpha.11
73
+ * **@visulima/string:** upgraded to 3.0.0-alpha.14
74
+
75
+ ## @visulima/cerebro [3.0.0-alpha.27](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.26...@visulima/cerebro@3.0.0-alpha.27) (2026-05-26)
76
+
77
+ ### Miscellaneous Chores
78
+
79
+ * **ci-stability:** green CI across vis, native, lint, tests, attw ([#651](https://github.com/visulima/visulima/issues/651)) ([d4eb684](https://github.com/visulima/visulima/commit/d4eb684b5f75c818c9251048c605a0ed54a268e3))
80
+ * **repo:** apply eslint --fix and prettier --fix across packages ([#650](https://github.com/visulima/visulima/issues/650)) ([2e26a84](https://github.com/visulima/visulima/commit/2e26a84774f218f21345e9a8ecd68236b6542743)), closes [#620](https://github.com/visulima/visulima/issues/620)
81
+
82
+ ### Tests
83
+
84
+ * **repo:** add dist runtime + types integration tests ([32ee300](https://github.com/visulima/visulima/commit/32ee300b7184117a0ddf9f9d390f75f8932d5ed9))
85
+
86
+
87
+ ### Dependencies
88
+
89
+ * **@visulima/error:** upgraded to 6.0.0-alpha.28
90
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.17
91
+
92
+ ## @visulima/cerebro [3.0.0-alpha.26](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.25...@visulima/cerebro@3.0.0-alpha.26) (2026-05-20)
93
+
94
+ ### Bug Fixes
95
+
96
+ * **cerebro:** add blank line before re-keying nested namesake ([ad40fec](https://github.com/visulima/visulima/commit/ad40fec43b255673fbf09399b6a99c6d596c0d23))
97
+
98
+
99
+ ### Dependencies
100
+
101
+ * **@visulima/error:** upgraded to 6.0.0-alpha.27
102
+
103
+ ## @visulima/cerebro [3.0.0-alpha.25](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.24...@visulima/cerebro@3.0.0-alpha.25) (2026-05-19)
104
+
105
+
106
+ ### Dependencies
107
+
108
+ * **@visulima/error:** upgraded to 6.0.0-alpha.26
109
+
110
+ ## @visulima/cerebro [3.0.0-alpha.24](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.23...@visulima/cerebro@3.0.0-alpha.24) (2026-05-16)
111
+
112
+
113
+ ### Dependencies
114
+
115
+ * **@visulima/error:** upgraded to 6.0.0-alpha.25
116
+
117
+ ## @visulima/cerebro [3.0.0-alpha.23](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.22...@visulima/cerebro@3.0.0-alpha.23) (2026-05-14)
118
+
119
+ ### Features
120
+
121
+ * **cerebro:** clear lint findings and resolve help command collisions ([b75f269](https://github.com/visulima/visulima/commit/b75f2693426e35c3866f7cb501a1a25ad92e6e83))
122
+
123
+ ### Bug Fixes
124
+
125
+ * **cerebro:** disambiguate flat/nested commands sharing a leaf name ([fdfe641](https://github.com/visulima/visulima/commit/fdfe64188e4d4f280d1466df6fcbcbbc6e3a891b))
126
+ * **cerebro:** rewrite formatRow as if/else to satisfy lint rules ([43140b3](https://github.com/visulima/visulima/commit/43140b391c6282f3ff335b51713e77335c46cd31))
127
+ * **cerebro:** silence unused-condition lint on resolved help command ([02b0695](https://github.com/visulima/visulima/commit/02b06957e6db41c9fdc3ff47ad5d3c9941f77214))
128
+ * **cerebro:** suppress no-confusing-arrow on content section formatRow ([847b679](https://github.com/visulima/visulima/commit/847b67932150e07e111b77e908b5bd4ee074837d))
129
+
130
+
131
+ ### Dependencies
132
+
133
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.11
134
+ * **@visulima/error:** upgraded to 6.0.0-alpha.24
135
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.16
136
+
137
+ ## @visulima/cerebro [3.0.0-alpha.22](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.21...@visulima/cerebro@3.0.0-alpha.22) (2026-05-11)
138
+
139
+
140
+ ### Dependencies
141
+
142
+ * **@visulima/error:** upgraded to 6.0.0-alpha.23
143
+
144
+ ## @visulima/cerebro [3.0.0-alpha.21](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.20...@visulima/cerebro@3.0.0-alpha.21) (2026-05-11)
145
+
146
+
147
+ ### Dependencies
148
+
149
+ * **@visulima/error:** upgraded to 6.0.0-alpha.22
150
+
151
+ ## @visulima/cerebro [3.0.0-alpha.20](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.19...@visulima/cerebro@3.0.0-alpha.20) (2026-05-10)
152
+
153
+
154
+ ### Dependencies
155
+
156
+ * **@visulima/error:** upgraded to 6.0.0-alpha.21
157
+
158
+ ## @visulima/cerebro [3.0.0-alpha.19](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.18...@visulima/cerebro@3.0.0-alpha.19) (2026-05-10)
159
+
160
+ ### Tests
161
+
162
+ * repair cerebro, fs, colorize bench CI runs ([03b530e](https://github.com/visulima/visulima/commit/03b530edc678ca6f5c2869ae283f0f3ca6e86c5e))
163
+
164
+
165
+ ### Dependencies
166
+
167
+ * **@visulima/error:** upgraded to 6.0.0-alpha.20
168
+ * **@visulima/string:** upgraded to 3.0.0-alpha.13
169
+
170
+ ## @visulima/cerebro [3.0.0-alpha.18](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.17...@visulima/cerebro@3.0.0-alpha.18) (2026-05-07)
171
+
172
+
173
+ ### Dependencies
174
+
175
+ * **@visulima/error:** upgraded to 6.0.0-alpha.19
176
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.15
177
+ * **@visulima/string:** upgraded to 3.0.0-alpha.12
178
+
179
+ ## @visulima/cerebro [3.0.0-alpha.17](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.16...@visulima/cerebro@3.0.0-alpha.17) (2026-05-07)
180
+
181
+ ### Bug Fixes
182
+
183
+ * **cerebro:** catch and report errors thrown from [#execute](https://github.com/visulima/visulima/issues/execute)CommandInternal ([1580aa0](https://github.com/visulima/visulima/commit/1580aa081152052010e0458f6c38bbc0cf6bfa57)), closes [#executeCommandInternal](https://github.com/visulima/visulima/issues/executeCommandInternal)
184
+
185
+
186
+ ### Dependencies
187
+
188
+ * **@visulima/error:** upgraded to 6.0.0-alpha.18
189
+
190
+ ## @visulima/cerebro [3.0.0-alpha.16](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.15...@visulima/cerebro@3.0.0-alpha.16) (2026-05-06)
191
+
192
+
193
+ ### Dependencies
194
+
195
+ * **@visulima/error:** upgraded to 6.0.0-alpha.17
196
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.14
197
+
198
+ ## @visulima/cerebro [3.0.0-alpha.15](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.14...@visulima/cerebro@3.0.0-alpha.15) (2026-05-06)
199
+
200
+ ### Miscellaneous Chores
201
+
202
+ * **cerebro:** apply prettier and eslint quote-style auto-fix ([31132ae](https://github.com/visulima/visulima/commit/31132aeab40b3f6fa920a37635813e14d7e8b17e))
203
+ * **cerebro:** fix lint errors ([87649b0](https://github.com/visulima/visulima/commit/87649b0408ce3667bf1be9be795321851e6e8f15))
204
+ * **cerebro:** housekeeping cleanup ([643b7d9](https://github.com/visulima/visulima/commit/643b7d9e268dca11544f0b9476b011a8620c04c8))
205
+
206
+ ### Continuous Integration
207
+
208
+ * integrate codspeed for benchmark tracking ([e758f3d](https://github.com/visulima/visulima/commit/e758f3da491cc00d3f8bbf10d7ba3fdf8deb5325))
209
+
210
+
211
+ ### Dependencies
212
+
213
+ * **@visulima/error:** upgraded to 6.0.0-alpha.16
214
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.13
215
+
216
+ ## @visulima/cerebro [3.0.0-alpha.14](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.13...@visulima/cerebro@3.0.0-alpha.14) (2026-05-04)
217
+
218
+
219
+ ### Dependencies
220
+
221
+ * **@visulima/error:** upgraded to 6.0.0-alpha.15
222
+
223
+ ## @visulima/cerebro [3.0.0-alpha.13](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.12...@visulima/cerebro@3.0.0-alpha.13) (2026-04-30)
224
+
225
+ ### Features
226
+
227
+ * **cerebro:** longest-prefix parser with option-stop and parent help ([ef1d244](https://github.com/visulima/visulima/commit/ef1d24446462cd5b34598f70715d4987c31b4eff))
228
+
229
+
230
+ ### Dependencies
231
+
232
+ * **@visulima/error:** upgraded to 6.0.0-alpha.14
233
+
234
+ ## @visulima/cerebro [3.0.0-alpha.12](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.11...@visulima/cerebro@3.0.0-alpha.12) (2026-04-28)
235
+
236
+ ### Features
237
+
238
+ * **cerebro:** add lazy command loading via loader field ([5e10e4a](https://github.com/visulima/visulima/commit/5e10e4ac1bcdb3a0203395f43f760c8fc3b12741))
239
+
240
+ ### Bug Fixes
241
+
242
+ * **cerebro:** use default colorize import ([c8f5997](https://github.com/visulima/visulima/commit/c8f599775bf3a5c9f92e570c80970b439f4a44c9))
243
+
244
+ ### Documentation
245
+
246
+ * **cerebro:** document lazy command loading ([3feb2e1](https://github.com/visulima/visulima/commit/3feb2e149ad5a93725539096d6f389d1b1f72875))
247
+
248
+ ### Miscellaneous Chores
249
+
250
+ * **cerebro:** upgrade packem to 2.0.0-alpha.76 ([657c11e](https://github.com/visulima/visulima/commit/657c11ec325b49abec1f9a6e4bac72f482942758))
251
+ * re-sort workspace package.json files via vis sort-package-json ([f625696](https://github.com/visulima/visulima/commit/f625696cfac974325774b3243e1a83c3d23acbd7))
252
+ * simplify pnpm-workspace packages list ([7cab221](https://github.com/visulima/visulima/commit/7cab221163632d9b7aa044a6f88c49083103a869))
253
+
254
+
255
+ ### Dependencies
256
+
257
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.12
258
+
259
+ ## @visulima/cerebro [3.0.0-alpha.11](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.10...@visulima/cerebro@3.0.0-alpha.11) (2026-04-22)
260
+
261
+ ### Features
262
+
263
+ * **cerebro:** expose rawUnknown on the Toolbox ([0d92cdf](https://github.com/visulima/visulima/commit/0d92cdf22270db5420af8b639b135b75e043de08))
264
+
265
+ ### Bug Fixes
266
+
267
+ * **cerebro:** cast positionals argument to string array ([432ac5d](https://github.com/visulima/visulima/commit/432ac5dab63a71583e3d170dc1c014dc735d6a1d))
268
+ * **cerebro:** resolve eslint and formatting issues ([d362f80](https://github.com/visulima/visulima/commit/d362f8011afa2fdf7195544a05468ad425904c27))
269
+ * Remove JSR configuration generation script and generated jsr.json files ([#616](https://github.com/visulima/visulima/issues/616)) ([533744b](https://github.com/visulima/visulima/commit/533744b103b74896941db5b727173e617a27a63b))
270
+ * **terminal:** resolve eslint and formatting issues ([12ef283](https://github.com/visulima/visulima/commit/12ef283684d1808fbcfe44077a0cfe8324801485))
271
+ * **terminal:** resolve eslint and formatting issues ([8f30389](https://github.com/visulima/visulima/commit/8f30389deb9ff81e7afce0aa064ef11fcb179f23))
272
+
273
+ ### Miscellaneous Chores
274
+
275
+ * bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
276
+ * **cerebro:** apply formatter and lint fixes ([25aedfa](https://github.com/visulima/visulima/commit/25aedfa32a9476e8a127580e2a4154bca512342d))
277
+ * **cerebro:** apply formatter and lint fixes ([f2d19a1](https://github.com/visulima/visulima/commit/f2d19a167b8ebef07e2c2cce241673a6c34a8112))
278
+ * **cerebro:** apply pending changes ([5502fd8](https://github.com/visulima/visulima/commit/5502fd8399ef704bf9d5c192642aef35b73275ef))
279
+ * **cerebro:** apply pending lint and source updates ([727956c](https://github.com/visulima/visulima/commit/727956c737b9a1f811bc71c5343bcc56f91e5097))
280
+ * **cerebro:** enforce curly braces and apply lint fixes ([79f5b19](https://github.com/visulima/visulima/commit/79f5b19bf8f1c6e6f4d2c47f4a160bfcf44b6bb4))
281
+ * fixed jsr.json ([5d85e51](https://github.com/visulima/visulima/commit/5d85e5179de38e284ec433b14d77c71a1619c8d6))
282
+
283
+
284
+ ### Dependencies
285
+
286
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.10
287
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.11
288
+
289
+ ## @visulima/cerebro [3.0.0-alpha.10](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.9...@visulima/cerebro@3.0.0-alpha.10) (2026-04-08)
290
+
291
+ ### Features
292
+
293
+ * **cerebro:** add addGlobalOption API for CLI-wide options ([ccc1cc0](https://github.com/visulima/visulima/commit/ccc1cc085ed0189be49ab8da7d9dbbc69ba07c72))
294
+ * **cerebro:** add heap-tuning and compile-cache performance helpers ([aebd564](https://github.com/visulima/visulima/commit/aebd56425b8e0e3fac0e5c6cec3697cdfe376881))
295
+
296
+ ### Bug Fixes
297
+
298
+ * **cerebro:** properly fix eslint errors in code ([2ba0003](https://github.com/visulima/visulima/commit/2ba00034172b33072af1ae09109652b6571f4474))
299
+ * **cerebro:** remove remaining eslint suppressions with proper code fixes ([a872fb4](https://github.com/visulima/visulima/commit/a872fb477866b921a79a42eb4645fda97f1b83d3))
300
+ * **cerebro:** resolve eslint errors ([7159a69](https://github.com/visulima/visulima/commit/7159a6910d94042b834bdda4b6929d529532d272))
301
+
302
+ ### Documentation
303
+
304
+ * **cerebro:** document addGlobalOption and getGlobalOptions APIs ([92b38bf](https://github.com/visulima/visulima/commit/92b38bf19115b1469b7e3cbe439305f4d27342e8))
305
+ * **cerebro:** fix markdown formatting in migration guide ([66aaab6](https://github.com/visulima/visulima/commit/66aaab6e25ba2ffca707decaacc3a899850e91f5))
306
+
307
+ ### Miscellaneous Chores
308
+
309
+ * apply linting and formatting fixes across packages ([5d150a5](https://github.com/visulima/visulima/commit/5d150a578f9ce861c791843c683deeb849b774a9))
310
+ * **cerebro:** add tsconfig.eslint.json for type-aware linting ([f14bd4c](https://github.com/visulima/visulima/commit/f14bd4ccef02397a97abf60b0be91e58faf4f5e8))
311
+ * **cerebro:** apply linter fixes and prior session changes ([f50c294](https://github.com/visulima/visulima/commit/f50c294aa41c4c5bbbf8c1c1e3f4d4dcdb5be07f))
312
+ * **cerebro:** apply prettier formatting ([2649ac5](https://github.com/visulima/visulima/commit/2649ac5e3dfda9b816087f34e0feab28a4496cbb))
313
+ * **cerebro:** migrate .prettierrc.cjs to prettier.config.js ([133284e](https://github.com/visulima/visulima/commit/133284ef72efd7639dd147a2c5552c514cb84bff))
314
+ * **terminal:** remove empty dependency objects from package.json ([562c704](https://github.com/visulima/visulima/commit/562c704e5d90aa2d13eae942ebbdcfeb787c2b46))
315
+ * update bundled dependency licenses ([6ace4c6](https://github.com/visulima/visulima/commit/6ace4c69d41fc1fd0a744fbca8ca219ba631b4ab))
316
+ * update docs ([8eb4d08](https://github.com/visulima/visulima/commit/8eb4d085de9315b63328286b42b8ce5e9f424579))
317
+
318
+ ### Tests
319
+
320
+ * **cerebro:** add tests for options after positional arguments ([f321be8](https://github.com/visulima/visulima/commit/f321be8b56aa79fcf49b98f19d4a2620ae52dc34))
321
+
322
+
323
+ ### Dependencies
324
+
325
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.8
326
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.9
327
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.9
328
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.7
329
+ * **@visulima/error:** upgraded to 6.0.0-alpha.8
330
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.7
331
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.10
332
+ * **@visulima/path:** upgraded to 3.0.0-alpha.8
333
+ * **@visulima/string:** upgraded to 3.0.0-alpha.9
334
+
335
+ ## @visulima/cerebro [3.0.0-alpha.9](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.8...@visulima/cerebro@3.0.0-alpha.9) (2026-03-26)
336
+
337
+ ### Features
338
+
339
+ * **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
340
+
341
+
342
+ ### Dependencies
343
+
344
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.7
345
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.8
346
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.8
347
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.6
348
+ * **@visulima/error:** upgraded to 6.0.0-alpha.7
349
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.6
350
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.9
351
+ * **@visulima/path:** upgraded to 3.0.0-alpha.7
352
+ * **@visulima/string:** upgraded to 3.0.0-alpha.8
353
+
354
+ ## @visulima/cerebro [3.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.7...@visulima/cerebro@3.0.0-alpha.8) (2026-03-26)
355
+
356
+ ### Bug Fixes
357
+
358
+ * **cerebro:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([6647854](https://github.com/visulima/visulima/commit/6647854b69a518466318af623938c0435f3a2579))
359
+ * **web:** improve build setup with incremental stats caching and prod install ([fe33e75](https://github.com/visulima/visulima/commit/fe33e75827586779b4b3a0c6d57b39f889ee6207))
360
+
361
+ ### Miscellaneous Chores
362
+
363
+ * **cerebro:** migrate deps to pnpm catalogs ([75cfac0](https://github.com/visulima/visulima/commit/75cfac01080464cc07279164520177472aff3b13))
364
+
365
+ ### Code Refactoring
366
+
367
+ * **docs:** migrate Nextra components to fumadocs-ui, remove Nextra stripping ([484878f](https://github.com/visulima/visulima/commit/484878f01879363ef5e9a0282904dc4627d6060c))
368
+
369
+
370
+ ### Dependencies
371
+
372
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.6
373
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.7
374
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.7
375
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.5
376
+ * **@visulima/error:** upgraded to 6.0.0-alpha.6
377
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.5
378
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.8
379
+ * **@visulima/path:** upgraded to 3.0.0-alpha.6
380
+ * **@visulima/string:** upgraded to 3.0.0-alpha.7
381
+
382
+ ## @visulima/cerebro [3.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.6...@visulima/cerebro@3.0.0-alpha.7) (2026-03-16)
383
+
384
+ ### Miscellaneous Chores
385
+
386
+ * **cerebro:** update dependencies ([401f0bf](https://github.com/visulima/visulima/commit/401f0bf2bab395ac191e48cded78fa354970b245))
387
+ * visulima website ([#591](https://github.com/visulima/visulima/issues/591)) ([59ab2e2](https://github.com/visulima/visulima/commit/59ab2e2befb03e51cd2088956f83d9b87de6d033))
388
+
389
+
390
+ ### Dependencies
391
+
392
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.7
393
+
394
+ ## @visulima/cerebro [3.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.5...@visulima/cerebro@3.0.0-alpha.6) (2026-03-06)
395
+
396
+ ### Bug Fixes
397
+
398
+ * **cerebro:** update packem to 2.0.0-alpha.54 ([bcc08fd](https://github.com/visulima/visulima/commit/bcc08fdf6eed77b84bdff0fe40dd4fe7dd74a463))
399
+
400
+ ### Documentation
401
+
402
+ * **cerebro,prisma-dmmf-transformer,jsdoc-open-api:** add comprehensive Fumadocs documentation ([891b308](https://github.com/visulima/visulima/commit/891b308a34bca2765a4a97ea450648d20d90e0cf))
403
+
404
+ ### Miscellaneous Chores
405
+
406
+ * **cerebro:** update dependencies ([a276082](https://github.com/visulima/visulima/commit/a27608237e7dd33bed639101147f7ee36f1cdaec))
407
+ * **cerebro:** update dependencies ([60f2a71](https://github.com/visulima/visulima/commit/60f2a717e23220c394a31fde456291e42348fddd))
408
+ * **terminal:** update dependencies ([a5bb91a](https://github.com/visulima/visulima/commit/a5bb91a66f2be2ade485d586156a54c347a23cc9))
409
+ * update lock file maintenance ([d83e716](https://github.com/visulima/visulima/commit/d83e71697b75d24704185b66bb521a934d2db02d))
410
+ * year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
411
+
412
+
413
+ ### Dependencies
414
+
415
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.5
416
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.6
417
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.6
418
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.4
419
+ * **@visulima/error:** upgraded to 6.0.0-alpha.5
420
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.4
421
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.6
422
+ * **@visulima/path:** upgraded to 3.0.0-alpha.5
423
+ * **@visulima/string:** upgraded to 3.0.0-alpha.6
424
+
425
+ ## @visulima/cerebro [3.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.4...@visulima/cerebro@3.0.0-alpha.5) (2025-12-27)
426
+
427
+ ### Bug Fixes
428
+
429
+ * **cerebro:** update package files ([5161bbd](https://github.com/visulima/visulima/commit/5161bbd0abf7f5feb71c1d01b06ba48ec31545b4))
430
+ * **dependencies:** update [@bomb](https://github.com/bomb).sh/tab to version 0.0.11 in package.json files ([9d50ce3](https://github.com/visulima/visulima/commit/9d50ce3bb1ae8209ce56173edbf7bd86837438ce))
431
+
432
+
433
+ ### Dependencies
434
+
435
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.4
436
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.5
437
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.5
438
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.3
439
+ * **@visulima/error:** upgraded to 6.0.0-alpha.3
440
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.3
441
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.5
442
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
443
+ * **@visulima/string:** upgraded to 3.0.0-alpha.5
444
+
445
+ ## @visulima/cerebro [3.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.3...@visulima/cerebro@3.0.0-alpha.4) (2025-12-13)
446
+
447
+ ### Miscellaneous Chores
448
+
449
+ * fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
450
+
451
+
452
+ ### Dependencies
453
+
454
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.4
455
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.4
456
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.4
457
+ * **@visulima/string:** upgraded to 3.0.0-alpha.4
458
+
1
459
  ## @visulima/cerebro [3.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.2...@visulima/cerebro@3.0.0-alpha.3) (2025-12-11)
2
460
 
3
461
  ### Bug Fixes