@visulima/cerebro 3.0.0-alpha.2 → 3.0.0-alpha.21

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 (89) hide show
  1. package/CHANGELOG.md +334 -0
  2. package/LICENSE.md +589 -4096
  3. package/README.md +26 -0
  4. package/dist/commands/completion-command.d.ts +6 -5
  5. package/dist/commands/completion-command.js +2 -2
  6. package/dist/commands/help-command.d.ts +9 -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 +422 -95
  12. package/dist/index.js +1 -1
  13. package/dist/logger/create-pail-logger.d.ts +779 -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-DVWKQlmP.js +4 -0
  17. package/dist/packem_shared/VisulimaError-Bh91XNXu.js +76 -0
  18. package/dist/packem_shared/index-B0BiusY7.js +6 -0
  19. package/dist/packem_shared/index.d-Br8HpP0A.d.ts +93 -0
  20. package/dist/packem_shared/lazyNamed-DOmefeJM.js +1 -0
  21. package/dist/packem_shared/plugin-manager.d-Dz-wu1tI.d.ts +544 -0
  22. package/dist/packem_shared/renderError-B_XyYPKJ-B65kP-Ou.js +24 -0
  23. package/dist/packem_shared/{runtime-process-G-n-wOub.js → runtime-process-DKHFvYkv.js} +1 -1
  24. package/dist/plugins/error-handler-plugin.d.ts +21 -19
  25. package/dist/plugins/error-handler-plugin.js +1 -1
  26. package/dist/plugins/runtime-version-check-plugin.d.ts +22 -20
  27. package/dist/plugins/runtime-version-check-plugin.js +1 -1
  28. package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +21 -8
  29. package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -1
  30. package/dist/util/general/compile-cache.d.ts +41 -0
  31. package/dist/util/general/compile-cache.js +1 -0
  32. package/dist/util/general/heap-tuning.d.ts +18 -0
  33. package/dist/util/general/heap-tuning.js +1 -0
  34. package/package.json +52 -44
  35. package/dist/cli.d.ts +0 -203
  36. package/dist/constants.d.ts +0 -29
  37. package/dist/default-env.d.ts +0 -7
  38. package/dist/default-options.d.ts +0 -3
  39. package/dist/empty-toolbox.d.ts +0 -15
  40. package/dist/errors/cerebro-error.d.ts +0 -10
  41. package/dist/errors/command-not-found-error.d.ts +0 -9
  42. package/dist/errors/command-validation-error.d.ts +0 -10
  43. package/dist/errors/completion-error.d.ts +0 -9
  44. package/dist/errors/conflicting-options-error.d.ts +0 -10
  45. package/dist/errors/plugin-error.d.ts +0 -9
  46. package/dist/errors/update-notifier-error.d.ts +0 -7
  47. package/dist/packem_shared/Cerebro-aPZjbfzf.js +0 -4
  48. package/dist/packem_shared/VisulimaError-BJideSBf.js +0 -76
  49. package/dist/packem_shared/help-command-CIRIXN03.js +0 -1
  50. package/dist/packem_shared/index-DQ3pvLQH.js +0 -6
  51. package/dist/packem_shared/renderError-ZMlMvw1N-eVUSdl6c.js +0 -24
  52. package/dist/plugin-manager.d.ts +0 -53
  53. package/dist/plugins/update-notifier/cache.d.ts +0 -11
  54. package/dist/plugins/update-notifier/get-distribution-version.d.ts +0 -2
  55. package/dist/plugins/update-notifier/has-new-version.d.ts +0 -14
  56. package/dist/types/cli.d.ts +0 -102
  57. package/dist/types/command-line-usage.d.ts +0 -37
  58. package/dist/types/command.d.ts +0 -136
  59. package/dist/types/option-types.d.ts +0 -83
  60. package/dist/types/options.d.ts +0 -4
  61. package/dist/types/plugin.d.ts +0 -53
  62. package/dist/types/toolbox.d.ts +0 -96
  63. package/dist/util/arg-processing/get-boolean-values.d.ts +0 -7
  64. package/dist/util/arg-processing/get-parameter-option.d.ts +0 -7
  65. package/dist/util/arg-processing/map-option-type-label.d.ts +0 -3
  66. package/dist/util/arg-processing/option-is-boolean.d.ts +0 -9
  67. package/dist/util/arg-processing/remove-boolean-values.d.ts +0 -9
  68. package/dist/util/command-line-commands.d.ts +0 -10
  69. package/dist/util/command-line-usage/get-terminal-width.d.ts +0 -7
  70. package/dist/util/command-line-usage/index.d.ts +0 -3
  71. package/dist/util/command-line-usage/section/base-section.d.ts +0 -8
  72. package/dist/util/command-line-usage/section/content-section.d.ts +0 -65
  73. package/dist/util/command-line-usage/section/option-list-section.d.ts +0 -44
  74. package/dist/util/command-processing/command-processor.d.ts +0 -37
  75. package/dist/util/command-processing/command-validation.d.ts +0 -17
  76. package/dist/util/command-processing/nested-command-parser.d.ts +0 -25
  77. package/dist/util/command-processing/option-processor.d.ts +0 -44
  78. package/dist/util/data-processing/list-missing-arguments.d.ts +0 -15
  79. package/dist/util/data-processing/merge-arguments.d.ts +0 -7
  80. package/dist/util/general/find-alternatives.d.ts +0 -8
  81. package/dist/util/general/hide-bin.d.ts +0 -2
  82. package/dist/util/general/parse-raw-command.d.ts +0 -7
  83. package/dist/util/general/register-exception-handler.d.ts +0 -9
  84. package/dist/util/general/runtime-process.d.ts +0 -65
  85. package/dist/util/general/semver-gt.d.ts +0 -2
  86. package/dist/util/general/validate-input.d.ts +0 -24
  87. package/dist/util/process-env-variables.d.ts +0 -9
  88. package/dist/util/security.d.ts +0 -58
  89. package/dist/util/text-processing/template-format.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,337 @@
1
+ ## @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)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/error:** upgraded to 6.0.0-alpha.22
7
+
8
+ ## @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)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * **@visulima/error:** upgraded to 6.0.0-alpha.21
14
+
15
+ ## @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)
16
+
17
+ ### Tests
18
+
19
+ * repair cerebro, fs, colorize bench CI runs ([03b530e](https://github.com/visulima/visulima/commit/03b530edc678ca6f5c2869ae283f0f3ca6e86c5e))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * **@visulima/error:** upgraded to 6.0.0-alpha.20
25
+ * **@visulima/string:** upgraded to 3.0.0-alpha.13
26
+
27
+ ## @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)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * **@visulima/error:** upgraded to 6.0.0-alpha.19
33
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.15
34
+ * **@visulima/string:** upgraded to 3.0.0-alpha.12
35
+
36
+ ## @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)
37
+
38
+ ### Bug Fixes
39
+
40
+ * **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)
41
+
42
+
43
+ ### Dependencies
44
+
45
+ * **@visulima/error:** upgraded to 6.0.0-alpha.18
46
+
47
+ ## @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)
48
+
49
+
50
+ ### Dependencies
51
+
52
+ * **@visulima/error:** upgraded to 6.0.0-alpha.17
53
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.14
54
+
55
+ ## @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)
56
+
57
+ ### Miscellaneous Chores
58
+
59
+ * **cerebro:** apply prettier and eslint quote-style auto-fix ([31132ae](https://github.com/visulima/visulima/commit/31132aeab40b3f6fa920a37635813e14d7e8b17e))
60
+ * **cerebro:** fix lint errors ([87649b0](https://github.com/visulima/visulima/commit/87649b0408ce3667bf1be9be795321851e6e8f15))
61
+ * **cerebro:** housekeeping cleanup ([643b7d9](https://github.com/visulima/visulima/commit/643b7d9e268dca11544f0b9476b011a8620c04c8))
62
+
63
+ ### Continuous Integration
64
+
65
+ * integrate codspeed for benchmark tracking ([e758f3d](https://github.com/visulima/visulima/commit/e758f3da491cc00d3f8bbf10d7ba3fdf8deb5325))
66
+
67
+
68
+ ### Dependencies
69
+
70
+ * **@visulima/error:** upgraded to 6.0.0-alpha.16
71
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.13
72
+
73
+ ## @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)
74
+
75
+
76
+ ### Dependencies
77
+
78
+ * **@visulima/error:** upgraded to 6.0.0-alpha.15
79
+
80
+ ## @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)
81
+
82
+ ### Features
83
+
84
+ * **cerebro:** longest-prefix parser with option-stop and parent help ([ef1d244](https://github.com/visulima/visulima/commit/ef1d24446462cd5b34598f70715d4987c31b4eff))
85
+
86
+
87
+ ### Dependencies
88
+
89
+ * **@visulima/error:** upgraded to 6.0.0-alpha.14
90
+
91
+ ## @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)
92
+
93
+ ### Features
94
+
95
+ * **cerebro:** add lazy command loading via loader field ([5e10e4a](https://github.com/visulima/visulima/commit/5e10e4ac1bcdb3a0203395f43f760c8fc3b12741))
96
+
97
+ ### Bug Fixes
98
+
99
+ * **cerebro:** use default colorize import ([c8f5997](https://github.com/visulima/visulima/commit/c8f599775bf3a5c9f92e570c80970b439f4a44c9))
100
+
101
+ ### Documentation
102
+
103
+ * **cerebro:** document lazy command loading ([3feb2e1](https://github.com/visulima/visulima/commit/3feb2e149ad5a93725539096d6f389d1b1f72875))
104
+
105
+ ### Miscellaneous Chores
106
+
107
+ * **cerebro:** upgrade packem to 2.0.0-alpha.76 ([657c11e](https://github.com/visulima/visulima/commit/657c11ec325b49abec1f9a6e4bac72f482942758))
108
+ * re-sort workspace package.json files via vis sort-package-json ([f625696](https://github.com/visulima/visulima/commit/f625696cfac974325774b3243e1a83c3d23acbd7))
109
+ * simplify pnpm-workspace packages list ([7cab221](https://github.com/visulima/visulima/commit/7cab221163632d9b7aa044a6f88c49083103a869))
110
+
111
+
112
+ ### Dependencies
113
+
114
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.12
115
+
116
+ ## @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)
117
+
118
+ ### Features
119
+
120
+ * **cerebro:** expose rawUnknown on the Toolbox ([0d92cdf](https://github.com/visulima/visulima/commit/0d92cdf22270db5420af8b639b135b75e043de08))
121
+
122
+ ### Bug Fixes
123
+
124
+ * **cerebro:** cast positionals argument to string array ([432ac5d](https://github.com/visulima/visulima/commit/432ac5dab63a71583e3d170dc1c014dc735d6a1d))
125
+ * **cerebro:** resolve eslint and formatting issues ([d362f80](https://github.com/visulima/visulima/commit/d362f8011afa2fdf7195544a05468ad425904c27))
126
+ * 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))
127
+ * **terminal:** resolve eslint and formatting issues ([12ef283](https://github.com/visulima/visulima/commit/12ef283684d1808fbcfe44077a0cfe8324801485))
128
+ * **terminal:** resolve eslint and formatting issues ([8f30389](https://github.com/visulima/visulima/commit/8f30389deb9ff81e7afce0aa064ef11fcb179f23))
129
+
130
+ ### Miscellaneous Chores
131
+
132
+ * bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
133
+ * **cerebro:** apply formatter and lint fixes ([25aedfa](https://github.com/visulima/visulima/commit/25aedfa32a9476e8a127580e2a4154bca512342d))
134
+ * **cerebro:** apply formatter and lint fixes ([f2d19a1](https://github.com/visulima/visulima/commit/f2d19a167b8ebef07e2c2cce241673a6c34a8112))
135
+ * **cerebro:** apply pending changes ([5502fd8](https://github.com/visulima/visulima/commit/5502fd8399ef704bf9d5c192642aef35b73275ef))
136
+ * **cerebro:** apply pending lint and source updates ([727956c](https://github.com/visulima/visulima/commit/727956c737b9a1f811bc71c5343bcc56f91e5097))
137
+ * **cerebro:** enforce curly braces and apply lint fixes ([79f5b19](https://github.com/visulima/visulima/commit/79f5b19bf8f1c6e6f4d2c47f4a160bfcf44b6bb4))
138
+ * fixed jsr.json ([5d85e51](https://github.com/visulima/visulima/commit/5d85e5179de38e284ec433b14d77c71a1619c8d6))
139
+
140
+
141
+ ### Dependencies
142
+
143
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.10
144
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.11
145
+
146
+ ## @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)
147
+
148
+ ### Features
149
+
150
+ * **cerebro:** add addGlobalOption API for CLI-wide options ([ccc1cc0](https://github.com/visulima/visulima/commit/ccc1cc085ed0189be49ab8da7d9dbbc69ba07c72))
151
+ * **cerebro:** add heap-tuning and compile-cache performance helpers ([aebd564](https://github.com/visulima/visulima/commit/aebd56425b8e0e3fac0e5c6cec3697cdfe376881))
152
+
153
+ ### Bug Fixes
154
+
155
+ * **cerebro:** properly fix eslint errors in code ([2ba0003](https://github.com/visulima/visulima/commit/2ba00034172b33072af1ae09109652b6571f4474))
156
+ * **cerebro:** remove remaining eslint suppressions with proper code fixes ([a872fb4](https://github.com/visulima/visulima/commit/a872fb477866b921a79a42eb4645fda97f1b83d3))
157
+ * **cerebro:** resolve eslint errors ([7159a69](https://github.com/visulima/visulima/commit/7159a6910d94042b834bdda4b6929d529532d272))
158
+
159
+ ### Documentation
160
+
161
+ * **cerebro:** document addGlobalOption and getGlobalOptions APIs ([92b38bf](https://github.com/visulima/visulima/commit/92b38bf19115b1469b7e3cbe439305f4d27342e8))
162
+ * **cerebro:** fix markdown formatting in migration guide ([66aaab6](https://github.com/visulima/visulima/commit/66aaab6e25ba2ffca707decaacc3a899850e91f5))
163
+
164
+ ### Miscellaneous Chores
165
+
166
+ * apply linting and formatting fixes across packages ([5d150a5](https://github.com/visulima/visulima/commit/5d150a578f9ce861c791843c683deeb849b774a9))
167
+ * **cerebro:** add tsconfig.eslint.json for type-aware linting ([f14bd4c](https://github.com/visulima/visulima/commit/f14bd4ccef02397a97abf60b0be91e58faf4f5e8))
168
+ * **cerebro:** apply linter fixes and prior session changes ([f50c294](https://github.com/visulima/visulima/commit/f50c294aa41c4c5bbbf8c1c1e3f4d4dcdb5be07f))
169
+ * **cerebro:** apply prettier formatting ([2649ac5](https://github.com/visulima/visulima/commit/2649ac5e3dfda9b816087f34e0feab28a4496cbb))
170
+ * **cerebro:** migrate .prettierrc.cjs to prettier.config.js ([133284e](https://github.com/visulima/visulima/commit/133284ef72efd7639dd147a2c5552c514cb84bff))
171
+ * **terminal:** remove empty dependency objects from package.json ([562c704](https://github.com/visulima/visulima/commit/562c704e5d90aa2d13eae942ebbdcfeb787c2b46))
172
+ * update bundled dependency licenses ([6ace4c6](https://github.com/visulima/visulima/commit/6ace4c69d41fc1fd0a744fbca8ca219ba631b4ab))
173
+ * update docs ([8eb4d08](https://github.com/visulima/visulima/commit/8eb4d085de9315b63328286b42b8ce5e9f424579))
174
+
175
+ ### Tests
176
+
177
+ * **cerebro:** add tests for options after positional arguments ([f321be8](https://github.com/visulima/visulima/commit/f321be8b56aa79fcf49b98f19d4a2620ae52dc34))
178
+
179
+
180
+ ### Dependencies
181
+
182
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.8
183
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.9
184
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.9
185
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.7
186
+ * **@visulima/error:** upgraded to 6.0.0-alpha.8
187
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.7
188
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.10
189
+ * **@visulima/path:** upgraded to 3.0.0-alpha.8
190
+ * **@visulima/string:** upgraded to 3.0.0-alpha.9
191
+
192
+ ## @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)
193
+
194
+ ### Features
195
+
196
+ * **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
197
+
198
+
199
+ ### Dependencies
200
+
201
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.7
202
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.8
203
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.8
204
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.6
205
+ * **@visulima/error:** upgraded to 6.0.0-alpha.7
206
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.6
207
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.9
208
+ * **@visulima/path:** upgraded to 3.0.0-alpha.7
209
+ * **@visulima/string:** upgraded to 3.0.0-alpha.8
210
+
211
+ ## @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)
212
+
213
+ ### Bug Fixes
214
+
215
+ * **cerebro:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([6647854](https://github.com/visulima/visulima/commit/6647854b69a518466318af623938c0435f3a2579))
216
+ * **web:** improve build setup with incremental stats caching and prod install ([fe33e75](https://github.com/visulima/visulima/commit/fe33e75827586779b4b3a0c6d57b39f889ee6207))
217
+
218
+ ### Miscellaneous Chores
219
+
220
+ * **cerebro:** migrate deps to pnpm catalogs ([75cfac0](https://github.com/visulima/visulima/commit/75cfac01080464cc07279164520177472aff3b13))
221
+
222
+ ### Code Refactoring
223
+
224
+ * **docs:** migrate Nextra components to fumadocs-ui, remove Nextra stripping ([484878f](https://github.com/visulima/visulima/commit/484878f01879363ef5e9a0282904dc4627d6060c))
225
+
226
+
227
+ ### Dependencies
228
+
229
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.6
230
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.7
231
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.7
232
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.5
233
+ * **@visulima/error:** upgraded to 6.0.0-alpha.6
234
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.5
235
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.8
236
+ * **@visulima/path:** upgraded to 3.0.0-alpha.6
237
+ * **@visulima/string:** upgraded to 3.0.0-alpha.7
238
+
239
+ ## @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)
240
+
241
+ ### Miscellaneous Chores
242
+
243
+ * **cerebro:** update dependencies ([401f0bf](https://github.com/visulima/visulima/commit/401f0bf2bab395ac191e48cded78fa354970b245))
244
+ * visulima website ([#591](https://github.com/visulima/visulima/issues/591)) ([59ab2e2](https://github.com/visulima/visulima/commit/59ab2e2befb03e51cd2088956f83d9b87de6d033))
245
+
246
+
247
+ ### Dependencies
248
+
249
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.7
250
+
251
+ ## @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)
252
+
253
+ ### Bug Fixes
254
+
255
+ * **cerebro:** update packem to 2.0.0-alpha.54 ([bcc08fd](https://github.com/visulima/visulima/commit/bcc08fdf6eed77b84bdff0fe40dd4fe7dd74a463))
256
+
257
+ ### Documentation
258
+
259
+ * **cerebro,prisma-dmmf-transformer,jsdoc-open-api:** add comprehensive Fumadocs documentation ([891b308](https://github.com/visulima/visulima/commit/891b308a34bca2765a4a97ea450648d20d90e0cf))
260
+
261
+ ### Miscellaneous Chores
262
+
263
+ * **cerebro:** update dependencies ([a276082](https://github.com/visulima/visulima/commit/a27608237e7dd33bed639101147f7ee36f1cdaec))
264
+ * **cerebro:** update dependencies ([60f2a71](https://github.com/visulima/visulima/commit/60f2a717e23220c394a31fde456291e42348fddd))
265
+ * **terminal:** update dependencies ([a5bb91a](https://github.com/visulima/visulima/commit/a5bb91a66f2be2ade485d586156a54c347a23cc9))
266
+ * update lock file maintenance ([d83e716](https://github.com/visulima/visulima/commit/d83e71697b75d24704185b66bb521a934d2db02d))
267
+ * year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
268
+
269
+
270
+ ### Dependencies
271
+
272
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.5
273
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.6
274
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.6
275
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.4
276
+ * **@visulima/error:** upgraded to 6.0.0-alpha.5
277
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.4
278
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.6
279
+ * **@visulima/path:** upgraded to 3.0.0-alpha.5
280
+ * **@visulima/string:** upgraded to 3.0.0-alpha.6
281
+
282
+ ## @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)
283
+
284
+ ### Bug Fixes
285
+
286
+ * **cerebro:** update package files ([5161bbd](https://github.com/visulima/visulima/commit/5161bbd0abf7f5feb71c1d01b06ba48ec31545b4))
287
+ * **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))
288
+
289
+
290
+ ### Dependencies
291
+
292
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.4
293
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.5
294
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.5
295
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.3
296
+ * **@visulima/error:** upgraded to 6.0.0-alpha.3
297
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.3
298
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.5
299
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
300
+ * **@visulima/string:** upgraded to 3.0.0-alpha.5
301
+
302
+ ## @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)
303
+
304
+ ### Miscellaneous Chores
305
+
306
+ * fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
307
+
308
+
309
+ ### Dependencies
310
+
311
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.4
312
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.4
313
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.4
314
+ * **@visulima/string:** upgraded to 3.0.0-alpha.4
315
+
316
+ ## @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)
317
+
318
+ ### Bug Fixes
319
+
320
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
321
+
322
+
323
+ ### Dependencies
324
+
325
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.3
326
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.3
327
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.3
328
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.2
329
+ * **@visulima/error:** upgraded to 6.0.0-alpha.2
330
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.2
331
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.3
332
+ * **@visulima/path:** upgraded to 3.0.0-alpha.3
333
+ * **@visulima/string:** upgraded to 3.0.0-alpha.3
334
+
1
335
  ## @visulima/cerebro [3.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.1...@visulima/cerebro@3.0.0-alpha.2) (2025-12-08)
2
336
 
3
337