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

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