@visulima/vis 1.0.0-alpha.10 → 1.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 (120) hide show
  1. package/CHANGELOG.md +95 -42
  2. package/LICENSE.md +213 -0
  3. package/README.md +8 -4
  4. package/dist/bin.js +9 -1
  5. package/dist/config/index.d.ts +1818 -0
  6. package/dist/config/index.js +2 -0
  7. package/dist/generate/index.d.ts +1 -1
  8. package/dist/generate/index.js +3 -1
  9. package/dist/packem_chunks/applyDefaults.js +336 -0
  10. package/dist/packem_chunks/bin.js +9554 -64
  11. package/dist/packem_chunks/doctor-probe.js +112 -0
  12. package/dist/packem_chunks/fix.js +229 -48
  13. package/dist/packem_chunks/handler.js +99 -1
  14. package/dist/packem_chunks/handler10.js +53 -1
  15. package/dist/packem_chunks/handler11.js +32 -1
  16. package/dist/packem_chunks/handler12.js +100 -2
  17. package/dist/packem_chunks/handler13.js +25 -1
  18. package/dist/packem_chunks/handler14.js +916 -5
  19. package/dist/packem_chunks/handler15.js +206 -1
  20. package/dist/packem_chunks/handler16.js +122 -18
  21. package/dist/packem_chunks/handler17.js +13 -1
  22. package/dist/packem_chunks/handler18.js +106 -1
  23. package/dist/packem_chunks/handler19.js +19 -1
  24. package/dist/packem_chunks/handler2.js +75 -1
  25. package/dist/packem_chunks/handler20.js +29 -1
  26. package/dist/packem_chunks/handler21.js +222 -1
  27. package/dist/packem_chunks/handler22.js +237 -5
  28. package/dist/packem_chunks/handler23.js +101 -1
  29. package/dist/packem_chunks/handler24.js +110 -1
  30. package/dist/packem_chunks/handler25.js +402 -5
  31. package/dist/packem_chunks/handler26.js +13 -1
  32. package/dist/packem_chunks/handler27.js +63 -3
  33. package/dist/packem_chunks/handler28.js +34 -1
  34. package/dist/packem_chunks/handler29.js +458 -7
  35. package/dist/packem_chunks/handler3.js +95 -2
  36. package/dist/packem_chunks/handler30.js +168 -21
  37. package/dist/packem_chunks/handler31.js +530 -3
  38. package/dist/packem_chunks/handler32.js +214 -2
  39. package/dist/packem_chunks/handler33.js +119 -24
  40. package/dist/packem_chunks/handler34.js +630 -2
  41. package/dist/packem_chunks/handler35.js +283 -19
  42. package/dist/packem_chunks/handler36.js +521 -407
  43. package/dist/packem_chunks/handler37.js +762 -22
  44. package/dist/packem_chunks/handler38.js +989 -22
  45. package/dist/packem_chunks/handler39.js +574 -22
  46. package/dist/packem_chunks/handler4.js +90 -4
  47. package/dist/packem_chunks/handler40.js +1685 -3
  48. package/dist/packem_chunks/handler41.js +1088 -10
  49. package/dist/packem_chunks/handler42.js +785 -141
  50. package/dist/packem_chunks/handler43.js +2658 -42
  51. package/dist/packem_chunks/handler44.js +3886 -3
  52. package/dist/packem_chunks/handler45.js +2568 -21
  53. package/dist/packem_chunks/handler46.js +3769 -0
  54. package/dist/packem_chunks/handler47.js +1491 -0
  55. package/dist/packem_chunks/handler5.js +174 -2
  56. package/dist/packem_chunks/handler6.js +95 -13
  57. package/dist/packem_chunks/handler7.js +115 -8
  58. package/dist/packem_chunks/handler8.js +12 -1
  59. package/dist/packem_chunks/handler9.js +29 -1
  60. package/dist/packem_chunks/heal-accept.js +522 -0
  61. package/dist/packem_chunks/heal.js +673 -0
  62. package/dist/packem_chunks/index.js +873 -7
  63. package/dist/packem_chunks/loader.js +23 -1
  64. package/dist/packem_shared/VisUpdateApp-D-Yz_wvg.js +1316 -0
  65. package/dist/packem_shared/_commonjsHelpers-BqLXS_qQ.js +5 -0
  66. package/dist/packem_shared/ai-analysis-CHeB1joD.js +367 -0
  67. package/dist/packem_shared/ai-cache-Be_jexe4.js +142 -0
  68. package/dist/packem_shared/ai-fix-B9iQVcD2.js +379 -0
  69. package/dist/packem_shared/cache-directory-2qvs4goY.js +98 -0
  70. package/dist/packem_shared/catalog-BJTtyi-O.js +1371 -0
  71. package/dist/packem_shared/dependency-scan-A0KSklpG.js +188 -0
  72. package/dist/packem_shared/docker-2iZzc280.js +181 -0
  73. package/dist/packem_shared/failure-log-Cz3Z4SKL.js +100 -0
  74. package/dist/packem_shared/flakiness-goTxXuCX.js +180 -0
  75. package/dist/packem_shared/otel-DCvqCTz_.js +158 -0
  76. package/dist/packem_shared/otelPlugin-DFaLDvJf.js +3 -0
  77. package/dist/packem_shared/registry-CbqXI0rc.js +272 -0
  78. package/dist/packem_shared/run-summary-utils-PVMl4aIh.js +130 -0
  79. package/dist/packem_shared/runtime-check-Cobi3p6l.js +127 -0
  80. package/dist/packem_shared/selectors-SM69TfqC.js +194 -0
  81. package/dist/packem_shared/symbols-Ta7g2nU-.js +14 -0
  82. package/dist/packem_shared/toolchain-BdZd9eBi.js +975 -0
  83. package/dist/packem_shared/typosquats-C-bCh3PX.js +1210 -0
  84. package/dist/packem_shared/use-measured-height-CNP0vT4M.js +20 -0
  85. package/dist/packem_shared/utils-CthVdBPS.js +40 -0
  86. package/dist/packem_shared/xxh3-Ck8mXNg1.js +239 -0
  87. package/index.js +727 -555
  88. package/package.json +35 -17
  89. package/schemas/project.schema.json +8 -10
  90. package/schemas/vis-config.schema.json +132 -8
  91. package/skills/vis/SKILL.md +96 -0
  92. package/templates/buildkite-ci/.buildkite/pipeline.yml.tera +85 -0
  93. package/templates/buildkite-ci/template.yml +20 -0
  94. package/dist/errors/index.d.ts +0 -26
  95. package/dist/errors/index.js +0 -1
  96. package/dist/packem_chunks/config.js +0 -2
  97. package/dist/packem_shared/VisConfigCycleError-CAYNC7d-.js +0 -1
  98. package/dist/packem_shared/VisConfigError-B5LP1zRf.js +0 -1
  99. package/dist/packem_shared/VisConfigLoadError-CeqBSd2Z.js +0 -2
  100. package/dist/packem_shared/VisConfigNotFoundError-DZ9KC527.js +0 -5
  101. package/dist/packem_shared/VisUpdateApp-D-L4_-Iu.js +0 -1
  102. package/dist/packem_shared/_commonjsHelpers-D6W6KoPK.js +0 -1
  103. package/dist/packem_shared/ai-analysis-CGuy7dfE.js +0 -67
  104. package/dist/packem_shared/ai-cache-Bynt6Y9x.js +0 -1
  105. package/dist/packem_shared/cache-directory-D72ZEag2.js +0 -1
  106. package/dist/packem_shared/catalog-BVPerCwG.js +0 -12
  107. package/dist/packem_shared/dependency-scan-Du0tBu64.js +0 -2
  108. package/dist/packem_shared/docker-BcfqH4Av.js +0 -2
  109. package/dist/packem_shared/failure-log-DqYen0LC.js +0 -2
  110. package/dist/packem_shared/flakiness-DSIHZGBT.js +0 -1
  111. package/dist/packem_shared/run-summary-utils-C24Aaf9E.js +0 -1
  112. package/dist/packem_shared/runtime-check-CGHal8SO.js +0 -1
  113. package/dist/packem_shared/selectors-CfH9ZY08.js +0 -3
  114. package/dist/packem_shared/symbols-CQmER5MT.js +0 -1
  115. package/dist/packem_shared/target-merge-DNa-6eWu.js +0 -1
  116. package/dist/packem_shared/toolchain-DQfTQY8E.js +0 -5
  117. package/dist/packem_shared/typosquats-DOR8izpX.js +0 -1
  118. package/dist/packem_shared/use-measured-height-DjYgUOKk.js +0 -1
  119. package/dist/packem_shared/utils-DrNg0XTR.js +0 -1
  120. package/dist/packem_shared/xxh3-DrAUNq4n.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,87 +1,140 @@
1
+ ## @visulima/vis [1.0.0-alpha.11](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.10...@visulima/vis@1.0.0-alpha.11) (2026-05-04)
2
+
3
+ ### Features
4
+
5
+ * **task-runner,vis:** cache restoration fidelity ([a15cb22](https://github.com/visulima/visulima/commit/a15cb22bde832cfe76ee017722b8b9f9102dac8f))
6
+ * **task-runner:** add REAPI gRPC backend, cacheMode, and cache doctor ([03e6da9](https://github.com/visulima/visulima/commit/03e6da97beb84f6adc4a07a1c7ca4acf28be3b33))
7
+ * **task-runner:** add URI-based input format ([050b583](https://github.com/visulima/visulima/commit/050b5838c15590a3ccba0ca99ad585cbabc36d99))
8
+ * **vis:** add --json and --describe to vis generate ([396c89b](https://github.com/visulima/visulima/commit/396c89b29ddca99b01394508fda4b3d6b1804a3a))
9
+ * **vis:** add `vis add --to <pkg>` auto-conforming to catalogs (syncpack[#285](https://github.com/visulima/visulima/issues/285)) ([03a5641](https://github.com/visulima/visulima/commit/03a56411fe88165395ec081f1d9caee2474fbf2a))
10
+ * **vis:** add 33 inferTargets detectors ([b4b4684](https://github.com/visulima/visulima/commit/b4b468436ed2c48484ecbf69539b0121870fd124))
11
+ * **vis:** add ai heal + heal accept commands ([3c6fa32](https://github.com/visulima/visulima/commit/3c6fa323c8133d95a17fe9bc19ffd3d8aeb37c4e))
12
+ * **vis:** add Buildkite CI provider and `vis generate buildkite-ci` builtin ([845ac99](https://github.com/visulima/visulima/commit/845ac99a37dc9f280d5bba11aad4cf196cdaaebc)), closes [#19](https://github.com/visulima/visulima/issues/19)
13
+ * **vis:** add Claude skill for vis-mcp consumption ([434ceb2](https://github.com/visulima/visulima/commit/434ceb2e8d6c49f31a3b7f84d45c35de247a4806))
14
+ * **vis:** add discover-help subcommand, drop --format from ai root ([36d3990](https://github.com/visulima/visulima/commit/36d3990f7ee6368687af8151454a86181f188511))
15
+ * **vis:** add replay + strict env, finish service registry ([c6db6d5](https://github.com/visulima/visulima/commit/c6db6d54688c43960b5aef9650b3bbc0292c0a58)), closes [#10](https://github.com/visulima/visulima/issues/10) [#16](https://github.com/visulima/visulima/issues/16) [#20](https://github.com/visulima/visulima/issues/20)
16
+ * **vis:** inferred targets, preflight, services ([9697571](https://github.com/visulima/visulima/commit/96975719f12ccaf051452ecc60f07f1df0b5bc69)), closes [#11](https://github.com/visulima/visulima/issues/11) [#21](https://github.com/visulima/visulima/issues/21)
17
+ * **vis:** list --targets table with type, cache, description ([a480e27](https://github.com/visulima/visulima/commit/a480e27a8d9a938a5225b9ebfda918de6c569f21)), closes [#22](https://github.com/visulima/visulima/issues/22) [#23](https://github.com/visulima/visulima/issues/23)
18
+
19
+ ### Bug Fixes
20
+
21
+ * declare libc on linux binding subpackages ([078b31f](https://github.com/visulima/visulima/commit/078b31f1a9029487c86651e75ecdad70f02b37e8)), closes [npm/cli#4828](https://github.com/npm/cli/issues/4828)
22
+ * **vis:** address review findings on services + inference ([c191cbc](https://github.com/visulima/visulima/commit/c191cbc3661a2885488daa44554b642e64785e52))
23
+ * **vis:** preserve probe error on close failure and clamp formatAge ([f1d71d6](https://github.com/visulima/visulima/commit/f1d71d63a5432fc2ed8c09c9a0a87e4e59b83b0b))
24
+ * **vis:** tighten update command view and reduce duplicated security warnings ([4002b43](https://github.com/visulima/visulima/commit/4002b4379aadd00bac5c5e3d9c4eb5796b9d7b3d))
25
+
26
+ ### Documentation
27
+
28
+ * **vis:** add AI integration guide ([a6dbbe0](https://github.com/visulima/visulima/commit/a6dbbe0bf8c03519764ff41da9efdd4cb4439b77))
29
+ * **vis:** add ai/list pages, stub 18 commands, refresh flags ([71b81ca](https://github.com/visulima/visulima/commit/71b81ca8704548bca0ec33437854476eb425c411))
30
+ * **vis:** cover template introspection in AI guide and skill ([7763283](https://github.com/visulima/visulima/commit/7763283dfd0f94dc8ef25800fa9f48e6d7888c8e))
31
+
32
+ ### Miscellaneous Chores
33
+
34
+ * catalog refresh + task-runner binding bump to 1.0.0-alpha.8 ([ff4548a](https://github.com/visulima/visulima/commit/ff4548a5678c992048a57e73c310757733c04756))
35
+ * **deps:** bump rust crates to current majors ([3a1d9bb](https://github.com/visulima/visulima/commit/3a1d9bb7f6e2c6b2d3862e212ae62707d60815cc))
36
+ * prettier sweep + catalog refresh ([5c7a610](https://github.com/visulima/visulima/commit/5c7a610d9b33d6df3eb3d3ba77b79759241ee1a4))
37
+
38
+ ### Code Refactoring
39
+
40
+ * **task-runner,vis:** consolidate helpers and tighten branches ([d1290d1](https://github.com/visulima/visulima/commit/d1290d1f614036902c6803d8ff51df100fdd07ab))
41
+ * **task-runner,vis:** expose worktree helpers from task-runner ([12468d7](https://github.com/visulima/visulima/commit/12468d76bb03278ec56691ba0c6d9821c9482f94))
42
+ * **vis:** expose /config via folder barrel ([0cd155a](https://github.com/visulima/visulima/commit/0cd155a872dda22d201fd86f16f056dced9886be))
43
+ * **vis:** migrate otel plugin to @opentelemetry/api types ([6440f20](https://github.com/visulima/visulima/commit/6440f201e5c15013a941f014fc4a979c80314bcf))
44
+ * **vis:** mirror src/ layout in __tests__/ and lift __fixtures__ ([ddedc1b](https://github.com/visulima/visulima/commit/ddedc1bbf87d8e572e40cb6ad65452a947dac148))
45
+ * **vis:** unify path imports on @visulima/path ([06632ab](https://github.com/visulima/visulima/commit/06632aba64e0985bb24d476cbba7bebeebe08724))
46
+
47
+
48
+ ### Dependencies
49
+
50
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.14
51
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.13
52
+ * **@visulima/package:** upgraded to 5.0.0-alpha.12
53
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.9
54
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.6
55
+
1
56
  ## @visulima/vis [1.0.0-alpha.10](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.9...@visulima/vis@1.0.0-alpha.10) (2026-04-30)
2
57
 
3
58
  ### Features
4
59
 
5
- * **vis:** [@inherit](https://github.com/inherit) array merge sentinel ([c1334ab](https://github.com/visulima/visulima/commit/c1334ab75a84e12aa972aa1aba57ee74edbcc17d))
6
- * **vis:** add manual typosquat list and scoped brand-jacks ([1eaef11](https://github.com/visulima/visulima/commit/1eaef1154bb3ca18f09cebee290a9857c5171339))
7
- * **vis:** auto-recover orphaned runners via doctor --fix ([7c68a6e](https://github.com/visulima/visulima/commit/7c68a6e1fd163fdcfb2f4f663f78b5b81cf4df09))
8
- * **vis:** cache diagnostics, retention, and quiet output style ([9ec307b](https://github.com/visulima/visulima/commit/9ec307b06cec5c3114a6e70abbf1f2346ce61910))
9
- * **vis:** doctor checks for watch/signal runtime ([d7d53a7](https://github.com/visulima/visulima/commit/d7d53a7f520b64e72aa193e0beacf2722a82a6f4))
10
- * **vis:** finish vis-side when:/always:/tokens migration ([3c3c759](https://github.com/visulima/visulima/commit/3c3c75946d716efa5971f6cf1fa9ae8d139d9652))
11
- * **vis:** per-package vis.task.ts overlay ([14f6adf](https://github.com/visulima/visulima/commit/14f6adfc37b7ff552629309bd555d1fd3dd317f9)), closes [package.json#workspaces](https://github.com/visulima/package.json/issues/workspaces)
12
- * **vis:** rewrite doctor with TUI store and live scan progress ([84f4923](https://github.com/visulima/visulima/commit/84f492376ef9129781464b26a50b1954b7e3b206))
13
- * **vis:** secure-by-default install/add and lint cleanup ([28df4c4](https://github.com/visulima/visulima/commit/28df4c40504b7414460c57ef563593cfe14c5eeb))
14
- * **vis:** split ai into nested subcommands, add discovery, unify cache type filter ([51d2b5e](https://github.com/visulima/visulima/commit/51d2b5ee9fdfcee0cbd4d5e5b9f2f1d08f9ef2ea))
15
- * **vis:** support extends in vis.config.ts ([70d7b36](https://github.com/visulima/visulima/commit/70d7b36b362b0a7340e4717bdae12db355bf05e9))
16
- * **vis:** typed errors for vis config loader ([0dce143](https://github.com/visulima/visulima/commit/0dce143247ba695eb7fa46f3b59c709c473bdc57))
17
- * **vis:** watch keybinds and timeout escalation ([3181bb5](https://github.com/visulima/visulima/commit/3181bb50986b4d7e924a2d5b053a9883228ab08f))
18
- * **vis:** worktree-aware shared task cache with --scope flag ([4328542](https://github.com/visulima/visulima/commit/4328542a9abfa16a40fa62cfe9e8d688eb0d9d81))
60
+ - **vis:** [@inherit](https://github.com/inherit) array merge sentinel ([c1334ab](https://github.com/visulima/visulima/commit/c1334ab75a84e12aa972aa1aba57ee74edbcc17d))
61
+ - **vis:** add manual typosquat list and scoped brand-jacks ([1eaef11](https://github.com/visulima/visulima/commit/1eaef1154bb3ca18f09cebee290a9857c5171339))
62
+ - **vis:** auto-recover orphaned runners via doctor --fix ([7c68a6e](https://github.com/visulima/visulima/commit/7c68a6e1fd163fdcfb2f4f663f78b5b81cf4df09))
63
+ - **vis:** cache diagnostics, retention, and quiet output style ([9ec307b](https://github.com/visulima/visulima/commit/9ec307b06cec5c3114a6e70abbf1f2346ce61910))
64
+ - **vis:** doctor checks for watch/signal runtime ([d7d53a7](https://github.com/visulima/visulima/commit/d7d53a7f520b64e72aa193e0beacf2722a82a6f4))
65
+ - **vis:** finish vis-side when:/always:/tokens migration ([3c3c759](https://github.com/visulima/visulima/commit/3c3c75946d716efa5971f6cf1fa9ae8d139d9652))
66
+ - **vis:** per-package vis.task.ts overlay ([14f6adf](https://github.com/visulima/visulima/commit/14f6adfc37b7ff552629309bd555d1fd3dd317f9)), closes [package.json#workspaces](https://github.com/visulima/package.json/issues/workspaces)
67
+ - **vis:** rewrite doctor with TUI store and live scan progress ([84f4923](https://github.com/visulima/visulima/commit/84f492376ef9129781464b26a50b1954b7e3b206))
68
+ - **vis:** secure-by-default install/add and lint cleanup ([28df4c4](https://github.com/visulima/visulima/commit/28df4c40504b7414460c57ef563593cfe14c5eeb))
69
+ - **vis:** split ai into nested subcommands, add discovery, unify cache type filter ([51d2b5e](https://github.com/visulima/visulima/commit/51d2b5ee9fdfcee0cbd4d5e5b9f2f1d08f9ef2ea))
70
+ - **vis:** support extends in vis.config.ts ([70d7b36](https://github.com/visulima/visulima/commit/70d7b36b362b0a7340e4717bdae12db355bf05e9))
71
+ - **vis:** typed errors for vis config loader ([0dce143](https://github.com/visulima/visulima/commit/0dce143247ba695eb7fa46f3b59c709c473bdc57))
72
+ - **vis:** watch keybinds and timeout escalation ([3181bb5](https://github.com/visulima/visulima/commit/3181bb50986b4d7e924a2d5b053a9883228ab08f))
73
+ - **vis:** worktree-aware shared task cache with --scope flag ([4328542](https://github.com/visulima/visulima/commit/4328542a9abfa16a40fa62cfe9e8d688eb0d9d81))
19
74
 
20
75
  ### Bug Fixes
21
76
 
22
- * **vis:** address review findings on watch UX bundle ([edee703](https://github.com/visulima/visulima/commit/edee7038fe23a488791682dd8ce5c469b40a3e8c))
23
- * **vis:** measure update list viewport for scrollbar ([4451cd3](https://github.com/visulima/visulima/commit/4451cd3726598ad1848c61800410f6d3146ec817))
77
+ - **vis:** address review findings on watch UX bundle ([edee703](https://github.com/visulima/visulima/commit/edee7038fe23a488791682dd8ce5c469b40a3e8c))
78
+ - **vis:** measure update list viewport for scrollbar ([4451cd3](https://github.com/visulima/visulima/commit/4451cd3726598ad1848c61800410f6d3146ec817))
24
79
 
25
80
  ### Documentation
26
81
 
27
- * **vis:** document doctor command and Phase 2 watch/signal flow ([4e66350](https://github.com/visulima/visulima/commit/4e663505be135666757d9e90bbfd033f66466220)), closes [doctor#runtime](https://github.com/visulima/doctor/issues/runtime)
28
- * **vis:** document layered configuration ([9a0f303](https://github.com/visulima/visulima/commit/9a0f3037f94992887e3551fbcd72f2dc73260305))
29
- * **vis:** spec for layered configuration ([bcd830d](https://github.com/visulima/visulima/commit/bcd830dc9f1ed7e9dfc39f91649f839afe29bd87))
82
+ - **vis:** document doctor command and Phase 2 watch/signal flow ([4e66350](https://github.com/visulima/visulima/commit/4e663505be135666757d9e90bbfd033f66466220)), closes [doctor#runtime](https://github.com/visulima/doctor/issues/runtime)
83
+ - **vis:** document layered configuration ([9a0f303](https://github.com/visulima/visulima/commit/9a0f3037f94992887e3551fbcd72f2dc73260305))
84
+ - **vis:** spec for layered configuration ([bcd830d](https://github.com/visulima/visulima/commit/bcd830dc9f1ed7e9dfc39f91649f839afe29bd87))
30
85
 
31
86
  ### Miscellaneous Chores
32
87
 
33
- * **vis:** alphabetize VisConfig members in workspace.ts ([b7869a6](https://github.com/visulima/visulima/commit/b7869a650641a55d895dbf135bfec1a94f9f50e7))
88
+ - **vis:** alphabetize VisConfig members in workspace.ts ([b7869a6](https://github.com/visulima/visulima/commit/b7869a650641a55d895dbf135bfec1a94f9f50e7))
34
89
 
35
90
  ### Code Refactoring
36
91
 
37
- * **vis:** expose VisConfig types and move RFC under rfc/ ([3baa115](https://github.com/visulima/visulima/commit/3baa1151b6ec5d611135cc77e1b39911a4592470))
38
- * **vis:** regroup src into folders and reuse visulima primitives ([18250d7](https://github.com/visulima/visulima/commit/18250d7bd39bccfdccc9737e13a8b0e7c28ffca2))
92
+ - **vis:** expose VisConfig types and move RFC under rfc/ ([3baa115](https://github.com/visulima/visulima/commit/3baa1151b6ec5d611135cc77e1b39911a4592470))
93
+ - **vis:** regroup src into folders and reuse visulima primitives ([18250d7](https://github.com/visulima/visulima/commit/18250d7bd39bccfdccc9737e13a8b0e7c28ffca2))
39
94
 
40
95
  ### Tests
41
96
 
42
- * added more tests ([33f3f19](https://github.com/visulima/visulima/commit/33f3f191332ff9590d94ae543f3b7ef0b82de291))
43
- * **vis:** scrub leaked GIT_* env vars in worktree fixture tests ([f066775](https://github.com/visulima/visulima/commit/f0667756c16cd3ad4e25541113e481966606fe62))
44
-
97
+ - added more tests ([33f3f19](https://github.com/visulima/visulima/commit/33f3f191332ff9590d94ae543f3b7ef0b82de291))
98
+ - **vis:** scrub leaked GIT\_\* env vars in worktree fixture tests ([f066775](https://github.com/visulima/visulima/commit/f0667756c16cd3ad4e25541113e481966606fe62))
45
99
 
46
100
  ### Dependencies
47
101
 
48
- * **@visulima/cerebro:** upgraded to 3.0.0-alpha.13
49
- * **@visulima/task-runner:** upgraded to 1.0.0-alpha.8
102
+ - **@visulima/cerebro:** upgraded to 3.0.0-alpha.13
103
+ - **@visulima/task-runner:** upgraded to 1.0.0-alpha.8
50
104
 
51
105
  ## @visulima/vis [1.0.0-alpha.9](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.8...@visulima/vis@1.0.0-alpha.9) (2026-04-28)
52
106
 
53
107
  ### Features
54
108
 
55
- * Add toolchain management with version manager detection and delegation ([#617](https://github.com/visulima/visulima/issues/617)) ([548b0e8](https://github.com/visulima/visulima/commit/548b0e8f9d59743be25abb97b5de3fdbeb681bd6))
56
- * **vis:** add aube as default installer with PM fallback ([79a9933](https://github.com/visulima/visulima/commit/79a99333c0e73e69f375b36c56e40b2693dc4c90))
57
- * **vis:** add ignore/sortOrder/unsorted/finalNewline/lineEnding to sort-package-json ([50f68df](https://github.com/visulima/visulima/commit/50f68dfc2bc31c082ef98b3ddcf73d3dee0cc080))
58
- * **vis:** interactive TUI for bare `vis migrate` ([2171441](https://github.com/visulima/visulima/commit/217144190520447ba9fbe66a9a8f0c452469151e))
109
+ - Add toolchain management with version manager detection and delegation ([#617](https://github.com/visulima/visulima/issues/617)) ([548b0e8](https://github.com/visulima/visulima/commit/548b0e8f9d59743be25abb97b5de3fdbeb681bd6))
110
+ - **vis:** add aube as default installer with PM fallback ([79a9933](https://github.com/visulima/visulima/commit/79a99333c0e73e69f375b36c56e40b2693dc4c90))
111
+ - **vis:** add ignore/sortOrder/unsorted/finalNewline/lineEnding to sort-package-json ([50f68df](https://github.com/visulima/visulima/commit/50f68dfc2bc31c082ef98b3ddcf73d3dee0cc080))
112
+ - **vis:** interactive TUI for bare `vis migrate` ([2171441](https://github.com/visulima/visulima/commit/217144190520447ba9fbe66a9a8f0c452469151e))
59
113
 
60
114
  ### Bug Fixes
61
115
 
62
- * fixed spacing ([1544af2](https://github.com/visulima/visulima/commit/1544af21294edaaf5799846e6c6063c86def3d29))
63
- * **vis:** use default colorize import ([2b95ad2](https://github.com/visulima/visulima/commit/2b95ad28207e699161ed201a43f175a630a06c61))
116
+ - fixed spacing ([1544af2](https://github.com/visulima/visulima/commit/1544af21294edaaf5799846e6c6063c86def3d29))
117
+ - **vis:** use default colorize import ([2b95ad2](https://github.com/visulima/visulima/commit/2b95ad28207e699161ed201a43f175a630a06c61))
64
118
 
65
119
  ### Miscellaneous Chores
66
120
 
67
- * added missing version key ([036d86e](https://github.com/visulima/visulima/commit/036d86e6cfa078e4f651327f630cec721f1bbc47))
68
- * **vis:** upgrade packem to 2.0.0-alpha.76 ([9753759](https://github.com/visulima/visulima/commit/97537598a23a4f680e332ca2ea73ad64f301252a))
121
+ - added missing version key ([036d86e](https://github.com/visulima/visulima/commit/036d86e6cfa078e4f651327f630cec721f1bbc47))
122
+ - **vis:** upgrade packem to 2.0.0-alpha.76 ([9753759](https://github.com/visulima/visulima/commit/97537598a23a4f680e332ca2ea73ad64f301252a))
69
123
 
70
124
  ### Code Refactoring
71
125
 
72
- * **vis:** adopt cerebro lazy commands; split each command into folder ([e1efc0f](https://github.com/visulima/visulima/commit/e1efc0fe57e39433c33c50b1ad2c9e971ea596ba))
73
- * **vis:** drop native-binding wrapper; preserve indent in sort-package-json ([efcccb8](https://github.com/visulima/visulima/commit/efcccb8bedac2f7e7e0819b8eb12277e5bf71312))
126
+ - **vis:** adopt cerebro lazy commands; split each command into folder ([e1efc0f](https://github.com/visulima/visulima/commit/e1efc0fe57e39433c33c50b1ad2c9e971ea596ba))
127
+ - **vis:** drop native-binding wrapper; preserve indent in sort-package-json ([efcccb8](https://github.com/visulima/visulima/commit/efcccb8bedac2f7e7e0819b8eb12277e5bf71312))
74
128
 
75
129
  ### Tests
76
130
 
77
- * **vis:** isolate host env in toolchain tests, fix assertion count ([d472635](https://github.com/visulima/visulima/commit/d4726350c3a68d574b08aff88369751f07216137))
78
- * **vis:** scope PATH in ensureToolchain engines-pnpm test ([ced1571](https://github.com/visulima/visulima/commit/ced157139ba8c6140b85a11d6c3655b2412620ac))
79
-
131
+ - **vis:** isolate host env in toolchain tests, fix assertion count ([d472635](https://github.com/visulima/visulima/commit/d4726350c3a68d574b08aff88369751f07216137))
132
+ - **vis:** scope PATH in ensureToolchain engines-pnpm test ([ced1571](https://github.com/visulima/visulima/commit/ced157139ba8c6140b85a11d6c3655b2412620ac))
80
133
 
81
134
  ### Dependencies
82
135
 
83
- * **@visulima/cerebro:** upgraded to 3.0.0-alpha.12
84
- * **@visulima/tui:** upgraded to 1.0.0-alpha.5
136
+ - **@visulima/cerebro:** upgraded to 3.0.0-alpha.12
137
+ - **@visulima/tui:** upgraded to 1.0.0-alpha.5
85
138
 
86
139
  ## @visulima/vis [1.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.7...@visulima/vis@1.0.0-alpha.8) (2026-04-22)
87
140
 
package/LICENSE.md CHANGED
@@ -88,4 +88,217 @@ Repository: git+https://github.com/npm/validate-npm-package-name.git
88
88
  <!-- /DEPENDENCIES -->
89
89
 
90
90
  <!-- TYPE_DEPENDENCIES -->
91
+
92
+ # Licenses of bundled types
93
+ The published @visulima/vis artifact additionally contains code with the following licenses:
94
+ Apache-2.0
95
+
96
+ # Bundled types:
97
+ ## @opentelemetry/api
98
+ License: Apache-2.0
99
+ By: OpenTelemetry Authors
100
+ Repository: open-telemetry/opentelemetry-js
101
+
102
+ > Apache License
103
+ > Version 2.0, January 2004
104
+ > http://www.apache.org/licenses/
105
+ >
106
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
107
+ >
108
+ > 1. Definitions.
109
+ >
110
+ > "License" shall mean the terms and conditions for use, reproduction,
111
+ > and distribution as defined by Sections 1 through 9 of this document.
112
+ >
113
+ > "Licensor" shall mean the copyright owner or entity authorized by
114
+ > the copyright owner that is granting the License.
115
+ >
116
+ > "Legal Entity" shall mean the union of the acting entity and all
117
+ > other entities that control, are controlled by, or are under common
118
+ > control with that entity. For the purposes of this definition,
119
+ > "control" means (i) the power, direct or indirect, to cause the
120
+ > direction or management of such entity, whether by contract or
121
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
122
+ > outstanding shares, or (iii) beneficial ownership of such entity.
123
+ >
124
+ > "You" (or "Your") shall mean an individual or Legal Entity
125
+ > exercising permissions granted by this License.
126
+ >
127
+ > "Source" form shall mean the preferred form for making modifications,
128
+ > including but not limited to software source code, documentation
129
+ > source, and configuration files.
130
+ >
131
+ > "Object" form shall mean any form resulting from mechanical
132
+ > transformation or translation of a Source form, including but
133
+ > not limited to compiled object code, generated documentation,
134
+ > and conversions to other media types.
135
+ >
136
+ > "Work" shall mean the work of authorship, whether in Source or
137
+ > Object form, made available under the License, as indicated by a
138
+ > copyright notice that is included in or attached to the work
139
+ > (an example is provided in the Appendix below).
140
+ >
141
+ > "Derivative Works" shall mean any work, whether in Source or Object
142
+ > form, that is based on (or derived from) the Work and for which the
143
+ > editorial revisions, annotations, elaborations, or other modifications
144
+ > represent, as a whole, an original work of authorship. For the purposes
145
+ > of this License, Derivative Works shall not include works that remain
146
+ > separable from, or merely link (or bind by name) to the interfaces of,
147
+ > the Work and Derivative Works thereof.
148
+ >
149
+ > "Contribution" shall mean any work of authorship, including
150
+ > the original version of the Work and any modifications or additions
151
+ > to that Work or Derivative Works thereof, that is intentionally
152
+ > submitted to Licensor for inclusion in the Work by the copyright owner
153
+ > or by an individual or Legal Entity authorized to submit on behalf of
154
+ > the copyright owner. For the purposes of this definition, "submitted"
155
+ > means any form of electronic, verbal, or written communication sent
156
+ > to the Licensor or its representatives, including but not limited to
157
+ > communication on electronic mailing lists, source code control systems,
158
+ > and issue tracking systems that are managed by, or on behalf of, the
159
+ > Licensor for the purpose of discussing and improving the Work, but
160
+ > excluding communication that is conspicuously marked or otherwise
161
+ > designated in writing by the copyright owner as "Not a Contribution."
162
+ >
163
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
164
+ > on behalf of whom a Contribution has been received by Licensor and
165
+ > subsequently incorporated within the Work.
166
+ >
167
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
168
+ > this License, each Contributor hereby grants to You a perpetual,
169
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
170
+ > copyright license to reproduce, prepare Derivative Works of,
171
+ > publicly display, publicly perform, sublicense, and distribute the
172
+ > Work and such Derivative Works in Source or Object form.
173
+ >
174
+ > 3. Grant of Patent License. Subject to the terms and conditions of
175
+ > this License, each Contributor hereby grants to You a perpetual,
176
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
177
+ > (except as stated in this section) patent license to make, have made,
178
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
179
+ > where such license applies only to those patent claims licensable
180
+ > by such Contributor that are necessarily infringed by their
181
+ > Contribution(s) alone or by combination of their Contribution(s)
182
+ > with the Work to which such Contribution(s) was submitted. If You
183
+ > institute patent litigation against any entity (including a
184
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
185
+ > or a Contribution incorporated within the Work constitutes direct
186
+ > or contributory patent infringement, then any patent licenses
187
+ > granted to You under this License for that Work shall terminate
188
+ > as of the date such litigation is filed.
189
+ >
190
+ > 4. Redistribution. You may reproduce and distribute copies of the
191
+ > Work or Derivative Works thereof in any medium, with or without
192
+ > modifications, and in Source or Object form, provided that You
193
+ > meet the following conditions:
194
+ >
195
+ > (a) You must give any other recipients of the Work or
196
+ > Derivative Works a copy of this License; and
197
+ >
198
+ > (b) You must cause any modified files to carry prominent notices
199
+ > stating that You changed the files; and
200
+ >
201
+ > (c) You must retain, in the Source form of any Derivative Works
202
+ > that You distribute, all copyright, patent, trademark, and
203
+ > attribution notices from the Source form of the Work,
204
+ > excluding those notices that do not pertain to any part of
205
+ > the Derivative Works; and
206
+ >
207
+ > (d) If the Work includes a "NOTICE" text file as part of its
208
+ > distribution, then any Derivative Works that You distribute must
209
+ > include a readable copy of the attribution notices contained
210
+ > within such NOTICE file, excluding those notices that do not
211
+ > pertain to any part of the Derivative Works, in at least one
212
+ > of the following places: within a NOTICE text file distributed
213
+ > as part of the Derivative Works; within the Source form or
214
+ > documentation, if provided along with the Derivative Works; or,
215
+ > within a display generated by the Derivative Works, if and
216
+ > wherever such third-party notices normally appear. The contents
217
+ > of the NOTICE file are for informational purposes only and
218
+ > do not modify the License. You may add Your own attribution
219
+ > notices within Derivative Works that You distribute, alongside
220
+ > or as an addendum to the NOTICE text from the Work, provided
221
+ > that such additional attribution notices cannot be construed
222
+ > as modifying the License.
223
+ >
224
+ > You may add Your own copyright statement to Your modifications and
225
+ > may provide additional or different license terms and conditions
226
+ > for use, reproduction, or distribution of Your modifications, or
227
+ > for any such Derivative Works as a whole, provided Your use,
228
+ > reproduction, and distribution of the Work otherwise complies with
229
+ > the conditions stated in this License.
230
+ >
231
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
232
+ > any Contribution intentionally submitted for inclusion in the Work
233
+ > by You to the Licensor shall be under the terms and conditions of
234
+ > this License, without any additional terms or conditions.
235
+ > Notwithstanding the above, nothing herein shall supersede or modify
236
+ > the terms of any separate license agreement you may have executed
237
+ > with Licensor regarding such Contributions.
238
+ >
239
+ > 6. Trademarks. This License does not grant permission to use the trade
240
+ > names, trademarks, service marks, or product names of the Licensor,
241
+ > except as required for reasonable and customary use in describing the
242
+ > origin of the Work and reproducing the content of the NOTICE file.
243
+ >
244
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
245
+ > agreed to in writing, Licensor provides the Work (and each
246
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
247
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
248
+ > implied, including, without limitation, any warranties or conditions
249
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
250
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
251
+ > appropriateness of using or redistributing the Work and assume any
252
+ > risks associated with Your exercise of permissions under this License.
253
+ >
254
+ > 8. Limitation of Liability. In no event and under no legal theory,
255
+ > whether in tort (including negligence), contract, or otherwise,
256
+ > unless required by applicable law (such as deliberate and grossly
257
+ > negligent acts) or agreed to in writing, shall any Contributor be
258
+ > liable to You for damages, including any direct, indirect, special,
259
+ > incidental, or consequential damages of any character arising as a
260
+ > result of this License or out of the use or inability to use the
261
+ > Work (including but not limited to damages for loss of goodwill,
262
+ > work stoppage, computer failure or malfunction, or any and all
263
+ > other commercial damages or losses), even if such Contributor
264
+ > has been advised of the possibility of such damages.
265
+ >
266
+ > 9. Accepting Warranty or Additional Liability. While redistributing
267
+ > the Work or Derivative Works thereof, You may choose to offer,
268
+ > and charge a fee for, acceptance of support, warranty, indemnity,
269
+ > or other liability obligations and/or rights consistent with this
270
+ > License. However, in accepting such obligations, You may act only
271
+ > on Your own behalf and on Your sole responsibility, not on behalf
272
+ > of any other Contributor, and only if You agree to indemnify,
273
+ > defend, and hold each Contributor harmless for any liability
274
+ > incurred by, or claims asserted against, such Contributor by reason
275
+ > of your accepting any such warranty or additional liability.
276
+ >
277
+ > END OF TERMS AND CONDITIONS
278
+ >
279
+ > APPENDIX: How to apply the Apache License to your work.
280
+ >
281
+ > To apply the Apache License to your work, attach the following
282
+ > boilerplate notice, with the fields enclosed by brackets "[]"
283
+ > replaced with your own identifying information. (Don't include
284
+ > the brackets!) The text should be enclosed in the appropriate
285
+ > comment syntax for the file format. We also recommend that a
286
+ > file or class name and description of purpose be included on the
287
+ > same "printed page" as the copyright notice for easier
288
+ > identification within third-party archives.
289
+ >
290
+ > Copyright [yyyy] [name of copyright owner]
291
+ >
292
+ > Licensed under the Apache License, Version 2.0 (the "License");
293
+ > you may not use this file except in compliance with the License.
294
+ > You may obtain a copy of the License at
295
+ >
296
+ > http://www.apache.org/licenses/LICENSE-2.0
297
+ >
298
+ > Unless required by applicable law or agreed to in writing, software
299
+ > distributed under the License is distributed on an "AS IS" BASIS,
300
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
301
+ > See the License for the specific language governing permissions and
302
+ > limitations under the License.
303
+
91
304
  <!-- /TYPE_DEPENDENCIES -->
package/README.md CHANGED
@@ -46,6 +46,8 @@
46
46
  - **Graph visualization**: View your project dependency graph in ASCII, DOT, JSON, or HTML
47
47
  - **Git hooks**: Install, manage, and migrate git hooks (husky migration supported)
48
48
  - **Configurable**: `vis.json` for target defaults, cache settings, and task runner options
49
+ - **Inferred targets**: Optional Project Crystal-style synthesis of `build`/`test`/`dev`/`lint`/`format` from 36 tools (Vite, Vitest, Next, Nuxt, packem, ESLint, Biome, Prisma, …). Opt in with `inferTargets: true`; explicit scripts and `project.json`/`vis.task.ts` overrides always win
50
+ - **URI-based input format**: `inputs` accepts `file://`, `glob://`, `env://`, `func://`, `dep://` strings as forward-compat sugar for the structured object form
49
51
  - **Built on Cerebro**: Uses `@visulima/cerebro` for a robust CLI experience with built-in help, version, and completion
50
52
 
51
53
  ## Install
@@ -119,10 +121,12 @@ brew install endevco/tap/aube
119
121
 
120
122
  Resolution precedence (highest first):
121
123
 
122
- 1. `--installer <name>` CLI flag (or `--no-aube` to force the lockfile-detected PM for one run)
123
- 2. `VIS_INSTALLER` environment variable
124
- 3. `install.backend` in `vis.config.ts`
125
- 4. Auto-detect — uses `aube` when it's on `PATH`, otherwise the lockfile-detected PM
124
+ 1. `--installer <name>` CLI flag — `auto`, `aube`, `pnpm`, `npm`, `yarn`, or `bun` (or `--no-aube` to force the lockfile-detected PM for a single run; `--no-aube` wins over every other source).
125
+ 2. `VIS_INSTALLER` environment variable — same accepted values as the flag.
126
+ 3. `install.backend` in `vis.config.ts` — same accepted values; the team-wide pin.
127
+ 4. Auto-detect — `aube` when it's on `PATH`, otherwise the lockfile-detected PM (`pnpm-lock.yaml` → pnpm, `package-lock.json` → npm, `yarn.lock` → yarn, `bun.lockb` → bun).
128
+
129
+ Each step is consulted in order; the first one that resolves to a concrete backend wins. Picking an explicit value (`pnpm`, `npm`, …) at any level always beats the auto-detect step below it, so you can override the team default for a single shell session via `VIS_INSTALLER=pnpm vis install` without touching the config file.
126
130
 
127
131
  ```ts
128
132
  // vis.config.ts — pin the installer for the team
package/dist/bin.js CHANGED
@@ -1,2 +1,10 @@
1
1
  #!/usr/bin/env node
2
- import"@visulima/cerebro";import"@visulima/cerebro/command/completion";import"@visulima/cerebro/compile-cache";import"@visulima/cerebro/heap-tuning";import"@visulima/cerebro/plugins/error-handler";import"@visulima/fs";import"@visulima/package";import"@visulima/path";import"./packem_chunks/bin.js";
2
+ import '@visulima/cerebro';
3
+ import '@visulima/cerebro/command/completion';
4
+ import '@visulima/cerebro/compile-cache';
5
+ import '@visulima/cerebro/heap-tuning';
6
+ import '@visulima/cerebro/plugins/error-handler';
7
+ import '@visulima/fs';
8
+ import '@visulima/package';
9
+ import '@visulima/path';
10
+ import './packem_chunks/bin.js';