@visulima/cerebro 3.0.0-alpha.1 → 3.0.0-alpha.11

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 (44) hide show
  1. package/CHANGELOG.md +229 -0
  2. package/LICENSE.md +1810 -98
  3. package/dist/cli.d.ts +22 -0
  4. package/dist/commands/completion-command.js +204 -5
  5. package/dist/commands/help-command.js +200 -1
  6. package/dist/commands/readme-command.js +317 -32
  7. package/dist/commands/version-command.js +18 -1
  8. package/dist/default-env.d.ts +1 -1
  9. package/dist/empty-toolbox.d.ts +1 -0
  10. package/dist/index.js +7 -1
  11. package/dist/logger/create-pail-logger.js +34 -1
  12. package/dist/packem_chunks/has-new-version.js +264 -1
  13. package/dist/packem_shared/Cerebro-CXEIHSN2.js +3451 -0
  14. package/dist/packem_shared/VERBOSITY_QUIET-Dp46zlLW.js +10 -0
  15. package/dist/packem_shared/VisulimaError-DA7QsCxH.js +34 -0
  16. package/dist/packem_shared/cerebro-error-GmJ3jN7Q.js +16 -0
  17. package/dist/packem_shared/index-DNXLgme3.js +268 -0
  18. package/dist/packem_shared/runtime-process-B6ZplyWn.js +187 -0
  19. package/dist/plugins/error-handler-plugin.js +648 -1
  20. package/dist/plugins/runtime-version-check-plugin.js +77 -1
  21. package/dist/plugins/update-notifier/update-notifier-plugin.js +518 -1
  22. package/dist/types/cli.d.ts +11 -0
  23. package/dist/types/command-line-usage.d.ts +1 -1
  24. package/dist/types/command.d.ts +10 -10
  25. package/dist/types/toolbox.d.ts +24 -0
  26. package/dist/util/command-processing/option-processor.d.ts +8 -8
  27. package/dist/util/general/compile-cache.d.ts +41 -0
  28. package/dist/util/general/compile-cache.js +16 -0
  29. package/dist/util/general/heap-tuning.d.ts +81 -0
  30. package/dist/util/general/heap-tuning.js +91 -0
  31. package/dist/util/general/register-exception-handler.d.ts +1 -1
  32. package/dist/util/general/runtime-process.d.ts +1 -1
  33. package/dist/util/general/validate-input.d.ts +1 -1
  34. package/dist/util/process-env-variables.d.ts +1 -1
  35. package/package.json +16 -8
  36. package/dist/packem_shared/Cerebro-Bj2O5JeH.js +0 -4
  37. package/dist/packem_shared/VERBOSITY_QUIET-XPultrIA.js +0 -1
  38. package/dist/packem_shared/VisulimaError-BJideSBf.js +0 -76
  39. package/dist/packem_shared/cerebro-error-BnJTixb2.js +0 -1
  40. package/dist/packem_shared/help-command-CIRIXN03.js +0 -1
  41. package/dist/packem_shared/index-DQ3pvLQH.js +0 -6
  42. package/dist/packem_shared/isVisulimaError-jVZgumOU-C4fgdbWg.js +0 -1
  43. package/dist/packem_shared/renderError-ZMlMvw1N-eVUSdl6c.js +0 -24
  44. package/dist/packem_shared/runtime-process-G-n-wOub.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,232 @@
1
+ ## @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)
2
+
3
+ ### Features
4
+
5
+ * **cerebro:** expose rawUnknown on the Toolbox ([0d92cdf](https://github.com/visulima/visulima/commit/0d92cdf22270db5420af8b639b135b75e043de08))
6
+
7
+ ### Bug Fixes
8
+
9
+ * **cerebro:** cast positionals argument to string array ([432ac5d](https://github.com/visulima/visulima/commit/432ac5dab63a71583e3d170dc1c014dc735d6a1d))
10
+ * **cerebro:** resolve eslint and formatting issues ([d362f80](https://github.com/visulima/visulima/commit/d362f8011afa2fdf7195544a05468ad425904c27))
11
+ * 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))
12
+ * **terminal:** resolve eslint and formatting issues ([12ef283](https://github.com/visulima/visulima/commit/12ef283684d1808fbcfe44077a0cfe8324801485))
13
+ * **terminal:** resolve eslint and formatting issues ([8f30389](https://github.com/visulima/visulima/commit/8f30389deb9ff81e7afce0aa064ef11fcb179f23))
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
18
+ * **cerebro:** apply formatter and lint fixes ([25aedfa](https://github.com/visulima/visulima/commit/25aedfa32a9476e8a127580e2a4154bca512342d))
19
+ * **cerebro:** apply formatter and lint fixes ([f2d19a1](https://github.com/visulima/visulima/commit/f2d19a167b8ebef07e2c2cce241673a6c34a8112))
20
+ * **cerebro:** apply pending changes ([5502fd8](https://github.com/visulima/visulima/commit/5502fd8399ef704bf9d5c192642aef35b73275ef))
21
+ * **cerebro:** apply pending lint and source updates ([727956c](https://github.com/visulima/visulima/commit/727956c737b9a1f811bc71c5343bcc56f91e5097))
22
+ * **cerebro:** enforce curly braces and apply lint fixes ([79f5b19](https://github.com/visulima/visulima/commit/79f5b19bf8f1c6e6f4d2c47f4a160bfcf44b6bb4))
23
+ * fixed jsr.json ([5d85e51](https://github.com/visulima/visulima/commit/5d85e5179de38e284ec433b14d77c71a1619c8d6))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.10
29
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.11
30
+
31
+ ## @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)
32
+
33
+ ### Features
34
+
35
+ * **cerebro:** add addGlobalOption API for CLI-wide options ([ccc1cc0](https://github.com/visulima/visulima/commit/ccc1cc085ed0189be49ab8da7d9dbbc69ba07c72))
36
+ * **cerebro:** add heap-tuning and compile-cache performance helpers ([aebd564](https://github.com/visulima/visulima/commit/aebd56425b8e0e3fac0e5c6cec3697cdfe376881))
37
+
38
+ ### Bug Fixes
39
+
40
+ * **cerebro:** properly fix eslint errors in code ([2ba0003](https://github.com/visulima/visulima/commit/2ba00034172b33072af1ae09109652b6571f4474))
41
+ * **cerebro:** remove remaining eslint suppressions with proper code fixes ([a872fb4](https://github.com/visulima/visulima/commit/a872fb477866b921a79a42eb4645fda97f1b83d3))
42
+ * **cerebro:** resolve eslint errors ([7159a69](https://github.com/visulima/visulima/commit/7159a6910d94042b834bdda4b6929d529532d272))
43
+
44
+ ### Documentation
45
+
46
+ * **cerebro:** document addGlobalOption and getGlobalOptions APIs ([92b38bf](https://github.com/visulima/visulima/commit/92b38bf19115b1469b7e3cbe439305f4d27342e8))
47
+ * **cerebro:** fix markdown formatting in migration guide ([66aaab6](https://github.com/visulima/visulima/commit/66aaab6e25ba2ffca707decaacc3a899850e91f5))
48
+
49
+ ### Miscellaneous Chores
50
+
51
+ * apply linting and formatting fixes across packages ([5d150a5](https://github.com/visulima/visulima/commit/5d150a578f9ce861c791843c683deeb849b774a9))
52
+ * **cerebro:** add tsconfig.eslint.json for type-aware linting ([f14bd4c](https://github.com/visulima/visulima/commit/f14bd4ccef02397a97abf60b0be91e58faf4f5e8))
53
+ * **cerebro:** apply linter fixes and prior session changes ([f50c294](https://github.com/visulima/visulima/commit/f50c294aa41c4c5bbbf8c1c1e3f4d4dcdb5be07f))
54
+ * **cerebro:** apply prettier formatting ([2649ac5](https://github.com/visulima/visulima/commit/2649ac5e3dfda9b816087f34e0feab28a4496cbb))
55
+ * **cerebro:** migrate .prettierrc.cjs to prettier.config.js ([133284e](https://github.com/visulima/visulima/commit/133284ef72efd7639dd147a2c5552c514cb84bff))
56
+ * **terminal:** remove empty dependency objects from package.json ([562c704](https://github.com/visulima/visulima/commit/562c704e5d90aa2d13eae942ebbdcfeb787c2b46))
57
+ * update bundled dependency licenses ([6ace4c6](https://github.com/visulima/visulima/commit/6ace4c69d41fc1fd0a744fbca8ca219ba631b4ab))
58
+ * update docs ([8eb4d08](https://github.com/visulima/visulima/commit/8eb4d085de9315b63328286b42b8ce5e9f424579))
59
+
60
+ ### Tests
61
+
62
+ * **cerebro:** add tests for options after positional arguments ([f321be8](https://github.com/visulima/visulima/commit/f321be8b56aa79fcf49b98f19d4a2620ae52dc34))
63
+
64
+
65
+ ### Dependencies
66
+
67
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.8
68
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.9
69
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.9
70
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.7
71
+ * **@visulima/error:** upgraded to 6.0.0-alpha.8
72
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.7
73
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.10
74
+ * **@visulima/path:** upgraded to 3.0.0-alpha.8
75
+ * **@visulima/string:** upgraded to 3.0.0-alpha.9
76
+
77
+ ## @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)
78
+
79
+ ### Features
80
+
81
+ * **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
82
+
83
+
84
+ ### Dependencies
85
+
86
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.7
87
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.8
88
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.8
89
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.6
90
+ * **@visulima/error:** upgraded to 6.0.0-alpha.7
91
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.6
92
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.9
93
+ * **@visulima/path:** upgraded to 3.0.0-alpha.7
94
+ * **@visulima/string:** upgraded to 3.0.0-alpha.8
95
+
96
+ ## @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)
97
+
98
+ ### Bug Fixes
99
+
100
+ * **cerebro:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([6647854](https://github.com/visulima/visulima/commit/6647854b69a518466318af623938c0435f3a2579))
101
+ * **web:** improve build setup with incremental stats caching and prod install ([fe33e75](https://github.com/visulima/visulima/commit/fe33e75827586779b4b3a0c6d57b39f889ee6207))
102
+
103
+ ### Miscellaneous Chores
104
+
105
+ * **cerebro:** migrate deps to pnpm catalogs ([75cfac0](https://github.com/visulima/visulima/commit/75cfac01080464cc07279164520177472aff3b13))
106
+
107
+ ### Code Refactoring
108
+
109
+ * **docs:** migrate Nextra components to fumadocs-ui, remove Nextra stripping ([484878f](https://github.com/visulima/visulima/commit/484878f01879363ef5e9a0282904dc4627d6060c))
110
+
111
+
112
+ ### Dependencies
113
+
114
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.6
115
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.7
116
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.7
117
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.5
118
+ * **@visulima/error:** upgraded to 6.0.0-alpha.6
119
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.5
120
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.8
121
+ * **@visulima/path:** upgraded to 3.0.0-alpha.6
122
+ * **@visulima/string:** upgraded to 3.0.0-alpha.7
123
+
124
+ ## @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)
125
+
126
+ ### Miscellaneous Chores
127
+
128
+ * **cerebro:** update dependencies ([401f0bf](https://github.com/visulima/visulima/commit/401f0bf2bab395ac191e48cded78fa354970b245))
129
+ * visulima website ([#591](https://github.com/visulima/visulima/issues/591)) ([59ab2e2](https://github.com/visulima/visulima/commit/59ab2e2befb03e51cd2088956f83d9b87de6d033))
130
+
131
+
132
+ ### Dependencies
133
+
134
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.7
135
+
136
+ ## @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)
137
+
138
+ ### Bug Fixes
139
+
140
+ * **cerebro:** update packem to 2.0.0-alpha.54 ([bcc08fd](https://github.com/visulima/visulima/commit/bcc08fdf6eed77b84bdff0fe40dd4fe7dd74a463))
141
+
142
+ ### Documentation
143
+
144
+ * **cerebro,prisma-dmmf-transformer,jsdoc-open-api:** add comprehensive Fumadocs documentation ([891b308](https://github.com/visulima/visulima/commit/891b308a34bca2765a4a97ea450648d20d90e0cf))
145
+
146
+ ### Miscellaneous Chores
147
+
148
+ * **cerebro:** update dependencies ([a276082](https://github.com/visulima/visulima/commit/a27608237e7dd33bed639101147f7ee36f1cdaec))
149
+ * **cerebro:** update dependencies ([60f2a71](https://github.com/visulima/visulima/commit/60f2a717e23220c394a31fde456291e42348fddd))
150
+ * **terminal:** update dependencies ([a5bb91a](https://github.com/visulima/visulima/commit/a5bb91a66f2be2ade485d586156a54c347a23cc9))
151
+ * update lock file maintenance ([d83e716](https://github.com/visulima/visulima/commit/d83e71697b75d24704185b66bb521a934d2db02d))
152
+ * year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
153
+
154
+
155
+ ### Dependencies
156
+
157
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.5
158
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.6
159
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.6
160
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.4
161
+ * **@visulima/error:** upgraded to 6.0.0-alpha.5
162
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.4
163
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.6
164
+ * **@visulima/path:** upgraded to 3.0.0-alpha.5
165
+ * **@visulima/string:** upgraded to 3.0.0-alpha.6
166
+
167
+ ## @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)
168
+
169
+ ### Bug Fixes
170
+
171
+ * **cerebro:** update package files ([5161bbd](https://github.com/visulima/visulima/commit/5161bbd0abf7f5feb71c1d01b06ba48ec31545b4))
172
+ * **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))
173
+
174
+
175
+ ### Dependencies
176
+
177
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.4
178
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.5
179
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.5
180
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.3
181
+ * **@visulima/error:** upgraded to 6.0.0-alpha.3
182
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.3
183
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.5
184
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
185
+ * **@visulima/string:** upgraded to 3.0.0-alpha.5
186
+
187
+ ## @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)
188
+
189
+ ### Miscellaneous Chores
190
+
191
+ * fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
192
+
193
+
194
+ ### Dependencies
195
+
196
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.4
197
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.4
198
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.4
199
+ * **@visulima/string:** upgraded to 3.0.0-alpha.4
200
+
201
+ ## @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)
202
+
203
+ ### Bug Fixes
204
+
205
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
206
+
207
+
208
+ ### Dependencies
209
+
210
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.3
211
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.3
212
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.3
213
+ * **@visulima/command-line-args:** upgraded to 2.0.0-alpha.2
214
+ * **@visulima/error:** upgraded to 6.0.0-alpha.2
215
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.2
216
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.3
217
+ * **@visulima/path:** upgraded to 3.0.0-alpha.3
218
+ * **@visulima/string:** upgraded to 3.0.0-alpha.3
219
+
220
+ ## @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)
221
+
222
+
223
+ ### Dependencies
224
+
225
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.2
226
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.2
227
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.2
228
+ * **@visulima/string:** upgraded to 3.0.0-alpha.2
229
+
1
230
  ## @visulima/cerebro [3.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/cerebro@2.1.5...@visulima/cerebro@3.0.0-alpha.1) (2025-12-07)
2
231
 
3
232
  ### ⚠ BREAKING CHANGES