@visulima/cerebro 3.0.0-alpha.25 → 3.0.0-alpha.26

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @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)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **cerebro:** add blank line before re-keying nested namesake ([ad40fec](https://github.com/visulima/visulima/commit/ad40fec43b255673fbf09399b6a99c6d596c0d23))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/error:** upgraded to 6.0.0-alpha.27
11
+
1
12
  ## @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)
2
13
 
3
14
 
package/LICENSE.md CHANGED
@@ -169,11 +169,14 @@ Repository: git+https://github.com/visulima/visulima.git
169
169
  >
170
170
  >
171
171
  > # Licenses of bundled types
172
+ >
172
173
  > The published @visulima/command-line-args artifact additionally contains code with the following licenses:
173
174
  > MIT
174
175
  >
175
176
  > # Bundled types:
177
+ >
176
178
  > ## @visulima/error
179
+ >
177
180
  > License: MIT
178
181
  > By: Daniel Bannert
179
182
  > Repository: git+https://github.com/visulima/visulima.git
@@ -201,6 +204,40 @@ Repository: git+https://github.com/visulima/visulima.git
201
204
  > > SOFTWARE.
202
205
  > >
203
206
  > >
207
+ >
208
+ > # Licenses of bundled dependencies
209
+ > The published @visulima/command-line-args artifact additionally contains code with the following licenses:
210
+ > MIT
211
+ >
212
+ > # Bundled dependencies:
213
+ > ## @visulima/error
214
+ > License: MIT
215
+ > By: Daniel Bannert
216
+ > Repository: git+https://github.com/visulima/visulima.git
217
+ >
218
+ > > MIT License
219
+ > >
220
+ > > Copyright (c) 2026 visulima
221
+ > >
222
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
223
+ > > of this software and associated documentation files (the "Software"), to deal
224
+ > > in the Software without restriction, including without limitation the rights
225
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
226
+ > > copies of the Software, and to permit persons to whom the Software is
227
+ > > furnished to do so, subject to the following conditions:
228
+ > >
229
+ > > The above copyright notice and this permission notice shall be included in all
230
+ > > copies or substantial portions of the Software.
231
+ > >
232
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
233
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
234
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
235
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
236
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
237
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
238
+ > > SOFTWARE.
239
+ > >
240
+ > >
204
241
  > >
205
242
  > > # Licenses of bundled dependencies
206
243
  > >
@@ -225,7 +262,7 @@ Repository: git+https://github.com/visulima/visulima.git
225
262
  > > >
226
263
  > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
227
264
  > >
228
- > >
265
+ > >
229
266
  > >
230
267
  > >
231
268
  > >
@@ -251,6 +288,34 @@ Repository: git+https://github.com/visulima/visulima.git
251
288
  > > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
252
289
  > > > See the License for the specific language governing permissions and
253
290
  > > > limitations under the License.
291
+ >
292
+ >
293
+ >
294
+ > > # Licenses of bundled types
295
+ > >
296
+ > > The published @visulima/error artifact additionally contains code with the following licenses:
297
+ > > Apache-2.0
298
+ > >
299
+ > > # Bundled types:
300
+ > >
301
+ > > ## ai
302
+ > >
303
+ > > License: Apache-2.0
304
+ > > Repository: git+https://github.com/vercel/ai.git
305
+ > >
306
+ > > > Copyright 2023 Vercel, Inc.
307
+ > > >
308
+ > > > Licensed under the Apache License, Version 2.0 (the "License");
309
+ > > > you may not use this file except in compliance with the License.
310
+ > > > You may obtain a copy of the License at
311
+ > > >
312
+ > > > http://www.apache.org/licenses/LICENSE-2.0
313
+ > > >
314
+ > > > Unless required by applicable law or agreed to in writing, software
315
+ > > > distributed under the License is distributed on an "AS IS" BASIS,
316
+ > > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
317
+ > > > See the License for the specific language governing permissions and
318
+ > > > limitations under the License.
254
319
 
255
320
  ---------------------------------------
256
321
 
@@ -638,11 +703,14 @@ Repository: git+https://github.com/visulima/visulima.git
638
703
  >
639
704
  >
640
705
  > # Licenses of bundled types
706
+ >
641
707
  > The published @visulima/command-line-args artifact additionally contains code with the following licenses:
642
708
  > MIT
643
709
  >
644
710
  > # Bundled types:
711
+ >
645
712
  > ## @visulima/error
713
+ >
646
714
  > License: MIT
647
715
  > By: Daniel Bannert
648
716
  > Repository: git+https://github.com/visulima/visulima.git
@@ -670,6 +738,40 @@ Repository: git+https://github.com/visulima/visulima.git
670
738
  > > SOFTWARE.
671
739
  > >
672
740
  > > <!-- DEPENDENCIES -->
741
+ >
742
+ > # Licenses of bundled dependencies
743
+ > The published @visulima/command-line-args artifact additionally contains code with the following licenses:
744
+ > MIT
745
+ >
746
+ > # Bundled dependencies:
747
+ > ## @visulima/error
748
+ > License: MIT
749
+ > By: Daniel Bannert
750
+ > Repository: git+https://github.com/visulima/visulima.git
751
+ >
752
+ > > MIT License
753
+ > >
754
+ > > Copyright (c) 2026 visulima
755
+ > >
756
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
757
+ > > of this software and associated documentation files (the "Software"), to deal
758
+ > > in the Software without restriction, including without limitation the rights
759
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
760
+ > > copies of the Software, and to permit persons to whom the Software is
761
+ > > furnished to do so, subject to the following conditions:
762
+ > >
763
+ > > The above copyright notice and this permission notice shall be included in all
764
+ > > copies or substantial portions of the Software.
765
+ > >
766
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
767
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
768
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
769
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
770
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
771
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
772
+ > > SOFTWARE.
773
+ > >
774
+ > >
673
775
  > >
674
776
  > > # Licenses of bundled dependencies
675
777
  > >
@@ -694,7 +796,7 @@ Repository: git+https://github.com/visulima/visulima.git
694
796
  > > >
695
797
  > > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
696
798
  > >
697
- > > <!-- /DEPENDENCIES -->
799
+ > >
698
800
  > >
699
801
  > >
700
802
  > >
@@ -720,6 +822,34 @@ Repository: git+https://github.com/visulima/visulima.git
720
822
  > > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
721
823
  > > > See the License for the specific language governing permissions and
722
824
  > > > limitations under the License.
825
+ >
826
+ > <!-- /DEPENDENCIES -->
827
+ >
828
+ > > # Licenses of bundled types
829
+ > >
830
+ > > The published @visulima/error artifact additionally contains code with the following licenses:
831
+ > > Apache-2.0
832
+ > >
833
+ > > # Bundled types:
834
+ > >
835
+ > > ## ai
836
+ > >
837
+ > > License: Apache-2.0
838
+ > > Repository: git+https://github.com/vercel/ai.git
839
+ > >
840
+ > > > Copyright 2023 Vercel, Inc.
841
+ > > >
842
+ > > > Licensed under the Apache License, Version 2.0 (the "License");
843
+ > > > you may not use this file except in compliance with the License.
844
+ > > > You may obtain a copy of the License at
845
+ > > >
846
+ > > > http://www.apache.org/licenses/LICENSE-2.0
847
+ > > >
848
+ > > > Unless required by applicable law or agreed to in writing, software
849
+ > > > distributed under the License is distributed on an "AS IS" BASIS,
850
+ > > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
851
+ > > > See the License for the specific language governing permissions and
852
+ > > > limitations under the License.
723
853
 
724
854
  ---------------------------------------
725
855
 
@@ -1,4 +1,4 @@
1
- import { C as Command } from "../packem_shared/plugin-manager.d-Du-YXFui.js";
1
+ import { C as Command } from "../packem_shared/plugin-manager.d-Dz-wu1tI.js";
2
2
  import '@visulima/tabular';
3
3
  /**
4
4
  * Generates shell completion scripts for the CLI application.
@@ -1,4 +1,4 @@
1
- import { O as OptionDefinition, A as ArgumentDefinition, C as Command, T as Toolbox } from "../packem_shared/plugin-manager.d-Du-YXFui.js";
1
+ import { O as OptionDefinition, A as ArgumentDefinition, C as Command, T as Toolbox } from "../packem_shared/plugin-manager.d-Dz-wu1tI.js";
2
2
  import '@visulima/tabular';
3
3
  declare class HelpCommand<TLogger extends Console = Console> implements Command<OptionDefinition<string>, TLogger> {
4
4
  argument: ArgumentDefinition<string>;
@@ -1,4 +1,4 @@
1
- import { C as Command } from "../packem_shared/plugin-manager.d-Du-YXFui.js";
1
+ import { C as Command } from "../packem_shared/plugin-manager.d-Dz-wu1tI.js";
2
2
  import '@visulima/tabular';
3
3
  /**
4
4
  * Generates README documentation for cerebro CLI commands.
@@ -1,4 +1,4 @@
1
- import { C as Command } from "../packem_shared/plugin-manager.d-Du-YXFui.js";
1
+ import { C as Command } from "../packem_shared/plugin-manager.d-Dz-wu1tI.js";
2
2
  import '@visulima/tabular';
3
3
  declare const _default: Command;
4
4
  export { _default as default };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { a as CommandSection, O as OptionDefinition, C as Command, P as Plugin, b as PluginManager, c as CliRunOptions, R as RunCommandOptions, d as Cli$1, L as LazyCommandModule } from "./packem_shared/plugin-manager.d-Du-YXFui.js";
2
- export { type A as ArgumentDefinition, type e as CommandExecute, type E as EnvDefinition, type f as OutputType, type g as PluginContext, type T as Toolbox, type V as VERBOSITY_LEVEL } from "./packem_shared/plugin-manager.d-Du-YXFui.js";
1
+ import { a as CommandSection, O as OptionDefinition, C as Command, P as Plugin, b as PluginManager, c as CliRunOptions, R as RunCommandOptions, d as Cli$1, L as LazyCommandModule } from "./packem_shared/plugin-manager.d-Dz-wu1tI.js";
2
+ export { type A as ArgumentDefinition, type e as CommandExecute, type E as EnvDefinition, type f as OutputType, type g as PluginContext, type T as Toolbox, type V as VERBOSITY_LEVEL } from "./packem_shared/plugin-manager.d-Dz-wu1tI.js";
3
3
  export { V as VisulimaError } from "./packem_shared/index.d-Br8HpP0A.js";
4
4
  import '@visulima/tabular';
5
5
  type CliOptions<T extends Console = Console> = {
@@ -38,6 +38,9 @@ interface OptionDefinition$1 {
38
38
  */
39
39
  type?: (input: string) => any;
40
40
  }
41
+ /**
42
+ * Error thrown when an option is already set (duplicate assignment).
43
+ */
41
44
  /** A Content section comprises a header and one or more lines of content. */
42
45
  interface Content {
43
46
  /**
@@ -1,5 +1,5 @@
1
1
  import { O as Options$1 } from "../packem_shared/index.d-Br8HpP0A.js";
2
- import { P as Plugin } from "../packem_shared/plugin-manager.d-Du-YXFui.js";
2
+ import { P as Plugin } from "../packem_shared/plugin-manager.d-Dz-wu1tI.js";
3
3
  import '@visulima/tabular';
4
4
  type ErrorHandlerOptions = {
5
5
  /** Show detailed error information including stack traces and code frames (default: false) */
@@ -1,4 +1,4 @@
1
- import { P as Plugin } from "../packem_shared/plugin-manager.d-Du-YXFui.js";
1
+ import { P as Plugin } from "../packem_shared/plugin-manager.d-Dz-wu1tI.js";
2
2
  import '@visulima/tabular';
3
3
  type RuntimeType = "bun" | "deno" | "node";
4
4
  type RuntimeVersionRequirement = {
@@ -1,4 +1,4 @@
1
- import { P as Plugin } from "../../packem_shared/plugin-manager.d-Du-YXFui.js";
1
+ import { P as Plugin } from "../../packem_shared/plugin-manager.d-Dz-wu1tI.js";
2
2
  import '@visulima/tabular';
3
3
  type UpdateNotifierOptions = {
4
4
  alwaysRun?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/cerebro",
3
- "version": "3.0.0-alpha.25",
3
+ "version": "3.0.0-alpha.26",
4
4
  "description": "A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.",
5
5
  "keywords": [
6
6
  "ansi",