@visulima/cerebro 3.0.0-alpha.10 → 3.0.0-alpha.12

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 (73) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/LICENSE.md +471 -4345
  3. package/README.md +26 -0
  4. package/dist/commands/completion-command.d.ts +6 -5
  5. package/dist/commands/help-command.d.ts +9 -9
  6. package/dist/commands/help-command.js +1 -1
  7. package/dist/commands/readme-command.d.ts +6 -5
  8. package/dist/commands/readme-command.js +3 -12
  9. package/dist/commands/version-command.d.ts +4 -3
  10. package/dist/index.d.ts +422 -95
  11. package/dist/index.js +2 -1
  12. package/dist/logger/create-pail-logger.d.ts +779 -8
  13. package/dist/packem_shared/{Cerebro-bgCm5Tb1.js → Cerebro-f9jDcQQy.js} +69 -7
  14. package/dist/packem_shared/{index-CS31xKFe.js → index--1UArng3.js} +4 -1
  15. package/dist/packem_shared/index.d-Br8HpP0A.d.ts +93 -0
  16. package/dist/packem_shared/lazyNamed-B278Tf9_.js +6 -0
  17. package/dist/packem_shared/plugin-manager.d-Du-YXFui.d.ts +541 -0
  18. package/dist/plugins/error-handler-plugin.d.ts +21 -19
  19. package/dist/plugins/runtime-version-check-plugin.d.ts +22 -20
  20. package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +21 -8
  21. package/dist/util/general/compile-cache.d.ts +38 -38
  22. package/dist/util/general/heap-tuning.d.ts +14 -77
  23. package/package.json +22 -22
  24. package/dist/cli.d.ts +0 -225
  25. package/dist/constants.d.ts +0 -29
  26. package/dist/default-env.d.ts +0 -7
  27. package/dist/default-options.d.ts +0 -3
  28. package/dist/empty-toolbox.d.ts +0 -15
  29. package/dist/errors/cerebro-error.d.ts +0 -10
  30. package/dist/errors/command-not-found-error.d.ts +0 -9
  31. package/dist/errors/command-validation-error.d.ts +0 -10
  32. package/dist/errors/completion-error.d.ts +0 -9
  33. package/dist/errors/conflicting-options-error.d.ts +0 -10
  34. package/dist/errors/plugin-error.d.ts +0 -9
  35. package/dist/errors/update-notifier-error.d.ts +0 -7
  36. package/dist/plugin-manager.d.ts +0 -53
  37. package/dist/plugins/update-notifier/cache.d.ts +0 -11
  38. package/dist/plugins/update-notifier/get-distribution-version.d.ts +0 -2
  39. package/dist/plugins/update-notifier/has-new-version.d.ts +0 -14
  40. package/dist/types/cli.d.ts +0 -113
  41. package/dist/types/command-line-usage.d.ts +0 -37
  42. package/dist/types/command.d.ts +0 -136
  43. package/dist/types/option-types.d.ts +0 -83
  44. package/dist/types/options.d.ts +0 -4
  45. package/dist/types/plugin.d.ts +0 -53
  46. package/dist/types/toolbox.d.ts +0 -96
  47. package/dist/util/arg-processing/get-boolean-values.d.ts +0 -7
  48. package/dist/util/arg-processing/get-parameter-option.d.ts +0 -7
  49. package/dist/util/arg-processing/map-option-type-label.d.ts +0 -3
  50. package/dist/util/arg-processing/option-is-boolean.d.ts +0 -9
  51. package/dist/util/arg-processing/remove-boolean-values.d.ts +0 -9
  52. package/dist/util/command-line-commands.d.ts +0 -10
  53. package/dist/util/command-line-usage/get-terminal-width.d.ts +0 -7
  54. package/dist/util/command-line-usage/index.d.ts +0 -3
  55. package/dist/util/command-line-usage/section/base-section.d.ts +0 -8
  56. package/dist/util/command-line-usage/section/content-section.d.ts +0 -65
  57. package/dist/util/command-line-usage/section/option-list-section.d.ts +0 -44
  58. package/dist/util/command-processing/command-processor.d.ts +0 -37
  59. package/dist/util/command-processing/command-validation.d.ts +0 -17
  60. package/dist/util/command-processing/nested-command-parser.d.ts +0 -25
  61. package/dist/util/command-processing/option-processor.d.ts +0 -44
  62. package/dist/util/data-processing/list-missing-arguments.d.ts +0 -15
  63. package/dist/util/data-processing/merge-arguments.d.ts +0 -7
  64. package/dist/util/general/find-alternatives.d.ts +0 -8
  65. package/dist/util/general/hide-bin.d.ts +0 -2
  66. package/dist/util/general/parse-raw-command.d.ts +0 -7
  67. package/dist/util/general/register-exception-handler.d.ts +0 -9
  68. package/dist/util/general/runtime-process.d.ts +0 -65
  69. package/dist/util/general/semver-gt.d.ts +0 -2
  70. package/dist/util/general/validate-input.d.ts +0 -24
  71. package/dist/util/process-env-variables.d.ts +0 -9
  72. package/dist/util/security.d.ts +0 -58
  73. package/dist/util/text-processing/template-format.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,58 @@
1
+ ## @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)
2
+
3
+ ### Features
4
+
5
+ * **cerebro:** add lazy command loading via loader field ([5e10e4a](https://github.com/visulima/visulima/commit/5e10e4ac1bcdb3a0203395f43f760c8fc3b12741))
6
+
7
+ ### Bug Fixes
8
+
9
+ * **cerebro:** use default colorize import ([c8f5997](https://github.com/visulima/visulima/commit/c8f599775bf3a5c9f92e570c80970b439f4a44c9))
10
+
11
+ ### Documentation
12
+
13
+ * **cerebro:** document lazy command loading ([3feb2e1](https://github.com/visulima/visulima/commit/3feb2e149ad5a93725539096d6f389d1b1f72875))
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * **cerebro:** upgrade packem to 2.0.0-alpha.76 ([657c11e](https://github.com/visulima/visulima/commit/657c11ec325b49abec1f9a6e4bac72f482942758))
18
+ * re-sort workspace package.json files via vis sort-package-json ([f625696](https://github.com/visulima/visulima/commit/f625696cfac974325774b3243e1a83c3d23acbd7))
19
+ * simplify pnpm-workspace packages list ([7cab221](https://github.com/visulima/visulima/commit/7cab221163632d9b7aa044a6f88c49083103a869))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.12
25
+
26
+ ## @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)
27
+
28
+ ### Features
29
+
30
+ * **cerebro:** expose rawUnknown on the Toolbox ([0d92cdf](https://github.com/visulima/visulima/commit/0d92cdf22270db5420af8b639b135b75e043de08))
31
+
32
+ ### Bug Fixes
33
+
34
+ * **cerebro:** cast positionals argument to string array ([432ac5d](https://github.com/visulima/visulima/commit/432ac5dab63a71583e3d170dc1c014dc735d6a1d))
35
+ * **cerebro:** resolve eslint and formatting issues ([d362f80](https://github.com/visulima/visulima/commit/d362f8011afa2fdf7195544a05468ad425904c27))
36
+ * 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))
37
+ * **terminal:** resolve eslint and formatting issues ([12ef283](https://github.com/visulima/visulima/commit/12ef283684d1808fbcfe44077a0cfe8324801485))
38
+ * **terminal:** resolve eslint and formatting issues ([8f30389](https://github.com/visulima/visulima/commit/8f30389deb9ff81e7afce0aa064ef11fcb179f23))
39
+
40
+ ### Miscellaneous Chores
41
+
42
+ * bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
43
+ * **cerebro:** apply formatter and lint fixes ([25aedfa](https://github.com/visulima/visulima/commit/25aedfa32a9476e8a127580e2a4154bca512342d))
44
+ * **cerebro:** apply formatter and lint fixes ([f2d19a1](https://github.com/visulima/visulima/commit/f2d19a167b8ebef07e2c2cce241673a6c34a8112))
45
+ * **cerebro:** apply pending changes ([5502fd8](https://github.com/visulima/visulima/commit/5502fd8399ef704bf9d5c192642aef35b73275ef))
46
+ * **cerebro:** apply pending lint and source updates ([727956c](https://github.com/visulima/visulima/commit/727956c737b9a1f811bc71c5343bcc56f91e5097))
47
+ * **cerebro:** enforce curly braces and apply lint fixes ([79f5b19](https://github.com/visulima/visulima/commit/79f5b19bf8f1c6e6f4d2c47f4a160bfcf44b6bb4))
48
+ * fixed jsr.json ([5d85e51](https://github.com/visulima/visulima/commit/5d85e5179de38e284ec433b14d77c71a1619c8d6))
49
+
50
+
51
+ ### Dependencies
52
+
53
+ * **@visulima/boxen:** upgraded to 3.0.0-alpha.10
54
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.11
55
+
1
56
  ## @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)
2
57
 
3
58
  ### Features