@visulima/vis 1.0.0-alpha.4 → 1.0.0-alpha.41

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 (347) hide show
  1. package/CHANGELOG.md +1243 -78
  2. package/LICENSE.md +13068 -6
  3. package/README.md +388 -26
  4. package/dashboard/dist/index.html +152 -0
  5. package/dist/bin.js +1 -853
  6. package/dist/binx.js +3 -0
  7. package/dist/config/index.d.ts +3276 -0
  8. package/dist/config/index.js +1 -0
  9. package/dist/generate/index.d.ts +157 -0
  10. package/dist/generate/index.js +1 -0
  11. package/dist/packem_chunks/DEFAULT_CLEAN_KEEP.js +1 -0
  12. package/dist/packem_chunks/bin.js +1198 -0
  13. package/dist/packem_chunks/bloom-status.js +2 -0
  14. package/dist/packem_chunks/bloom-sync.js +2 -0
  15. package/dist/packem_chunks/cache-attestation.js +1 -0
  16. package/dist/packem_chunks/catalog-detector.js +1 -0
  17. package/dist/packem_chunks/config.js +21 -0
  18. package/dist/packem_chunks/detect.js +3 -0
  19. package/dist/packem_chunks/detect2.js +8 -0
  20. package/dist/packem_chunks/devtools.js +81 -0
  21. package/dist/packem_chunks/discord.js +4 -0
  22. package/dist/packem_chunks/doctor-probe.js +2 -0
  23. package/dist/packem_chunks/dynamic-import.js +1 -0
  24. package/dist/packem_chunks/extra-files.js +3 -0
  25. package/dist/packem_chunks/fix.js +11 -0
  26. package/dist/packem_chunks/git.js +3 -0
  27. package/dist/packem_chunks/handler.js +1 -0
  28. package/dist/packem_chunks/handler10.js +1 -0
  29. package/dist/packem_chunks/handler11.js +5 -0
  30. package/dist/packem_chunks/handler12.js +1 -0
  31. package/dist/packem_chunks/handler13.js +27 -0
  32. package/dist/packem_chunks/handler14.js +5 -0
  33. package/dist/packem_chunks/handler15.js +1 -0
  34. package/dist/packem_chunks/handler16.js +1 -0
  35. package/dist/packem_chunks/handler17.js +1 -0
  36. package/dist/packem_chunks/handler18.js +1 -0
  37. package/dist/packem_chunks/handler19.js +1 -0
  38. package/dist/packem_chunks/handler2.js +4 -0
  39. package/dist/packem_chunks/handler20.js +5 -0
  40. package/dist/packem_chunks/handler21.js +2 -0
  41. package/dist/packem_chunks/handler22.js +2 -0
  42. package/dist/packem_chunks/handler23.js +1 -0
  43. package/dist/packem_chunks/handler24.js +1 -0
  44. package/dist/packem_chunks/handler25.js +1 -0
  45. package/dist/packem_chunks/handler26.js +5 -0
  46. package/dist/packem_chunks/handler27.js +1 -0
  47. package/dist/packem_chunks/handler28.js +3 -0
  48. package/dist/packem_chunks/handler29.js +1 -0
  49. package/dist/packem_chunks/handler3.js +4 -0
  50. package/dist/packem_chunks/handler30.js +1 -0
  51. package/dist/packem_chunks/handler31.js +2 -0
  52. package/dist/packem_chunks/handler32.js +2 -0
  53. package/dist/packem_chunks/handler33.js +2 -0
  54. package/dist/packem_chunks/handler34.js +3 -0
  55. package/dist/packem_chunks/handler35.js +6 -0
  56. package/dist/packem_chunks/handler36.js +1 -0
  57. package/dist/packem_chunks/handler37.js +42 -0
  58. package/dist/packem_chunks/handler38.js +8 -0
  59. package/dist/packem_chunks/handler39.js +9 -0
  60. package/dist/packem_chunks/handler4.js +6 -0
  61. package/dist/packem_chunks/handler40.js +75 -0
  62. package/dist/packem_chunks/handler41.js +5 -0
  63. package/dist/packem_chunks/handler42.js +4 -0
  64. package/dist/packem_chunks/handler43.js +3 -0
  65. package/dist/packem_chunks/handler44.js +2 -0
  66. package/dist/packem_chunks/handler45.js +1 -0
  67. package/dist/packem_chunks/handler46.js +1 -0
  68. package/dist/packem_chunks/handler47.js +1 -0
  69. package/dist/packem_chunks/handler48.js +3 -0
  70. package/dist/packem_chunks/handler49.js +1 -0
  71. package/dist/packem_chunks/handler5.js +8 -0
  72. package/dist/packem_chunks/handler50.js +7 -0
  73. package/dist/packem_chunks/handler51.js +33 -0
  74. package/dist/packem_chunks/handler52.js +3 -0
  75. package/dist/packem_chunks/handler53.js +8 -0
  76. package/dist/packem_chunks/handler54.js +4 -0
  77. package/dist/packem_chunks/handler55.js +1 -0
  78. package/dist/packem_chunks/handler56.js +12 -0
  79. package/dist/packem_chunks/handler57.js +7 -0
  80. package/dist/packem_chunks/handler58.js +5 -0
  81. package/dist/packem_chunks/handler59.js +11 -0
  82. package/dist/packem_chunks/handler6.js +1 -0
  83. package/dist/packem_chunks/handler60.js +3 -0
  84. package/dist/packem_chunks/handler61.js +22 -0
  85. package/dist/packem_chunks/handler62.js +61 -0
  86. package/dist/packem_chunks/handler63.js +3 -0
  87. package/dist/packem_chunks/handler64.js +6 -0
  88. package/dist/packem_chunks/handler65.js +708 -0
  89. package/dist/packem_chunks/handler66.js +24 -0
  90. package/dist/packem_chunks/handler67.js +25 -0
  91. package/dist/packem_chunks/handler68.js +153 -0
  92. package/dist/packem_chunks/handler69.js +10 -0
  93. package/dist/packem_chunks/handler7.js +1 -0
  94. package/dist/packem_chunks/handler70.js +24 -0
  95. package/dist/packem_chunks/handler71.js +322 -0
  96. package/dist/packem_chunks/handler72.js +48 -0
  97. package/dist/packem_chunks/handler73.js +27 -0
  98. package/dist/packem_chunks/handler74.js +3 -0
  99. package/dist/packem_chunks/handler75.js +190 -0
  100. package/dist/packem_chunks/handler76.js +38 -0
  101. package/dist/packem_chunks/handler8.js +1 -0
  102. package/dist/packem_chunks/handler9.js +1 -0
  103. package/dist/packem_chunks/heal-accept.js +10 -0
  104. package/dist/packem_chunks/heal.js +14 -0
  105. package/dist/packem_chunks/help-command.js +31 -0
  106. package/dist/packem_chunks/index.js +1 -0
  107. package/dist/packem_chunks/index2.js +7 -0
  108. package/dist/packem_chunks/interface.js +2 -0
  109. package/dist/packem_chunks/keys-refresh.js +4 -0
  110. package/dist/packem_chunks/list.js +3 -0
  111. package/dist/packem_chunks/loader.js +4 -0
  112. package/dist/packem_chunks/loader2.js +1 -0
  113. package/dist/packem_chunks/orchestrator.js +39 -0
  114. package/dist/packem_chunks/pre-mode.js +2 -0
  115. package/dist/packem_chunks/print-config.js +2 -0
  116. package/dist/packem_chunks/prompts.js +7 -0
  117. package/dist/packem_chunks/prune.js +3 -0
  118. package/dist/packem_chunks/publish-guards.js +1 -0
  119. package/dist/packem_chunks/registry.js +48 -0
  120. package/dist/packem_chunks/resolveFormatter.js +9 -0
  121. package/dist/packem_chunks/run.js +1 -0
  122. package/dist/packem_chunks/security.js +1 -0
  123. package/dist/packem_chunks/shell-runner.js +1 -0
  124. package/dist/packem_chunks/slack.js +2 -0
  125. package/dist/packem_chunks/snapshot.js +2 -0
  126. package/dist/packem_chunks/stage-publisher.js +1 -0
  127. package/dist/packem_chunks/staged-registry.js +2 -0
  128. package/dist/packem_chunks/state.js +3 -0
  129. package/dist/packem_chunks/status.js +2 -0
  130. package/dist/packem_chunks/success-walk.js +8 -0
  131. package/dist/packem_chunks/sync.js +2 -0
  132. package/dist/packem_chunks/sync2.js +2 -0
  133. package/dist/packem_chunks/tar.js +3 -0
  134. package/dist/packem_chunks/tripwire.js +2 -0
  135. package/dist/packem_chunks/verify-lockfile.js +2 -0
  136. package/dist/packem_chunks/version-resolver.js +2 -0
  137. package/dist/packem_chunks/webhook.js +1 -0
  138. package/dist/packem_chunks/workflow-templates.js +167 -0
  139. package/dist/packem_chunks/workspace.js +2 -0
  140. package/dist/packem_shared/AfterAllProjectsVersioned-CAKI2nWf.js +1 -0
  141. package/dist/packem_shared/CONFIG_FILES-BfaR0jKT.js +1 -0
  142. package/dist/packem_shared/MultiSpinner-B9U0-aE3-B-gIXhFk.js +3 -0
  143. package/dist/packem_shared/ReleaseClient-YHzBIxYS.js +1 -0
  144. package/dist/packem_shared/Table-CcVkyULl-B_ef6zfS.js +35 -0
  145. package/dist/packem_shared/VisReleaseError-DMGRBTNO.js +1 -0
  146. package/dist/packem_shared/_commonjsHelpers-B5Y90VFO.js +1 -0
  147. package/dist/packem_shared/advisories-DLeO5KMN.js +1 -0
  148. package/dist/packem_shared/affected-shas-cVnX8-zs.js +1 -0
  149. package/dist/packem_shared/ai-analysis-BUeX2J2H.js +68 -0
  150. package/dist/packem_shared/ai-fix-9Vzlp6XU.js +43 -0
  151. package/dist/packem_shared/anolilab-text-CAM_E6uK.js +13 -0
  152. package/dist/packem_shared/api.d-BPftyU9r.d.ts +27 -0
  153. package/dist/packem_shared/build-scripts-CCCi8U66.js +1 -0
  154. package/dist/packem_shared/command-runtime-CR70qSUM.js +1 -0
  155. package/dist/packem_shared/createAdapter-bU4DIP3F.js +1 -0
  156. package/dist/packem_shared/createVersionActions-BK43SNDH.js +1 -0
  157. package/dist/packem_shared/cyclonedx-Cadls41z.js +4 -0
  158. package/dist/packem_shared/defineFormatter-D5dCp6Kv.js +1 -0
  159. package/dist/packem_shared/definePlugin-DoUcoYSy.js +1 -0
  160. package/dist/packem_shared/dependency-scan-DnTgYleU.js +1 -0
  161. package/dist/packem_shared/docker-BMLrNtWm.js +59 -0
  162. package/dist/packem_shared/failure-log-CEWP3bP0.js +2 -0
  163. package/dist/packem_shared/giget-DHY1sQZC.js +2 -0
  164. package/dist/packem_shared/glob-fqg4KepW-B7EjLRvw.js +1 -0
  165. package/dist/packem_shared/index-3jMNqQom.js +1 -0
  166. package/dist/packem_shared/index-BDmTbWX1.js +19 -0
  167. package/dist/packem_shared/index-Bt521H5J.js +30 -0
  168. package/dist/packem_shared/index-DGSsjmpV.js +1 -0
  169. package/dist/packem_shared/interface.d-B7VK2rcH.d.ts +148 -0
  170. package/dist/packem_shared/interface.d-Cezzifoh.d.ts +106 -0
  171. package/dist/packem_shared/license-t5KnNX6v.js +1 -0
  172. package/dist/packem_shared/lifecycle-4z9hHE5b.js +2 -0
  173. package/dist/packem_shared/lockfile-C8Q1_4KK.js +1 -0
  174. package/dist/packem_shared/manifests-Dj3pRKBT.js +1 -0
  175. package/dist/packem_shared/min-release-age-D1alDE3K.js +34 -0
  176. package/dist/packem_shared/missing-package-json-8vNHwbqw.js +1 -0
  177. package/dist/packem_shared/native-config-sync-BEkJW7g3.js +21 -0
  178. package/dist/packem_shared/osv-bloom-B03tUWf3.js +2 -0
  179. package/dist/packem_shared/otelPlugin-DmKDBaPo.js +1 -0
  180. package/dist/packem_shared/peer-warnings-BXAzXqY3.js +1 -0
  181. package/dist/packem_shared/pm-runner-BKZQo7Ts.js +1 -0
  182. package/dist/packem_shared/provenance-BFEwKgI3.js +1 -0
  183. package/dist/packem_shared/public-api-WqUCiyIe.js +131 -0
  184. package/dist/packem_shared/registry-keys-BfFto6vI.js +1 -0
  185. package/dist/packem_shared/resolve-explicit-C6WM-I2u.js +5 -0
  186. package/dist/packem_shared/runtime-check-Stc9AI78.js +1 -0
  187. package/dist/packem_shared/s1ngularity-DCPmPE5M.js +1 -0
  188. package/dist/packem_shared/scan-progress-CFhc0CMj.js +2 -0
  189. package/dist/packem_shared/selectors-GCJIe342.js +3 -0
  190. package/dist/packem_shared/signatures-Xpd6HjG_.js +2 -0
  191. package/dist/packem_shared/slug-DoueYuLo.js +1 -0
  192. package/dist/packem_shared/spinner-CV3WVJLv.js +1 -0
  193. package/dist/packem_shared/sticky-comment-D6_7-w8T.js +1 -0
  194. package/dist/packem_shared/subtree-C7bZuiSQ.js +2 -0
  195. package/dist/packem_shared/symbols-DPTlrJ3B.js +1 -0
  196. package/dist/packem_shared/tabs-BuTy5gPV.js +1 -0
  197. package/dist/packem_shared/toolchain-pR7AJ-tB.js +5 -0
  198. package/dist/packem_shared/typosquats-DN78xx1x.js +1 -0
  199. package/dist/packem_shared/use-measured-height-_eVGWtWt.js +1 -0
  200. package/dist/packem_shared/utils-Cxree603.js +1 -0
  201. package/dist/packem_shared/verify-6WCmFmy8.js +1 -0
  202. package/dist/packem_shared/vis-update-app-k3fDxech.js +1 -0
  203. package/dist/packem_shared/watch-BvIwLG4N.js +1 -0
  204. package/dist/packem_shared/watch-loop-DWkvv2tK.js +11 -0
  205. package/dist/release/core/changelog/index.d.ts +5 -0
  206. package/dist/release/core/changelog/index.js +1 -0
  207. package/dist/release/core/package-managers/index.d.ts +6 -0
  208. package/dist/release/core/package-managers/index.js +1 -0
  209. package/dist/release/core/version-actions/index.d.ts +14 -0
  210. package/dist/release/core/version-actions/index.js +1 -0
  211. package/dist/release/index.d.ts +196 -0
  212. package/dist/release/index.js +1 -0
  213. package/dist/release/plugin-sdk.d.ts +127 -0
  214. package/dist/release/plugin-sdk.js +1 -0
  215. package/dist/release/presets.d.ts +225 -0
  216. package/dist/release/presets.js +1 -0
  217. package/dist/release/types.d.ts +1377 -0
  218. package/dist/release/types.js +1 -0
  219. package/index.d.ts +436 -0
  220. package/index.js +80 -57
  221. package/package.json +109 -45
  222. package/schemas/project.schema.json +991 -0
  223. package/schemas/vis-config.schema.json +6389 -0
  224. package/schemas/vis-release-config.schema.json +1390 -0
  225. package/skills/vis/SKILL.md +96 -0
  226. package/templates/buildkite-ci/.buildkite/pipeline.yml.tera +85 -0
  227. package/templates/buildkite-ci/template.yml +20 -0
  228. package/dist/ai-analysis.d.ts +0 -40
  229. package/dist/ai-cache.d.ts +0 -21
  230. package/dist/audit-config.d.ts +0 -24
  231. package/dist/bin.d.ts +0 -1
  232. package/dist/catalog.d.ts +0 -118
  233. package/dist/commands/add.d.ts +0 -3
  234. package/dist/commands/affected.d.ts +0 -3
  235. package/dist/commands/ai.d.ts +0 -3
  236. package/dist/commands/analyze.d.ts +0 -3
  237. package/dist/commands/approve-builds.d.ts +0 -3
  238. package/dist/commands/audit.d.ts +0 -23
  239. package/dist/commands/check.d.ts +0 -3
  240. package/dist/commands/clean.d.ts +0 -3
  241. package/dist/commands/create/discovery.d.ts +0 -42
  242. package/dist/commands/create/index.d.ts +0 -13
  243. package/dist/commands/create/prompts.d.ts +0 -31
  244. package/dist/commands/create/random-name.d.ts +0 -15
  245. package/dist/commands/create/templates/builtin.d.ts +0 -15
  246. package/dist/commands/create/templates/generator.d.ts +0 -14
  247. package/dist/commands/create/templates/index.d.ts +0 -13
  248. package/dist/commands/create/templates/monorepo.d.ts +0 -16
  249. package/dist/commands/create/templates/remote.d.ts +0 -41
  250. package/dist/commands/create/templates/types.d.ts +0 -46
  251. package/dist/commands/create/utils.d.ts +0 -42
  252. package/dist/commands/dedupe.d.ts +0 -3
  253. package/dist/commands/devcontainer.d.ts +0 -3
  254. package/dist/commands/dlx.d.ts +0 -3
  255. package/dist/commands/doctor.d.ts +0 -15
  256. package/dist/commands/exec.d.ts +0 -3
  257. package/dist/commands/graph.d.ts +0 -3
  258. package/dist/commands/hook/constants.d.ts +0 -8
  259. package/dist/commands/hook/index.d.ts +0 -3
  260. package/dist/commands/hook/install.d.ts +0 -7
  261. package/dist/commands/hook/migrate.d.ts +0 -27
  262. package/dist/commands/hook/uninstall.d.ts +0 -3
  263. package/dist/commands/implode.d.ts +0 -3
  264. package/dist/commands/init.d.ts +0 -14
  265. package/dist/commands/install.d.ts +0 -3
  266. package/dist/commands/link.d.ts +0 -3
  267. package/dist/commands/migrate/constants.d.ts +0 -12
  268. package/dist/commands/migrate/deps.d.ts +0 -32
  269. package/dist/commands/migrate/index.d.ts +0 -3
  270. package/dist/commands/migrate/json.d.ts +0 -20
  271. package/dist/commands/migrate/lint-staged.d.ts +0 -62
  272. package/dist/commands/migrate/types.d.ts +0 -20
  273. package/dist/commands/optimize.d.ts +0 -38
  274. package/dist/commands/pm.d.ts +0 -3
  275. package/dist/commands/remove.d.ts +0 -3
  276. package/dist/commands/run.d.ts +0 -3
  277. package/dist/commands/sort-package-json.d.ts +0 -3
  278. package/dist/commands/staged.d.ts +0 -3
  279. package/dist/commands/unlink.d.ts +0 -3
  280. package/dist/commands/update.d.ts +0 -3
  281. package/dist/commands/upgrade.d.ts +0 -3
  282. package/dist/commands/why.d.ts +0 -3
  283. package/dist/config.d.ts +0 -67
  284. package/dist/config.js +0 -1
  285. package/dist/native-binding.d.ts +0 -151
  286. package/dist/output.d.ts +0 -40
  287. package/dist/overrides.d.ts +0 -82
  288. package/dist/package-manager.d.ts +0 -23
  289. package/dist/plugins/config-loader.d.ts +0 -3
  290. package/dist/plugins/post-command.d.ts +0 -3
  291. package/dist/plugins/security-enforcement.d.ts +0 -3
  292. package/dist/pm-runner.d.ts +0 -23
  293. package/dist/security.d.ts +0 -64
  294. package/dist/socket-security.d.ts +0 -129
  295. package/dist/tips.d.ts +0 -41
  296. package/dist/tui/components/CheckProgressApp.d.ts +0 -6
  297. package/dist/tui/components/CommandSummary.d.ts +0 -17
  298. package/dist/tui/components/Header.d.ts +0 -13
  299. package/dist/tui/components/OutputPanel.d.ts +0 -16
  300. package/dist/tui/components/QuitDialog.d.ts +0 -15
  301. package/dist/tui/components/TaskListPanel.d.ts +0 -19
  302. package/dist/tui/components/TaskRow.d.ts +0 -12
  303. package/dist/tui/components/TaskStore.d.ts +0 -80
  304. package/dist/tui/components/VisTaskRunnerApp.d.ts +0 -17
  305. package/dist/tui/components/devcontainer/DevcontainerStore.d.ts +0 -66
  306. package/dist/tui/components/devcontainer/VisDevcontainerApp.d.ts +0 -9
  307. package/dist/tui/components/devcontainer/catalogs/extensions.d.ts +0 -8
  308. package/dist/tui/components/devcontainer/catalogs/features.d.ts +0 -8
  309. package/dist/tui/components/devcontainer/catalogs/filters.d.ts +0 -4
  310. package/dist/tui/components/devcontainer/catalogs/mount-suggestions.d.ts +0 -19
  311. package/dist/tui/components/devcontainer/catalogs/templates.d.ts +0 -8
  312. package/dist/tui/components/devcontainer/devcontainer-io.d.ts +0 -14
  313. package/dist/tui/components/devcontainer/sections/DockerComposeSection.d.ts +0 -11
  314. package/dist/tui/components/devcontainer/sections/EnvironmentSection.d.ts +0 -16
  315. package/dist/tui/components/devcontainer/sections/ExtensionsSection.d.ts +0 -11
  316. package/dist/tui/components/devcontainer/sections/FeaturesSection.d.ts +0 -11
  317. package/dist/tui/components/devcontainer/sections/GeneralSection.d.ts +0 -12
  318. package/dist/tui/components/devcontainer/sections/LifecycleSection.d.ts +0 -13
  319. package/dist/tui/components/devcontainer/sections/MountsSection.d.ts +0 -16
  320. package/dist/tui/components/devcontainer/sections/PortsSection.d.ts +0 -10
  321. package/dist/tui/components/devcontainer/sections/PreviewPanel.d.ts +0 -11
  322. package/dist/tui/components/devcontainer/types.d.ts +0 -53
  323. package/dist/tui/components/devcontainer/validate.d.ts +0 -16
  324. package/dist/tui/components/graph/GraphStore.d.ts +0 -42
  325. package/dist/tui/components/graph/ProjectDetailPanel.d.ts +0 -10
  326. package/dist/tui/components/graph/ProjectListPanel.d.ts +0 -20
  327. package/dist/tui/components/graph/VisGraphApp.d.ts +0 -8
  328. package/dist/tui/components/optimize/OptimizeDetailPanel.d.ts +0 -9
  329. package/dist/tui/components/optimize/OptimizeListPanel.d.ts +0 -16
  330. package/dist/tui/components/optimize/OptimizeStore.d.ts +0 -50
  331. package/dist/tui/components/optimize/VisOptimizeApp.d.ts +0 -8
  332. package/dist/tui/components/optimize/constants.d.ts +0 -7
  333. package/dist/tui/components/update/PackageDetailPanel.d.ts +0 -12
  334. package/dist/tui/components/update/PackageListPanel.d.ts +0 -18
  335. package/dist/tui/components/update/UpdateStore.d.ts +0 -62
  336. package/dist/tui/components/update/VisUpdateApp.d.ts +0 -11
  337. package/dist/tui/dynamic-life-cycle.d.ts +0 -21
  338. package/dist/tui/formatting-utils.d.ts +0 -17
  339. package/dist/tui/pretty-time.d.ts +0 -8
  340. package/dist/tui/static-life-cycle.d.ts +0 -22
  341. package/dist/tui/status-utils.d.ts +0 -20
  342. package/dist/tui/symbols.d.ts +0 -7
  343. package/dist/tui/types.d.ts +0 -11
  344. package/dist/typosquats.d.ts +0 -70
  345. package/dist/upgrade-check.d.ts +0 -30
  346. package/dist/utils.d.ts +0 -22
  347. package/dist/workspace.d.ts +0 -315
package/CHANGELOG.md CHANGED
@@ -1,109 +1,1274 @@
1
+ ## @visulima/vis [1.0.0-alpha.41](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.40...@visulima/vis@1.0.0-alpha.41) (2026-06-19)
2
+
3
+ ### Features
4
+
5
+ * **vis:** add runtime detection abstraction (phase 0) ([8dca5b2](https://github.com/visulima/visulima/commit/8dca5b235e3f7427937f60e8ec13ab90e4c698af)), closes [#native](https://github.com/visulima/visulima/issues/native)
6
+ * **vis:** add vis x file runner (phase 2) ([213fadf](https://github.com/visulima/visulima/commit/213fadf99f2de8126749c317ae3f002f174f39cc))
7
+ * **vis:** route dlx/exec through the runtime resolver (phase 1) ([5186df4](https://github.com/visulima/visulima/commit/5186df43a850bc8b0642608643095faa8b1ebc6f))
8
+ * **vis:** route install/add/remove/dedupe through runtime resolver (phase 1) ([8aaa3e1](https://github.com/visulima/visulima/commit/8aaa3e1d8f9ac73debfd6fc81808b570a25a1337))
9
+ * **vis:** route remaining pm verbs through runtime resolver (phase 1) ([e18a44f](https://github.com/visulima/visulima/commit/e18a44f975ce6b744c5e6a9237e056de8a5f230e))
10
+ * **vis:** validate runtime selection in run (phase 1) ([efaa952](https://github.com/visulima/visulima/commit/efaa95251519ad4ed3db77ed42421fd85756dbb2))
11
+
12
+ ### Bug Fixes
13
+
14
+ * **vis:** regenerate vis-config schema for the runtime field ([1de4ef0](https://github.com/visulima/visulima/commit/1de4ef0f50b6620f981b081b6ff746306b948a76))
15
+
16
+ ### Performance Improvements
17
+
18
+ * **vis:** skip heap-tuning re-exec for light commands (~290ms) ([885aebe](https://github.com/visulima/visulima/commit/885aebe0993210727f82918cb0474e14a8414ae6))
19
+
20
+ ### Documentation
21
+
22
+ * **vis:** correct cold-start profile with measured findings ([d02a8c1](https://github.com/visulima/visulima/commit/d02a8c1f2212ce61a5ecf9f396976f1031996557))
23
+
24
+ ### Tests
25
+
26
+ * **vis:** add cli benchmark harness + codspeed wiring ([c3b1a79](https://github.com/visulima/visulima/commit/c3b1a79cc1814276e95b946d2d227f56942a48cf))
27
+
28
+ ## @visulima/vis [1.0.0-alpha.40](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.39...@visulima/vis@1.0.0-alpha.40) (2026-06-17)
29
+
30
+ ### Features
31
+
32
+ * **vis:** added --ignore-release-age ([1767805](https://github.com/visulima/visulima/commit/1767805cb2a46c135a33429edf764f6760737ffc))
33
+
34
+ ## @visulima/vis [1.0.0-alpha.39](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.38...@visulima/vis@1.0.0-alpha.39) (2026-06-16)
35
+
36
+ ### Bug Fixes
37
+
38
+ * **vis:** reconcile run status-line task counts ([8ebee32](https://github.com/visulima/visulima/commit/8ebee32912227176ff1f361f37b2ea856d780895))
39
+
40
+ ## @visulima/vis [1.0.0-alpha.38](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.37...@visulima/vis@1.0.0-alpha.38) (2026-06-16)
41
+
42
+ ### Features
43
+
44
+ * **vis:** release manager subsystem ([#679](https://github.com/visulima/visulima/issues/679)) ([0a41889](https://github.com/visulima/visulima/commit/0a418897062a164ad7e8034eab77a7f70a3817e1)), closes [#620](https://github.com/visulima/visulima/issues/620)
45
+
46
+ ## @visulima/vis [1.0.0-alpha.37](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.36...@visulima/vis@1.0.0-alpha.37) (2026-06-15)
47
+
48
+
49
+ ### Dependencies
50
+
51
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.25
52
+
53
+ ## @visulima/vis [1.0.0-alpha.36](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.35...@visulima/vis@1.0.0-alpha.36) (2026-06-13)
54
+
55
+ ### Features
56
+
57
+ * **vis:** add git-history secret scanning via --history ([bf8b26c](https://github.com/visulima/visulima/commit/bf8b26c5990a7cc4f3630504f18c7cbc7c2e9372))
58
+ * **vis:** add quiet-on-success run mode and harden spawn/history/hadolint ([9b6e3bf](https://github.com/visulima/visulima/commit/9b6e3bf7c764c0962d633bebdd6f16d2e3ae73ed))
59
+ * **vis:** add split and import workspace commands ([#680](https://github.com/visulima/visulima/issues/680)) ([4077e1c](https://github.com/visulima/visulima/commit/4077e1c2d018c9e92f820f339967c1c583afd9b5))
60
+ * **vis:** add toolbox-fs helper utilities ([f34f2aa](https://github.com/visulima/visulima/commit/f34f2aa7a38fec0e13b3b991a3221905d736c1da))
61
+
62
+ ### Bug Fixes
63
+
64
+ * **vis:** dump successful task output after TUI exit ([ab51784](https://github.com/visulima/visulima/commit/ab517843910dadf543575c57466c5da01ef9401d))
65
+ * **vis:** escape control chars in shell history ([86471d2](https://github.com/visulima/visulima/commit/86471d27d68d9790eae005e5d2dfe561efbae700))
66
+ * **vis:** narrow secret-scanner baseline to string path in secrets handler ([9bc36e9](https://github.com/visulima/visulima/commit/9bc36e9e780a25d542417361d31403613d4c2c5a))
67
+ * **vis:** use platform-aware PATH delimiter in toolchain detection ([0a1294f](https://github.com/visulima/visulima/commit/0a1294f3bcf9265e6908e15dfdcffb439b5f0e81))
68
+
69
+ ### Documentation
70
+
71
+ * re-scope RFCs against what task-runner/vis already ship ([d6cf42c](https://github.com/visulima/visulima/commit/d6cf42c964b738c9872fb205b8c90b99bc7655e0))
72
+
73
+ ### Styles
74
+
75
+ * **vis:** clear pre-existing eslint findings in run handler ([ba423ad](https://github.com/visulima/visulima/commit/ba423adad677c2a9ffb6051743e463a33cb44541))
76
+
77
+ ### Code Refactoring
78
+
79
+ * **vis:** migrate five pilot handlers to toolbox.fs ([97ca31c](https://github.com/visulima/visulima/commit/97ca31c9afa94a69449b03a4ba848104e9bd1ea3))
80
+ * **vis:** migrate handlers to toolbox.fs ([e545a1e](https://github.com/visulima/visulima/commit/e545a1ee56b0464b8c90dfa42b7179400af58e83))
81
+ * **vis:** reformat source for prettier line-length rules ([3809217](https://github.com/visulima/visulima/commit/3809217337a14f42220cfb48e3f5f75fa9c72163))
82
+
83
+ ### Tests
84
+
85
+ * **vis:** fix toolchain corepack-suppression test on Windows ([32d532c](https://github.com/visulima/visulima/commit/32d532cc191d274f920e7b7ca3d0c90b0590abc1))
86
+ * **vis:** fix two windows-only test failures ([6fd8467](https://github.com/visulima/visulima/commit/6fd84671a63d7ae2483bdc8db05fc65c0d9e30ab))
87
+ * **vis:** guard command-definition laziness against regressions ([25f438f](https://github.com/visulima/visulima/commit/25f438f5eda837ce63c2abacd8e5eb0561e7cabb))
88
+ * **vis:** raise testTimeout for Windows integration suites ([88117ba](https://github.com/visulima/visulima/commit/88117baa741da21a45698489d37855872db2cfa4))
89
+ * **vis:** split catalog.test.ts into per-area suites ([bedd877](https://github.com/visulima/visulima/commit/bedd877afa7efaf03586a8dff3037b5cb240f27f))
90
+
91
+ ### Build System
92
+
93
+ * **deps:** update vis dependencies ([afac044](https://github.com/visulima/visulima/commit/afac044fecd71956199e0203e1e5a3d988c8a966))
94
+ * regenerate bundled-license manifests and types ordering ([af26588](https://github.com/visulima/visulima/commit/af26588d75aaa937fd4862800560bd4070a4878c))
95
+
96
+
97
+ ### Dependencies
98
+
99
+ * **@visulima/secret-scanner:** upgraded to 1.0.0-alpha.6
100
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.14
101
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.23
102
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.24
103
+ * **@visulima/ansi:** upgraded to 4.0.0-alpha.17
104
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.32
105
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.14
106
+ * **@visulima/error:** upgraded to 6.0.0-alpha.33
107
+ * **@visulima/find-ai-runner:** upgraded to 1.0.0-alpha.8
108
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.12
109
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.32
110
+ * **@visulima/humanizer:** upgraded to 3.0.0-alpha.14
111
+ * **@visulima/interactive-manager:** upgraded to 1.0.0-alpha.5
112
+ * **@visulima/package:** upgraded to 5.0.0-alpha.31
113
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.22
114
+ * **@visulima/path:** upgraded to 3.0.0-alpha.13
115
+ * **@visulima/redact:** upgraded to 3.0.0-alpha.14
116
+ * **@visulima/source-map:** upgraded to 3.0.0-alpha.12
117
+ * **@visulima/spinner:** upgraded to 1.0.0-alpha.4
118
+ * **@visulima/string:** upgraded to 3.0.0-alpha.17
119
+
120
+ ## @visulima/vis [1.0.0-alpha.35](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.34...@visulima/vis@1.0.0-alpha.35) (2026-06-09)
121
+
122
+ ### Features
123
+
124
+ * **vis:** add run --hash-mode override flag ([b9c5efa](https://github.com/visulima/visulima/commit/b9c5efa05b9e9f142e8d52fa9d88ddac10d2d4f0))
125
+
126
+
127
+ ### Dependencies
128
+
129
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.22
130
+
131
+ ## @visulima/vis [1.0.0-alpha.34](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.33...@visulima/vis@1.0.0-alpha.34) (2026-06-08)
132
+
133
+ ### Features
134
+
135
+ * **vis:** clean --empty-packages and staged per-package/cwd tasks ([cdba002](https://github.com/visulima/visulima/commit/cdba002af4714e3e74c1f832919855d0dd7f3a72)), closes [package.json#workspaces](https://github.com/visulima/package.json/issues/workspaces)
136
+
137
+ ### Documentation
138
+
139
+ * **vis:** correct and complete command reference ([b8c6c11](https://github.com/visulima/visulima/commit/b8c6c11e289c509a7d479e2371d8df63b710ce9b))
140
+
141
+ ### Miscellaneous Chores
142
+
143
+ * **vis:** merge clean/staged/hooks/docs feature branch ([f61821d](https://github.com/visulima/visulima/commit/f61821d9fb0e7f36769025edaa1d73993bf91c54))
144
+
145
+ ### Code Refactoring
146
+
147
+ * **vis:** move git hooks dir from .vis-hooks to .vis/hooks ([b3cc45b](https://github.com/visulima/visulima/commit/b3cc45b9dd82bea9ab60fcd387a6c95833555a39))
148
+
149
+ ## @visulima/vis [1.0.0-alpha.33](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.32...@visulima/vis@1.0.0-alpha.33) (2026-06-07)
150
+
151
+ ### Features
152
+
153
+ * **task-runner:** warn when a cacheable task's inputs resolve to zero files ([3a4ecbb](https://github.com/visulima/visulima/commit/3a4ecbbef46b49afa4cb8b3e0b741fae0de42b3c))
154
+
155
+
156
+ ### Dependencies
157
+
158
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.21
159
+
160
+ ## @visulima/vis [1.0.0-alpha.32](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.31...@visulima/vis@1.0.0-alpha.32) (2026-06-07)
161
+
162
+ ### Bug Fixes
163
+
164
+ * **vis:** forward config.namedInputs to the task runner ([02201de](https://github.com/visulima/visulima/commit/02201ded24b2881df8d6f7f0e6c573f4bd3123dc))
165
+
166
+ ## @visulima/vis [1.0.0-alpha.31](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.30...@visulima/vis@1.0.0-alpha.31) (2026-06-06)
167
+
168
+ ### Bug Fixes
169
+
170
+ * **vis:** expand {projectRoot}/{projectName} tokens in task outputs ([d32a206](https://github.com/visulima/visulima/commit/d32a206dde082276f3fe06c032d07373a0c9a59e))
171
+
172
+
173
+ ### Dependencies
174
+
175
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.20
176
+
177
+ ## @visulima/vis [1.0.0-alpha.30](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.29...@visulima/vis@1.0.0-alpha.30) (2026-06-04)
178
+
179
+
180
+ ### Dependencies
181
+
182
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.23
183
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.31
184
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.31
185
+ * **@visulima/package:** upgraded to 5.0.0-alpha.30
186
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.21
187
+ * **@visulima/string:** upgraded to 3.0.0-alpha.16
188
+
189
+ ## @visulima/vis [1.0.0-alpha.29](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.28...@visulima/vis@1.0.0-alpha.29) (2026-06-04)
190
+
191
+ ### Features
192
+
193
+ * **vis:** docker lint/init + ignore-file commands ([#675](https://github.com/visulima/visulima/issues/675)) ([f22c9f3](https://github.com/visulima/visulima/commit/f22c9f34304a41e257f9f0371d1aaa312f90df25))
194
+ * **vis:** docker lint/init, ci-ignore, hadolint + toolbox DI ([#677](https://github.com/visulima/visulima/issues/677)) ([e5b5bd1](https://github.com/visulima/visulima/commit/e5b5bd164ed648341d4e1d655098b72bd040e4ed))
195
+
196
+ ### Bug Fixes
197
+
198
+ * **vis:** 1 bug fix + 2 perf ([fdf3eb8](https://github.com/visulima/visulima/commit/fdf3eb86c19b471fd9891721e83fff7578df1da0))
199
+
200
+
201
+ ### Dependencies
202
+
203
+ * **@visulima/secret-scanner:** upgraded to 1.0.0-alpha.5
204
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.13
205
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.19
206
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.22
207
+ * **@visulima/ansi:** upgraded to 4.0.0-alpha.16
208
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.30
209
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.13
210
+ * **@visulima/error:** upgraded to 6.0.0-alpha.32
211
+ * **@visulima/find-ai-runner:** upgraded to 1.0.0-alpha.7
212
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.11
213
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.30
214
+ * **@visulima/humanizer:** upgraded to 3.0.0-alpha.13
215
+ * **@visulima/interactive-manager:** upgraded to 1.0.0-alpha.4
216
+ * **@visulima/package:** upgraded to 5.0.0-alpha.29
217
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.20
218
+ * **@visulima/path:** upgraded to 3.0.0-alpha.12
219
+ * **@visulima/redact:** upgraded to 3.0.0-alpha.13
220
+ * **@visulima/source-map:** upgraded to 3.0.0-alpha.11
221
+ * **@visulima/spinner:** upgraded to 1.0.0-alpha.3
222
+ * **@visulima/string:** upgraded to 3.0.0-alpha.15
223
+
224
+ ## @visulima/vis [1.0.0-alpha.28](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.27...@visulima/vis@1.0.0-alpha.28) (2026-06-03)
225
+
226
+ ### Bug Fixes
227
+
228
+ * **vis:** bundle react stack to dedupe react copies ([#672](https://github.com/visulima/visulima/issues/672)) ([fc35522](https://github.com/visulima/visulima/commit/fc35522a8414922c0b99a60c2f13d73e4767a6ac))
229
+ * **vis:** resolve lint + Windows test failures from [#655](https://github.com/visulima/visulima/issues/655) ([#673](https://github.com/visulima/visulima/issues/673)) ([de2586d](https://github.com/visulima/visulima/commit/de2586dd1e04b8c61cc9f6fff05ecb666881253d))
230
+
231
+ ## @visulima/vis [1.0.0-alpha.27](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.26...@visulima/vis@1.0.0-alpha.27) (2026-06-02)
232
+
233
+ ### Features
234
+
235
+ * **task-runner,vis:** per-task pty + concurrency weight, abort cache gate, fspy scaffolds ([#656](https://github.com/visulima/visulima/issues/656)) ([ca64010](https://github.com/visulima/visulima/commit/ca64010b236903e08273680ea65dec7046fcd18b))
236
+ * **vis:** declarative task arguments + per-target script mode ([#662](https://github.com/visulima/visulima/issues/662)) ([417ca53](https://github.com/visulima/visulima/commit/417ca5395728a0776cbfcd0122ae21e3159a4c48))
237
+ * **vis:** lint + fmt orchestrator ([3a78ed7](https://github.com/visulima/visulima/commit/3a78ed709922e6a35648e0d0eb3f41cc49f89b7a))
238
+
239
+ ### Bug Fixes
240
+
241
+ * **task-runner:** tolerate dev-only dependency cycles ([#664](https://github.com/visulima/visulima/issues/664)) ([9ad384e](https://github.com/visulima/visulima/commit/9ad384e34927b40823ae104d6b05a581dcd05705)), closes [#411](https://github.com/visulima/visulima/issues/411)
242
+ * **vis:** correct flag name in conflicting-schema error (--projects) ([#667](https://github.com/visulima/visulima/issues/667)) ([c56122b](https://github.com/visulima/visulima/commit/c56122bc6bc654e4a9e118e96b9ba852bc9b784f))
243
+ * **vis:** require explicit opt-in to apply ecosystem updates ([#663](https://github.com/visulima/visulima/issues/663)) ([90cf12d](https://github.com/visulima/visulima/commit/90cf12dffa9dd53cc21849e9a41488dfbe2c8221))
244
+
245
+
246
+ ### Dependencies
247
+
248
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.18
249
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.21
250
+ * **@visulima/error:** upgraded to 6.0.0-alpha.31
251
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.29
252
+ * **@visulima/package:** upgraded to 5.0.0-alpha.28
253
+
254
+ ## @visulima/vis [1.0.0-alpha.26](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.25...@visulima/vis@1.0.0-alpha.26) (2026-05-29)
255
+
256
+ ### Bug Fixes
257
+
258
+ * **vis:** isolate git env vars in staged integration tests ([18900a1](https://github.com/visulima/visulima/commit/18900a126bfb16f6d70ab81cbe5248720b03ac40))
259
+ * **vis:** run persistent tasks under a PTY in the live TUI ([77b2a26](https://github.com/visulima/visulima/commit/77b2a263b9563f8ee894671f910e013f2c95077a))
260
+
261
+ ### Tests
262
+
263
+ * **vis:** assert index excludes unstaged hunk on modify ([371063e](https://github.com/visulima/visulima/commit/371063ebc5fb2c4a90a3aa3cb377fdcc3d2d34ea))
264
+
265
+
266
+ ### Dependencies
267
+
268
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.29
269
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.19
270
+
271
+ ## @visulima/vis [1.0.0-alpha.25](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.24...@visulima/vis@1.0.0-alpha.25) (2026-05-27)
272
+
273
+ ### Features
274
+
275
+ * **vis:** add GitLab and JUnit audit report formats ([18e8bc2](https://github.com/visulima/visulima/commit/18e8bc204cc5ce2bac8e83a043ede9cf51d57a70))
276
+ * **vis:** audit hardening — ca-cert flag, dep-path walker, report parity ([eb187ab](https://github.com/visulima/visulima/commit/eb187ab4e9ee04357d142c438f428b556a68ff79))
277
+ * **vis:** auto-update GitHub Actions, Docker, and GitLab CI references ([9a3c767](https://github.com/visulima/visulima/commit/9a3c7679c1aa981eb889250ddd841b6feb213b55))
278
+ * **vis:** breaking-change UI + interactive picker for ecosystem updates ([75b7e33](https://github.com/visulima/visulima/commit/75b7e33eb9a460036cf8f8feff5197b1fb2db010))
279
+ * **vis:** changelog URLs, docker min-age gate, action advisories, TUI sort ([23d65e1](https://github.com/visulima/visulima/commit/23d65e1f020dd723b900c5d25f9eb384be0bece8))
280
+ * **vis:** honor project.json[#name](https://github.com/visulima/visulima/issues/name) as the workspace identity ([4a97c92](https://github.com/visulima/visulima/commit/4a97c9203df1398265196161213f1aa5736ea4c0)), closes [package.json#dependencies](https://github.com/visulima/package.json/issues/dependencies)
281
+ * **vis:** migrate command handlers to toolbox.fs and toolbox.process ([c582c74](https://github.com/visulima/visulima/commit/c582c740150a7eab6b34e4eabe68f521471186c1))
282
+ * **vis:** nx migrator hardening + smart --affected SHA resolution ([631351e](https://github.com/visulima/visulima/commit/631351ef32b9367a37c6ca0931673f0e08c103a9)), closes [VisConfig#defaultBase](https://github.com/visulima/VisConfig/issues/defaultBase)
283
+
284
+ ### Bug Fixes
285
+
286
+ * add tabular to dep ([92d578e](https://github.com/visulima/visulima/commit/92d578e7e2ce558f5e8947bd1d9c2b1da879e351))
287
+ * added tabular to the excluded packges ([20799d6](https://github.com/visulima/visulima/commit/20799d66f3cf73381b7fd3e7bd8776401eef399f))
288
+ * **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
289
+ * **task-runner:** resolve workspace .bin binaries in spawned tasks ([69bd30c](https://github.com/visulima/visulima/commit/69bd30c95fb1e70aba1f7c5b4d3d17b8f0465c11))
290
+ * **vis:** address coderabbit feedback on ecosystem updates ([#654](https://github.com/visulima/visulima/issues/654)) ([049f0b4](https://github.com/visulima/visulima/commit/049f0b40aa890978b43104cd15f238800d62d981))
291
+ * **vis:** address ecosystem-update review findings ([88ac870](https://github.com/visulima/visulima/commit/88ac8703eaab7ad9741aa94a4addf77d618a2464))
292
+ * **vis:** bump stale workspace dep versions so Nx links them ([448ce87](https://github.com/visulima/visulima/commit/448ce87dd146bd696fd0cb0b5ad6deabb7ffc9d6))
293
+ * **vis:** enhance PATH inside ephemeral service bootstrap config ([30c6364](https://github.com/visulima/visulima/commit/30c6364cceff0d3c48fe5e7e4a996b77a1ed224c))
294
+
295
+ ### Documentation
296
+
297
+ * **vis:** mention ecosystem updates in README and ci-cd guide ([1577e95](https://github.com/visulima/visulima/commit/1577e95accc4a91a67ece2c7a25ad1a8b26bc784))
298
+
299
+ ### Miscellaneous Chores
300
+
301
+ * refresh generated license bundles and disposable-domain stats ([a389f38](https://github.com/visulima/visulima/commit/a389f38484788aafa8ba9b698e2dd5805a982d98))
302
+ * sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
303
+ * sorted package.json v2 ([70f0116](https://github.com/visulima/visulima/commit/70f01166709d5db1bd8cb309758e86edd4127eb5))
304
+ * **vis:** regenerate vis-config.schema.json for defaultBase ([4a847e9](https://github.com/visulima/visulima/commit/4a847e9a7e193880546c295920c29b2c67265a16)), closes [VisConfig#defaultBase](https://github.com/visulima/VisConfig/issues/defaultBase)
305
+
306
+ ### Tests
307
+
308
+ * **vis:** cover highlight-preservation on sort + symmetric newRef on min-age skip ([5d383c7](https://github.com/visulima/visulima/commit/5d383c70a16c1a3b2243cb3d4503a547036a0d7c))
309
+
310
+
311
+ ### Dependencies
312
+
313
+ * **@visulima/secret-scanner:** upgraded to 1.0.0-alpha.4
314
+ * **@visulima/tabular:** upgraded to 4.0.0-alpha.12
315
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.16
316
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.20
317
+ * **@visulima/ansi:** upgraded to 4.0.0-alpha.15
318
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.28
319
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.12
320
+ * **@visulima/error:** upgraded to 6.0.0-alpha.30
321
+ * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.10
322
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.28
323
+ * **@visulima/interactive-manager:** upgraded to 1.0.0-alpha.3
324
+ * **@visulima/package:** upgraded to 5.0.0-alpha.27
325
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.18
326
+ * **@visulima/path:** upgraded to 3.0.0-alpha.11
327
+ * **@visulima/redact:** upgraded to 3.0.0-alpha.12
328
+ * **@visulima/source-map:** upgraded to 3.0.0-alpha.10
329
+ * **@visulima/spinner:** upgraded to 1.0.0-alpha.2
330
+ * **@visulima/string:** upgraded to 3.0.0-alpha.14
331
+
332
+ ## @visulima/vis [1.0.0-alpha.24](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.23...@visulima/vis@1.0.0-alpha.24) (2026-05-26)
333
+
334
+ ### Features
335
+
336
+ * **vis:** surface peer-dependency hint after install ([4a140b0](https://github.com/visulima/visulima/commit/4a140b0d8e80f3dda82d0af645272e1149867d02))
337
+
338
+ ### Miscellaneous Chores
339
+
340
+ * **ci-stability:** green CI across vis, native, lint, tests, attw ([#651](https://github.com/visulima/visulima/issues/651)) ([d4eb684](https://github.com/visulima/visulima/commit/d4eb684b5f75c818c9251048c605a0ed54a268e3))
341
+ * **repo:** apply eslint --fix and prettier --fix across packages ([#650](https://github.com/visulima/visulima/issues/650)) ([2e26a84](https://github.com/visulima/visulima/commit/2e26a84774f218f21345e9a8ecd68236b6542743)), closes [#620](https://github.com/visulima/visulima/issues/620)
342
+ * **repo:** sort package.json keys across all packages ([e1fd9ab](https://github.com/visulima/visulima/commit/e1fd9ab467ef96a98c777da1572ff6a50fcf7e71))
343
+
344
+ ### Tests
345
+
346
+ * **repo:** add dist runtime + types integration tests ([32ee300](https://github.com/visulima/visulima/commit/32ee300b7184117a0ddf9f9d390f75f8932d5ed9))
347
+ * **repo:** cover bin entry points in dist integration suite ([7479ef1](https://github.com/visulima/visulima/commit/7479ef113cf5ccef25692619082afb1b6a0eecab))
348
+
349
+
350
+ ### Dependencies
351
+
352
+ * **@visulima/error:** upgraded to 6.0.0-alpha.28
353
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.19
354
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.27
355
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.26
356
+ * **@visulima/package:** upgraded to 5.0.0-alpha.25
357
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.17
358
+
359
+ ## @visulima/vis [1.0.0-alpha.23](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.22...@visulima/vis@1.0.0-alpha.23) (2026-05-20)
360
+
361
+ ### Features
362
+
363
+ * **vis:** add dashboard command with browser UI for cache and run metrics ([f94fcd9](https://github.com/visulima/visulima/commit/f94fcd94ef04f74e20ce308769d79cbd21d9fd60))
364
+ * **vis:** add HTML graph report ([92865a2](https://github.com/visulima/visulima/commit/92865a2973a36f8c43adaf023ecd68e3859d0c68))
365
+ * **vis:** add visx/vx npx-style entry point ([3802695](https://github.com/visulima/visulima/commit/3802695f3a0cf2776aaf706183ed2032324532bd))
366
+ * **vis:** rebuild dashboard with Hono SSE + Vite + shadcn/ui ([f9df814](https://github.com/visulima/visulima/commit/f9df814683c6a1c967d8cbe15bee1b13959b5ab7))
367
+ * **vis:** redesign audit HTML report + add --explain AI helper ([6b0ab9f](https://github.com/visulima/visulima/commit/6b0ab9ffe36c732a4ac0c05a4ad9453d51fbe89b))
368
+ * **vis:** redesign dashboard with Nothing-inspired UI ([7cfc81d](https://github.com/visulima/visulima/commit/7cfc81d8592cdfda0086700363dbeac39650d1d7))
369
+
370
+ ### Bug Fixes
371
+
372
+ * **ci:** address review findings — injection, perms, defaults, fetch hardening ([0192278](https://github.com/visulima/visulima/commit/0192278b63a0178262c08a3d77fa0e832d085147))
373
+ * **vis:** address audit findings on dashboard + visx + defineConfig refactor ([1eb8ae5](https://github.com/visulima/visulima/commit/1eb8ae5820d425780b9f5c05f153b68fe74a8a36))
374
+ * **vis:** clean up dashboard audit nits — typos, dead code, redundant calls ([46a5c0e](https://github.com/visulima/visulima/commit/46a5c0ed8116f79c0307d51a1eb7c9d8ae419dde))
375
+ * **vis:** harden dashboard server, metrics, and live UI ([be4c6a1](https://github.com/visulima/visulima/commit/be4c6a134410ef9e2b893d57ee6e2c1b163c4b88))
376
+ * **vis:** key doctor cache on the resolved npm lockfile ([628a21d](https://github.com/visulima/visulima/commit/628a21d62285d6299fe399409783c297c64f9e1b))
377
+ * **vis:** name the actual lockfile in npm pruner messages ([c783683](https://github.com/visulima/visulima/commit/c78368392930c3eafdb6e0c056535217665b2f07))
378
+ * **vis:** prune npm-shrinkwrap.json into the Docker context ([ecfb54c](https://github.com/visulima/visulima/commit/ecfb54c7c515a14509c71458468c99c000b07d21))
379
+ * **vis:** render task failure block lazily at the consumer ([cb35aa7](https://github.com/visulima/visulima/commit/cb35aa78550408b462e9a1ec2af3eddb65a27b87))
380
+
381
+ ### Miscellaneous Chores
382
+
383
+ * ignore sample-workspace .vis dirs and refresh license artifact ([0f88438](https://github.com/visulima/visulima/commit/0f884380bcc7b25ac0beec5994256cc5b956a167))
384
+ * **vis:** make sample-workspace tasks cacheable ([a1db143](https://github.com/visulima/visulima/commit/a1db143b57a594470b9bf5695c60a0ced18344e3))
385
+
386
+ ### Code Refactoring
387
+
388
+ * **vis:** extract tryLoadSourceMap helper ([5b06bb6](https://github.com/visulima/visulima/commit/5b06bb69876e4870e75985a75ff22e299c8cf583))
389
+ * **vis:** make defineConfig a pure typed-identity ([28f6f3f](https://github.com/visulima/visulima/commit/28f6f3f909a89103b972ca50a502fb6145d87794))
390
+
391
+ ### Tests
392
+
393
+ * **vis:** align task-store tests with lazy failure rendering ([9ddf5de](https://github.com/visulima/visulima/commit/9ddf5de95a41d89b4c9a33bbb88e777b909b6aee))
394
+
395
+ ### Continuous Integration
396
+
397
+ * tighten workflow yaml + restore missing publint dep ([b478f9a](https://github.com/visulima/visulima/commit/b478f9a9329d9c7243e694e3f360d385cc34567c))
398
+
399
+
400
+ ### Dependencies
401
+
402
+ * **@visulima/error:** upgraded to 6.0.0-alpha.27
403
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.18
404
+ * **@visulima/ansi:** upgraded to 4.0.0-alpha.14
405
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.26
406
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.25
407
+ * **@visulima/package:** upgraded to 5.0.0-alpha.24
408
+
409
+ ## @visulima/vis [1.0.0-alpha.22](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.21...@visulima/vis@1.0.0-alpha.22) (2026-05-19)
410
+
411
+ ### Features
412
+
413
+ * **task-runner:** auto-capture outputs for compound build scripts ([e084434](https://github.com/visulima/visulima/commit/e0844344cf184177999a82b708299f08fbfd31ec))
414
+ * **task-runner:** per-target hashMode "trace" opt-in ([#643](https://github.com/visulima/visulima/issues/643)) ([32353ff](https://github.com/visulima/visulima/commit/32353ff7a760ae9486e23cc4042fab46a2f2cc11))
415
+ * **vis:** add composite s1ngularity supply-chain marshall ([44cdeaf](https://github.com/visulima/visulima/commit/44cdeafb58eefcef061ffaab6822d4628cb06b2c))
416
+ * **vis:** add deprecation + package-age marshalls ([5547840](https://github.com/visulima/visulima/commit/5547840b5aef9689f4080c77c44d3884309b0601))
417
+ * **vis:** add deps.dev as supply-chain security provider alongside Socket ([7f752d2](https://github.com/visulima/visulima/commit/7f752d250fa3c96d2ec01ca58bddf911586ea949))
418
+ * **vis:** add lockfile supply-chain verification ([a8c741d](https://github.com/visulima/visulima/commit/a8c741d80b52b275cde11be188ab22c41a11f5f4))
419
+ * **vis:** add migrate verify-graph equivalence verification ([697e2c0](https://github.com/visulima/visulima/commit/697e2c0888c596e4bcee0a12922db76937a29175))
420
+ * **vis:** add Snyk security provider ([aba3571](https://github.com/visulima/visulima/commit/aba35710719d1325b311bf80d81a91c91e75aa1f))
421
+ * **vis:** add write guard, watchman backend, vcs hints ([5127d79](https://github.com/visulima/visulima/commit/5127d79ad2aa523760517601f71fdf38571ca4d3))
422
+ * **vis:** attested keyless-signed remote cache (Sigstore) ([4732610](https://github.com/visulima/visulima/commit/47326103a668ab99fcfc4e21f2c9efeaa5892944))
423
+ * **vis:** default inferTargets on with guarded script enrichment ([29cabd1](https://github.com/visulima/visulima/commit/29cabd1763ce915cbfa6aaa85b1c29a020d72b01))
424
+ * **vis:** harden bootstrap installers + add lint CI ([49ec0a2](https://github.com/visulima/visulima/commit/49ec0a25e76ab5865cd2a2dce49413311fcf389c))
425
+ * **vis:** integrate aube package manager + offline OSV bloom prefilter ([9513e09](https://github.com/visulima/visulima/commit/9513e0930c6fbcdb00e42df2ab9c650194a35eb4))
426
+ * **vis:** scan npm-shrinkwrap.json with precedence ([ae907f1](https://github.com/visulima/visulima/commit/ae907f18e560eed7c80c7738650330909a254148))
427
+ * **vis:** security check on by default for update, add --no-security ([e8db4c8](https://github.com/visulima/visulima/commit/e8db4c88a4c64038ca00c46b2a63083fee224637))
428
+ * **vis:** source-mapped, code-framed task failure rendering ([95b2343](https://github.com/visulima/visulima/commit/95b2343d7299ab8537c5a4ef0205ddeee9146c58))
429
+
430
+ ### Bug Fixes
431
+
432
+ * **vis:** harden marshall pipeline and failure-render ANSI stripping ([22dc431](https://github.com/visulima/visulima/commit/22dc431ac3e841a2a342f297673b4d5f1a0a8a43))
433
+ * **vis:** make write guard github/gitlab asymmetry explicit ([0202fd9](https://github.com/visulima/visulima/commit/0202fd99e920173cbbb5e9711bb2df9528d25e42))
434
+ * **vis:** parse pnpm v11 multi-document lockfiles ([94024b6](https://github.com/visulima/visulima/commit/94024b65310ab70ef4a3d4fed93f4987203f4a57))
435
+ * **vis:** version the packument cache so stale entries can't blind marshalls ([6741f55](https://github.com/visulima/visulima/commit/6741f551ed9c1a28a2184672ed644dd06344c93b))
436
+ * **vis:** wire s1ngularity into the vis inspect dispatch ([0e355eb](https://github.com/visulima/visulima/commit/0e355eb44acfcf50caf09f7b0954038def735278))
437
+
438
+ ### Documentation
439
+
440
+ * **vis:** add MARSHALL_DISABLE_S1NGULARITY to shell-alias guide ([fee4979](https://github.com/visulima/visulima/commit/fee4979338cd255ee5c4ff1e52e99e545695e4d7))
441
+ * **vis:** document lockfile supply-chain verification ([05c338f](https://github.com/visulima/visulima/commit/05c338f55f7069ed59018e64be3d24016ab3fb66))
442
+ * **vis:** document s1ngularity marshall in add/update/inspect ([6a14d5c](https://github.com/visulima/visulima/commit/6a14d5c190a6125817abe9c3e35afde87893228a))
443
+
444
+ ### Styles
445
+
446
+ * **vis:** prettier/eslint conformance sweep ([dd200bd](https://github.com/visulima/visulima/commit/dd200bd84c022f5fd8819ce23bab2c1c4cace1ed))
447
+
448
+ ### Miscellaneous Chores
449
+
450
+ * **vis:** remove competitive-analysis and priority-roadmap docs ([3116348](https://github.com/visulima/visulima/commit/3116348a5f76772ace9f285d136d352a815c3f0a))
451
+
452
+
453
+ ### Dependencies
454
+
455
+ * **@visulima/error:** upgraded to 6.0.0-alpha.26
456
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.15
457
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.17
458
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.25
459
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.24
460
+ * **@visulima/package:** upgraded to 5.0.0-alpha.23
461
+
462
+ ## @visulima/vis [1.0.0-alpha.21](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.20...@visulima/vis@1.0.0-alpha.21) (2026-05-16)
463
+
464
+
465
+ ### Dependencies
466
+
467
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.16
468
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.24
469
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.23
470
+ * **@visulima/package:** upgraded to 5.0.0-alpha.22
471
+
472
+ ## @visulima/vis [1.0.0-alpha.20](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.19...@visulima/vis@1.0.0-alpha.20) (2026-05-14)
473
+
474
+ ### ⚠ BREAKING CHANGES
475
+
476
+ * **vis:** the following security.* keys were renamed:
477
+ - security.minimumReleaseAge -> security.policies.first_seen.minutes
478
+ - security.minimumReleaseAgeExclude -> security.policies.first_seen.exclude
479
+ - security.trustPolicy -> security.policies.publisher_change.mode
480
+ - security.trustPolicyExclude -> security.policies.publisher_change.exclude
481
+ - security.trustPolicyIgnoreAfter -> security.policies.publisher_change.ignoreAfter
482
+ - security.allowBuilds -> security.policies.install_scripts.allow
483
+ - security.strictDepBuilds -> security.policies.install_scripts.strict
484
+ - security.socket.minimumScore -> security.policies.score.minimum
485
+ - security.socket.acceptedRisks -> security.acceptedRisks
486
+ - security.audit.failOn -> security.policies.vulnerability.failOn
487
+ - security.audit.usage -> security.policies.vulnerability.usage
488
+
489
+ AcceptedRisk now carries optional policies[] and expiresAt fields so
490
+ risks can be scoped per-policy and time-boxed. Native PM sync writers
491
+ keep emitting pnpm-native field names since pnpm owns that schema.
492
+
493
+ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
494
+
495
+ * chore(vis): address coderabbit review feedback
496
+
497
+ - Add JSDoc to exported items across hook builtins, advisories, audit, docker
498
+ - Document OSV `last_affected` inclusive-upper semantics with a focused test
499
+ - Annotate NAPI u64→u32 truncations with JS Number range rationale
500
+ - Switch vis-mcp tool payloads to zod schemas with `.catchall(z.unknown())`
501
+ so unknown CLI fields stay forward-compatible
502
+ - Fence RFC code blocks with explicit languages and tidy hook-command
503
+ formatting (multi-line type, implicit-return arrows)
504
+
505
+ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
506
+
507
+ * chore(vis): address second-round coderabbit feedback on policies rename
508
+
509
+ - Drift report labels now reference `security.policies.*` paths so the
510
+ hint matches the keys users edit
511
+ - `defineConfig` JSDoc examples use the new `security.policies` shape
512
+ - `mergeSecurityDefaults` deep-merges every defaulted sub-policy
513
+ generically; `mergeVisConfigs` deep-merges `policies` and
514
+ `acceptedRisks` so presets aren't clobbered
515
+ - Config-writer scopes its `allow:` match to follow an
516
+ `install_scripts:` opener
517
+ - JSDoc clarifications for `audit.advisories.source` default,
518
+ `acceptedRisks.expiresAt`/`acceptedScore` ranges, `malware.mode`
519
+ cross-field default, and the current `policies.score.minimum`
520
+ wiring gap
521
+
522
+ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
523
+
524
+ * chore(vis): finish coderabbit round-2 fixes — camelCase policies + wire score.minimum
525
+
526
+ - Rename `PolicyName` union to camelCase (`firstSeen`, `installScripts`,
527
+ `publisherChange`, `unexpectedDeps`). Updates every consumer in src/,
528
+ test fixtures, schemas, and docs. JSON schema regenerated.
529
+ - Add `types` mapping to the `#native` package.json import so TypeScript
530
+ resolves `index.d.ts` when consumers import the alias.
531
+ - Thread `socketOptions.minimumScore` through `audit`, `doctor`, `check`,
532
+ `update`, `add`, `formatSecurityOverview`, `formatSummary`, and
533
+ `applyFilter`. `buildSocketOptions` now resolves the effective minimum
534
+ once (from `security.policies.score.minimum` or
535
+ `DEFAULT_LOW_SCORE_THRESHOLD`) so every consumer sees the same value
536
+ instead of comparing scores against the hard-coded constant.
537
+ - Update the JSDoc on `policies.score.minimum` to reflect the new wiring.
538
+
539
+ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
540
+
541
+ * feat(vis): add Socket-style policy engine with 4 offline-clean policies
542
+
543
+ Introduce a unified `evaluatePolicies()` engine under `src/security/policies/`
544
+ with four offline-clean modules: license, install_scripts, vulnerability,
545
+ and unexpected_deps (baseline mode). Each policy emits PolicyDecisions
546
+ (block/warn/info) keyed by package, with per-policy accepted-risk scoping
547
+ and expiresAt support reused from the shared matcher.
548
+
549
+ Wires the engine into `vis audit`: a new `--policies <names>` flag
550
+ (comma-list, `all`, or `none`) narrows evaluation. Block-severity
551
+ decisions feed into `--exit-code` and `--fail-on`. JSON output gains
552
+ `policies[]` + `summary.policyBlocks`. SARIF and HTML formatters render
553
+ policy decisions alongside vulnerabilities; CSAF and CycloneDX-VEX are
554
+ intentionally left untouched (vuln-specific data models).
555
+
556
+ Adds `readNodeModulesManifests()` to walk `node_modules/` (including the
557
+ pnpm `.pnpm/` content-addressed store) and surface license + scripts +
558
+ maintainers metadata for the offline policies.
559
+
560
+ 33 new unit + integration tests; full vitest suite (3582/3582) green;
561
+ `tsc --noEmit` clean.
562
+
563
+ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
564
+
565
+ * fix(vis): close three audit policy gating gaps surfaced by CodeRabbit
566
+
567
+ - applyExitGate's fallthrough call to applyFailOnGate was dropping the
568
+ policyDecisions argument, so `vis audit --format sarif --fail-on high`
569
+ exited 0 when the only signal was a block-severity policy decision.
570
+ Forward the argument.
571
+ - Unknown --policies tokens were silently swallowed when format was
572
+ json/sarif/csaf/cyclonedx-vex, so a typoed CI invocation reduced
573
+ enforcement with no log. Always emit the warning to stderr and
574
+ surface the tokens in JSON output as `warnings[]`.
575
+ - Vulnerability-policy block decisions whose advisory was masked by
576
+ --severity used to exit 1 with no visible reason. Surface those
577
+ decisions in the human-readable "Policy Decisions" section so the
578
+ gate is always traceable.
579
+
580
+ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
581
+
582
+ * fix(vis): correct npm/yarn min-release-age native config writers
583
+
584
+ npm CLI types `min-release-age` as `Number` in days, not a duration string —
585
+ vis wrote `48h`/`15m`, which npm's parseInt would silently read as 48/15 days.
586
+ Write integer days rounded up so the native gate is never weaker than vis-config.
587
+
588
+ Yarn Berry silently treats day suffixes in `npmMinimalAgeGate` as minutes
589
+
590
+ ### Features
591
+
592
+ * **vis:** add LavaMoat allow-scripts parity (run/tripwire/--write/allowBins) ([84218d3](https://github.com/visulima/visulima/commit/84218d392abcde8d76b9b92de7d220be2b08e854))
593
+ * **vis:** multi-source codeowners aggregation ([d22df81](https://github.com/visulima/visulima/commit/d22df81214899209be3fd9fa4d83372be97552ef))
594
+ * **vis:** offline OSV scanner + unified security.policies ([#632](https://github.com/visulima/visulima/issues/632)) ([6461902](https://github.com/visulima/visulima/commit/646190243bf51bb6df172665d70fd501644e7bc3)), closes [#631](https://github.com/visulima/visulima/issues/631) [#631](https://github.com/visulima/visulima/issues/631) [yarnpkg/berry#6991](https://github.com/yarnpkg/berry/issues/6991)
595
+ * **vis:** wire marshall env-var matrix into install/audit/check + add keys-refresh ([e1e2d6c](https://github.com/visulima/visulima/commit/e1e2d6c2dc81cfdf442b6f75b6497150b368565f))
596
+
597
+ ### Bug Fixes
598
+
599
+ * **release:** patch NAPI version-check string and ship fresh loader on release ([0676e33](https://github.com/visulima/visulima/commit/0676e336f453c9ae38c9f3a5fbbb675f9bff7ea0))
600
+ * **vis:** clear lint findings in hook dispatch, builtins, and util ([d05204c](https://github.com/visulima/visulima/commit/d05204c9a88d300b2b4ba3c2dd4169a9860a1d86))
601
+
602
+ ### Documentation
603
+
604
+ * **vis:** add vltpkg/security-archive attribution ([019d6fd](https://github.com/visulima/visulima/commit/019d6fd4d4426991f2fb31450f72616b14874aff))
605
+
606
+ ### Miscellaneous Chores
607
+
608
+ * fixed build ([ec156bf](https://github.com/visulima/visulima/commit/ec156bf08859e81186b74533610357d85c38f64e))
609
+ * update license file ([8a84e10](https://github.com/visulima/visulima/commit/8a84e10f2077779159f2f1e186be1d461c47e043))
610
+ * **vis:** apply prettier and eslint --fix sweep ([ec64552](https://github.com/visulima/visulima/commit/ec645524984f0e767ba63b3fcaaf60e184d31edf))
611
+ * **vis:** clear remaining ESLint findings across marshalls and tests ([29f87c5](https://github.com/visulima/visulima/commit/29f87c56d8c4aadfe5e270e67901435af31b8eae))
612
+ * **vis:** fix indent-binary-ops and silence default-log no-console ([9c8d5e1](https://github.com/visulima/visulima/commit/9c8d5e1cc07e6e5f3c01d0b79715f074dbda9b0b))
613
+ * **vis:** style normalization sweep + scopedTasks/allowBins config fields ([ff97758](https://github.com/visulima/visulima/commit/ff977584da0afdf61d619b7a5fb7536f80c782a6))
614
+
615
+ ### Tests
616
+
617
+ * **vis:** raise audit-offline gate to 5× budget for CI hosts ([345b159](https://github.com/visulima/visulima/commit/345b1590cd5f0fbe432855aafde8e7cb3ab19c84))
618
+ * **vis:** use median-of-11 samples for audit-offline perf gate ([3225515](https://github.com/visulima/visulima/commit/3225515f9bf67149b8e0cb42812bc21729b6d750))
619
+
620
+ ### Continuous Integration
621
+
622
+ * **vis:** track index.d.ts so loader artifact survives cache hits ([b9a439f](https://github.com/visulima/visulima/commit/b9a439f178f1849cc14233ad76e51fe38e5d180f))
623
+
624
+
625
+ ### Dependencies
626
+
627
+ * **@visulima/secret-scanner:** upgraded to 1.0.0-alpha.3
628
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.14
629
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.15
630
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.23
631
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.11
632
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.22
633
+ * **@visulima/package:** upgraded to 5.0.0-alpha.21
634
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.16
635
+
636
+ ## @visulima/vis [1.0.0-alpha.19](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.18...@visulima/vis@1.0.0-alpha.19) (2026-05-11)
637
+
638
+ ### ⚠ BREAKING CHANGES
639
+
640
+ * **vis:** replace prek runner with in-process hook dispatcher
641
+ * **vis:** vis sbom now emits CycloneDX 1.7. Downstream consumers
642
+ pinned to a 1.6 validator must upgrade.
643
+
644
+ Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
645
+
646
+ ### Features
647
+
648
+ * **vis:** bump sbom to cyclonedx 1.7 ([904075f](https://github.com/visulima/visulima/commit/904075fd9353e40b593d5a13f53307c584e31da7))
649
+ * **vis:** replace prek runner with in-process hook dispatcher ([659ba07](https://github.com/visulima/visulima/commit/659ba07fc311c36783e8900188b9753276a961fe))
650
+
651
+
652
+ ### Dependencies
653
+
654
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.14
655
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.22
656
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.21
657
+ * **@visulima/package:** upgraded to 5.0.0-alpha.20
658
+
659
+ ## @visulima/vis [1.0.0-alpha.18](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.17...@visulima/vis@1.0.0-alpha.18) (2026-05-11)
660
+
661
+ ### Features
662
+
663
+ * **task-runner:** add resolveTurboEnvCompat helper ([a8e73ef](https://github.com/visulima/visulima/commit/a8e73ef324dd8d1bc1f1f471f59f9292f9f01745))
664
+ * **vis:** add vis-mcp post-command promotion nudge ([9244fad](https://github.com/visulima/visulima/commit/9244fad8a8f9164ce99b2ab3cb771d53f926e788))
665
+ * **vis:** expand secrets.config.presets to tag selectors ([77b8d2b](https://github.com/visulima/visulima/commit/77b8d2bbc951d5180753f37a45d2313c01fcf47f))
666
+ * **vis:** honour TURBO_API/TURBO_TOKEN/TURBO_TEAM env vars ([0d4fc8c](https://github.com/visulima/visulima/commit/0d4fc8c1ad617ba27c436e40e520ddcbb19ebeca))
667
+ * **vis:** show flakiness table on successful runs too ([085b219](https://github.com/visulima/visulima/commit/085b219a4472ceb0fd2f507c7bc3b3b1780a014a))
668
+ * **vis:** surface retried-but-passed tasks and add CI log grouping ([2bdceaa](https://github.com/visulima/visulima/commit/2bdceaacf3f69c99a08c9e1b3b6eda0ee3528cd2))
669
+
670
+ ### Bug Fixes
671
+
672
+ * **vis:** raise timeout for exposed-files preset tests to 15s ([433db73](https://github.com/visulima/visulima/commit/433db7319ecf4720664bc199582d571ea6a3630b))
673
+ * **vis:** warm default ruleset for exposed-files preset tests ([9c76250](https://github.com/visulima/visulima/commit/9c76250d2ee6e8e2be878e5dcfb149d38126d60d))
674
+
675
+ ### Documentation
676
+
677
+ * **vis:** mention TURBO_API fallback in help text and migrate hint ([f9bd7ac](https://github.com/visulima/visulima/commit/f9bd7acd7a53837e40376f9b0dcf54040bbc50a1))
678
+
679
+ ### Miscellaneous Chores
680
+
681
+ * added fixtures to prettier ignore ([13bda29](https://github.com/visulima/visulima/commit/13bda2942d5d95fedeec7c07937fdfc37cf960c7))
682
+ * **vis:** apply eslint and formatter sweep ([d3a48c5](https://github.com/visulima/visulima/commit/d3a48c577a77864b1aae52e6061a8aad1554f273))
683
+
684
+
685
+ ### Dependencies
686
+
687
+ * **@visulima/secret-scanner:** upgraded to 1.0.0-alpha.2
688
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.13
689
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.13
690
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.21
691
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.20
692
+ * **@visulima/package:** upgraded to 5.0.0-alpha.19
693
+
694
+ ## @visulima/vis [1.0.0-alpha.17](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.16...@visulima/vis@1.0.0-alpha.17) (2026-05-10)
695
+
696
+ ### Features
697
+
698
+ * **vis:** expand typed plugin hook surface ([d0784df](https://github.com/visulima/visulima/commit/d0784df2b0c422002ec21c3c8da0002e0ff70dee))
699
+
700
+
701
+ ### Dependencies
702
+
703
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.12
704
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.12
705
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.20
706
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.19
707
+ * **@visulima/package:** upgraded to 5.0.0-alpha.18
708
+
709
+ ## @visulima/vis [1.0.0-alpha.16](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.15...@visulima/vis@1.0.0-alpha.16) (2026-05-10)
710
+
711
+ ### Features
712
+
713
+ * add service and tool projectType variants ([61858ad](https://github.com/visulima/visulima/commit/61858ad4c044b5f30318f282615c83f716667053)), closes [#21](https://github.com/visulima/visulima/issues/21)
714
+ * **vis:** auto-start declared service deps for vis run with TUI dock ([adeb316](https://github.com/visulima/visulima/commit/adeb3164d29aec6da2eeed03d46fc0502aec5d6a))
715
+ * **vis:** cross-PM dispatch for vis pm (yarn berry, pnpm 11, bun pm) ([fd56b86](https://github.com/visulima/visulima/commit/fd56b86317f4141227814504845f03ce777c0b88))
716
+ * **vis:** expand nx migrator and add --force overwrite ([d6e5a91](https://github.com/visulima/visulima/commit/d6e5a91c4bc44a34dd770dd0b8298b5017bdd6df))
717
+ * **vis:** prune workspace lockfile in docker scaffold ([d1c0904](https://github.com/visulima/visulima/commit/d1c090425d130b3e18b6e64e44fe81eb1e08b923))
718
+
719
+ ### Bug Fixes
720
+
721
+ * **vis:** exit explicitly after cli.run settles ([2dc28e2](https://github.com/visulima/visulima/commit/2dc28e2d0d735526c9c551aeae72af63a2deee4d))
722
+ * **vis:** release stdin and label persistent quits in dynamic TUI ([7350547](https://github.com/visulima/visulima/commit/7350547363fcbd4ec4d845d2194c22188605f34f))
723
+
724
+ ### Documentation
725
+
726
+ * **vis:** document missing cache subcommands and run flags ([cf093a1](https://github.com/visulima/visulima/commit/cf093a1879ff414d0500ac91d76bba98352ed97e))
727
+
728
+ ### Miscellaneous Chores
729
+
730
+ * **vis:** drop redundant section banners and pure-WHAT docblocks ([745844b](https://github.com/visulima/visulima/commit/745844b601cf111d362718611fa7021c19f2e939))
731
+ * **vis:** finish .vis/ cutover for stragglers ([3053347](https://github.com/visulima/visulima/commit/30533478e084b9ae84aefe191d57c672ca0797fa))
732
+ * **vis:** sort docker example api/package.json deps ([28fdbd7](https://github.com/visulima/visulima/commit/28fdbd780fb3384dcfc3f06db4145fafaeef52d2))
733
+
734
+ ### Code Refactoring
735
+
736
+ * replace execa with tinyexec ([56ec776](https://github.com/visulima/visulima/commit/56ec776908fe0c068c54542f3885cb29f061fea7))
737
+ * **vis:** consolidate workspace state under .vis/ ([9e89d52](https://github.com/visulima/visulima/commit/9e89d52f03cc8b3a6a51c13a2359e9b93532c1dd))
738
+ * **vis:** extract definePlugin and fix jiti temp config path under pnpm hoisting ([8cda079](https://github.com/visulima/visulima/commit/8cda079c22686121c966befb25295bc3511bf29b))
739
+ * **vis:** import @visulima/tui components and hooks from subpaths ([2d9245d](https://github.com/visulima/visulima/commit/2d9245d81c9555b87c3803a428b1a306ae242da0))
740
+ * **vis:** polish derivations across vis-* TUI apps ([47a7945](https://github.com/visulima/visulima/commit/47a79456341282f945689e40c8b174e92b8dc6df))
741
+
742
+ ### Tests
743
+
744
+ * **vis:** bump docker-lockfile prune test timeout for CI ([ef57ec2](https://github.com/visulima/visulima/commit/ef57ec21799b1158b972ff92568db111daa2e74f))
745
+ * **vis:** cover docker scaffold with example workspace and real-lockfile fixture ([9104638](https://github.com/visulima/visulima/commit/910463861d1200773b163acdc8bff919e37d6b97))
746
+ * **vis:** skip docker-lockfile fixture suite in CI ([af7503e](https://github.com/visulima/visulima/commit/af7503eea3d76ace9b9703332456b771bfd91380))
747
+
748
+
749
+ ### Dependencies
750
+
751
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.11
752
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.11
753
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.19
754
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.18
755
+ * **@visulima/package:** upgraded to 5.0.0-alpha.17
756
+ * **@visulima/string:** upgraded to 3.0.0-alpha.13
757
+
758
+ ## @visulima/vis [1.0.0-alpha.15](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.14...@visulima/vis@1.0.0-alpha.15) (2026-05-07)
759
+
760
+ ### Bug Fixes
761
+
762
+ * moved deps to dev dep ([62a47f2](https://github.com/visulima/visulima/commit/62a47f29b182b202c9956819f3b4a32da38c14cd))
763
+
764
+
765
+ ### Dependencies
766
+
767
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.10
768
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.18
769
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.17
770
+ * **@visulima/package:** upgraded to 5.0.0-alpha.16
771
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.15
772
+ * **@visulima/redact:** upgraded to 3.0.0-alpha.11
773
+ * **@visulima/string:** upgraded to 3.0.0-alpha.12
774
+
775
+ ## @visulima/vis [1.0.0-alpha.14](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.13...@visulima/vis@1.0.0-alpha.14) (2026-05-07)
776
+
777
+ ### Features
778
+
779
+ * **vis:** add --peer and --include-internal flags to update and check ([900bbbe](https://github.com/visulima/visulima/commit/900bbbed6ec3611e993cf4fcc929c8b9b7cc7d60)), closes [package.json#workspaces](https://github.com/visulima/package.json/issues/workspaces)
780
+
781
+ ### Bug Fixes
782
+
783
+ * **vis:** apply pnpm !-exclusions and root .gitignore in workspace resolver ([b08a1be](https://github.com/visulima/visulima/commit/b08a1be4391e362dca4f935541362bae01b859d9)), closes [package.json#workspaces](https://github.com/visulima/package.json/issues/workspaces)
784
+
785
+ ### Miscellaneous Chores
786
+
787
+ * **vis:** bump example setup-wizard @inquirer/prompts to v8 ([1974734](https://github.com/visulima/visulima/commit/1974734c34d49c61ce62b663a999a6161e679251))
788
+ * **vis:** bundle internal deps as devDeps and extend packem hoisted exclude ([9cd6cba](https://github.com/visulima/visulima/commit/9cd6cba0ed89e26b6def141433d024c7a5851578))
789
+
790
+ ### Code Refactoring
791
+
792
+ * **vis:** centralize per-user filesystem layout in vis-paths helpers ([9a06751](https://github.com/visulima/visulima/commit/9a0675131e7da5bc338bcaf438574a4a5930d239))
793
+ * **vis:** read negative flags via cerebro's options.X === false idiom ([c52f39f](https://github.com/visulima/visulima/commit/c52f39f9294c42e69be2e4e3c327330875aef37b))
794
+
795
+
796
+ ### Dependencies
797
+
798
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.16
799
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.9
800
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.17
801
+ * **@visulima/package:** upgraded to 5.0.0-alpha.15
802
+
803
+ ## @visulima/vis [1.0.0-alpha.13](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.12...@visulima/vis@1.0.0-alpha.13) (2026-05-06)
804
+
805
+
806
+ ### Dependencies
807
+
808
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.16
809
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.15
810
+ * **@visulima/package:** upgraded to 5.0.0-alpha.14
811
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.14
812
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.8
813
+
814
+ ## @visulima/vis [1.0.0-alpha.12](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.11...@visulima/vis@1.0.0-alpha.12) (2026-05-06)
815
+
816
+ ### Features
817
+
818
+ * **vis:** add --reverse for leaves-first task order ([9d02f37](https://github.com/visulima/visulima/commit/9d02f373ff08ed94c95055725ce43ed42ea8c9aa))
819
+ * **vis:** add --skip-cache for selective per-task cache bypass ([28cfa7a](https://github.com/visulima/visulima/commit/28cfa7afc03ace27a4ff41746e91c70006cb9e9e))
820
+ * **vis:** add corepack passthrough + unified dry/silent/env ([0ba38b2](https://github.com/visulima/visulima/commit/0ba38b297385497deb167efd03349f38ef1a7049)), closes [#6](https://github.com/visulima/visulima/issues/6) [#10](https://github.com/visulima/visulima/issues/10) [#11](https://github.com/visulima/visulima/issues/11)
821
+ * **vis:** add custom-types lint for engines/packageManager/volta drift ([149455a](https://github.com/visulima/visulima/commit/149455a114b76c86ea12b7f271450297f38eeff6))
822
+ * **vis:** add deno as first-class package manager + --auto-install-peers ([90d6d0f](https://github.com/visulima/visulima/commit/90d6d0fd98d531e1f76de42848da27605509f7d3))
823
+ * **vis:** add sponsor notice after successful commands ([86ebd1c](https://github.com/visulima/visulima/commit/86ebd1c3270c3241c76577eae8bb889690b71e53))
824
+ * **vis:** add syncpack migrate adapter and audit ([6e07ae8](https://github.com/visulima/visulima/commit/6e07ae86401f374d76206c81d1c6131bc08618e2))
825
+ * **vis:** add task-level runner tags for capability-gated CI lanes ([8980e03](https://github.com/visulima/visulima/commit/8980e0319e99b4f79c5e049509d7dc2039f2092d))
826
+ * **vis:** auto-generate JSON schemas from TypeScript types ([391a3f0](https://github.com/visulima/visulima/commit/391a3f0d253b3b55d02346bbb0dbeb061d8ec06f))
827
+ * **vis:** close 7 syncpack-parity gaps ([85bc6b1](https://github.com/visulima/visulima/commit/85bc6b169fbc75cc4cc1b43b5bea85e673253f06)), closes [pnpm-workspace.yaml#overrides](https://github.com/visulima/pnpm-workspace.yaml/issues/overrides) [#623](https://github.com/visulima/visulima/issues/623) [#624](https://github.com/visulima/visulima/issues/624) [#625](https://github.com/visulima/visulima/issues/625) [#626](https://github.com/visulima/visulima/issues/626) [#627](https://github.com/visulima/visulima/issues/627) [#628](https://github.com/visulima/visulima/issues/628) [#629](https://github.com/visulima/visulima/issues/629)
828
+ * **vis:** honor editorconfig in all JSON writers ([859e925](https://github.com/visulima/visulima/commit/859e92533d0349be37c1a750cb80582c14acb715))
829
+ * **vis:** implement vis sync package-json-fields ([87e1fa1](https://github.com/visulima/visulima/commit/87e1fa11f2be741a768fe0c6c04238427823623a))
830
+ * **vis:** port sherif lint rules and add migrate sherif command ([243324b](https://github.com/visulima/visulima/commit/243324b440a31831b6c6d93219d8cb3a3ab48495))
831
+ * **vis:** scope banned-deps rules with packages/paths globs ([82fbaf2](https://github.com/visulima/visulima/commit/82fbaf2ffac946f032fc872ee2a428989ebf8c57))
832
+ * **vis:** skip ignored paths in sort-package-json ([74215c0](https://github.com/visulima/visulima/commit/74215c06fd0e0f562b97e803a95b9e662e9980e2)), closes [package.json#workspaces](https://github.com/visulima/package.json/issues/workspaces)
833
+ * **vis:** surface leftover migration references in vis doctor ([ebd3a48](https://github.com/visulima/visulima/commit/ebd3a4841a736209cdbf2641ac6e27ec2e69f886))
834
+ * **vis:** translate syncpack isBanned versionGroups to policy.bannedDeps ([f95d01b](https://github.com/visulima/visulima/commit/f95d01bda6a5add3f7fa0d48c1c955942b5c7fc3))
835
+ * **vis:** user-defined customTypes for vis lint ([51fa21f](https://github.com/visulima/visulima/commit/51fa21f4193913f64e4abcd1dc9f97322dd21553))
836
+
837
+ ### Bug Fixes
838
+
839
+ * **vis:** coalesce wheel-burst input and group sort-package-json TUI ([97aa78b](https://github.com/visulima/visulima/commit/97aa78bc445fc234e1473986a867e70f8d15d7b4))
840
+ * **vis:** declare missing editorconfig field on VisConfig type ([4a33428](https://github.com/visulima/visulima/commit/4a334285b396ee41a1dbe507eb27fb2894055463))
841
+ * **vis:** drop duplicate --no-color global option ([c50879a](https://github.com/visulima/visulima/commit/c50879a7ab2b195b4decf81d2cca5d3a39b8f137))
842
+ * **vis:** harden extraTypes per review ([8b56f48](https://github.com/visulima/visulima/commit/8b56f48fce55ac133bd20f181133ad17e06a9825))
843
+ * **vis:** hash expanded command so token-driven cache keys vary per affected set ([636b1ac](https://github.com/visulima/visulima/commit/636b1ac843381cf7df3fec844431ec0123b5f565))
844
+ * **vis:** read bun minimumReleaseAge from bunfig.toml, not package.json ([78fe9f4](https://github.com/visulima/visulima/commit/78fe9f40452ddfc93d4bd3d66ec49f269b6085e6))
845
+ * **vis:** replace editorconfig with ec4rs binding ([3a83ed0](https://github.com/visulima/visulima/commit/3a83ed0f9de3e4202dfa51cf9bf4e6d8c3b0134d))
846
+ * **vis:** resolve tsc errors in create handler and watch keybinds ([033760d](https://github.com/visulima/visulima/commit/033760d83c8a7252dadbd716ecd04f80f54816e9))
847
+
848
+ ### Documentation
849
+
850
+ * **vis:** add migration sources to credits section ([2caddce](https://github.com/visulima/visulima/commit/2caddcea6755bdc73780b559243cc27d4f2d48f7))
851
+ * **vis:** document json deps, sync fields, post-sort flags ([d244ddd](https://github.com/visulima/visulima/commit/d244ddd2b2e88d53e756fef57e4024cd46a57430))
852
+ * **vis:** document patchedDependencies supply-chain check ([b373960](https://github.com/visulima/visulima/commit/b373960d6d7dc38db9eeb8437cec33d47f9102ab))
853
+ * **vis:** document vis lint and mark syncpack item 6 shipped ([73cbd44](https://github.com/visulima/visulima/commit/73cbd4457810a91ecce99856522904885e80c4d6))
854
+ * **vis:** mark `${affected.files}` token wiring as shipped ([e4d306e](https://github.com/visulima/visulima/commit/e4d306e5ddd1eba30a404bf3d03efc5d976f0e9a)), closes [#6](https://github.com/visulima/visulima/issues/6)
855
+ * **vis:** mark syncpack ports shipped, link [#622](https://github.com/visulima/visulima/issues/622) ([2fdb8de](https://github.com/visulima/visulima/commit/2fdb8de9d1b6946208a34a4da491918820f8c815))
856
+
857
+ ### Miscellaneous Chores
858
+
859
+ * commit pnpm-lock and vis syncpack roadmap ([5138981](https://github.com/visulima/visulima/commit/5138981ee04b45900c6cf1ba41f8e18025d4ba63))
860
+ * re-enable antfu/if-newline in vis and secret-scanner ([bcd84de](https://github.com/visulima/visulima/commit/bcd84de019b60f6bc474852e7ae6b7da822a9185))
861
+ * re-enable jsdoc/match-description in api-platform and tighten config docs ([4ecaa31](https://github.com/visulima/visulima/commit/4ecaa315064cdd798af1ea1296be1fe52967bf9a))
862
+ * **vis:** apply pending eslint autofixes and regenerate bundled licenses ([742c613](https://github.com/visulima/visulima/commit/742c61358fcc6b07a62f3c4f688320335aeca27b))
863
+ * **vis:** apply prettier and eslint quote-style auto-fix ([f477246](https://github.com/visulima/visulima/commit/f47724629e5708ca45bb7891fdc03411088f0d00))
864
+ * **vis:** apply prettier and eslint quote-style auto-fix ([915d80b](https://github.com/visulima/visulima/commit/915d80b4eca4e8da8ca36154a994f9048d1c1e28))
865
+ * **vis:** clear all eslint warnings across vis package ([f0c513e](https://github.com/visulima/visulima/commit/f0c513ead5761ebba35379099bcfa50ee006e44f))
866
+ * **vis:** commit pending lint+tsc fixes ([3d7a519](https://github.com/visulima/visulima/commit/3d7a5193f729e70444bdac983afdcf39828b4ad6))
867
+ * **vis:** destructure runtime to satisfy prefer-destructuring in custom-types tests ([4802c91](https://github.com/visulima/visulima/commit/4802c912dda97ffd04182c1d9d4169c58b3c5aac))
868
+ * **vis:** drop stale planning doc and exclude sherif-lint fixtures ([6002fd2](https://github.com/visulima/visulima/commit/6002fd273242f357eb8884a1d3cfe2526c769d61))
869
+ * **vis:** enforce @stylistic/quotes — auto-fix 333 single→double quote sites ([b33bdcb](https://github.com/visulima/visulima/commit/b33bdcbb52ecba14b8088053df5653adba0b5b6e))
870
+ * **vis:** fix lint errors ([0898454](https://github.com/visulima/visulima/commit/0898454c6119b2eaf77836015bc078a8afd2a1c0))
871
+ * **vis:** housekeeping cleanup ([59a33fb](https://github.com/visulima/visulima/commit/59a33fba3ed65ae965b227d1e860e05e1b707bfa))
872
+ * **vis:** remove ~10 eslint disables and fix mid-tier violations ([6a8a960](https://github.com/visulima/visulima/commit/6a8a960289c31d495cd3d37d2b28022516c02cd5))
873
+ * **vis:** remove ~10 stale-zero/trivial eslint disables ([ffda729](https://github.com/visulima/visulima/commit/ffda72972a7d44d3b6eb2d1942897ff211811172))
874
+ * **vis:** remove ~21 eslint disables and fix the violations ([6aec6e8](https://github.com/visulima/visulima/commit/6aec6e830c6e8816036f5dce8c6f57178f1e1af6))
875
+ * **vis:** rename PascalCase TUI components to kebab-case ([3aaa398](https://github.com/visulima/visulima/commit/3aaa398125f722770c1b44d0edb45ddfec2d0802))
876
+
877
+ ### Code Refactoring
878
+
879
+ * **vis:** drop --json alias from vis list, use --format=json ([30251b0](https://github.com/visulima/visulima/commit/30251b016c5631bb200d580ece891ff783d67930))
880
+ * **vis:** fold vis json deps into vis list --deps --format=ndjson ([1d0c859](https://github.com/visulima/visulima/commit/1d0c85981b9b1db1a49a6932dd4986e1862f4725))
881
+ * **vis:** tighten verify+syncpack types from audit feedback ([277bf93](https://github.com/visulima/visulima/commit/277bf93f810e034c98b83c53a5ff09b7b4fe8688))
882
+ * **vis:** tighten versionGroups remainder filter ([9965d34](https://github.com/visulima/visulima/commit/9965d34e5425d9307f1a2207058c3916d2b76cfb))
883
+
884
+ ### Tests
885
+
886
+ * **vis:** bump loader-resolution timeout to 30s to survive suite contention ([17d738d](https://github.com/visulima/visulima/commit/17d738db8aee272fb9abbb40d0f2a094f16c5eae))
887
+ * **vis:** cover custom-types format outputs ([b99ea50](https://github.com/visulima/visulima/commit/b99ea50a7b270bbc56984adf8a3f3c7b154559bb))
888
+ * **vis:** cover syncpack-parity features and wire --query into --deps ([f913f51](https://github.com/visulima/visulima/commit/f913f51ba78e427c57099c9819f3013c5c88231d)), closes [pnpm-workspace.yaml#overrides](https://github.com/visulima/pnpm-workspace.yaml/issues/overrides)
889
+
890
+ ### Continuous Integration
891
+
892
+ * **vis:** move schemas drift check out of vitest ([6da612b](https://github.com/visulima/visulima/commit/6da612bf459095777c163707747f6f0a29bf2fec))
893
+
894
+
895
+ ### Dependencies
896
+
897
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.15
898
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.14
899
+ * **@visulima/package:** upgraded to 5.0.0-alpha.13
900
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.13
901
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.10
902
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.7
903
+
904
+ ## @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)
905
+
906
+ ### Features
907
+
908
+ * **task-runner,vis:** cache restoration fidelity ([a15cb22](https://github.com/visulima/visulima/commit/a15cb22bde832cfe76ee017722b8b9f9102dac8f))
909
+ * **task-runner:** add REAPI gRPC backend, cacheMode, and cache doctor ([03e6da9](https://github.com/visulima/visulima/commit/03e6da97beb84f6adc4a07a1c7ca4acf28be3b33))
910
+ * **task-runner:** add URI-based input format ([050b583](https://github.com/visulima/visulima/commit/050b5838c15590a3ccba0ca99ad585cbabc36d99))
911
+ * **vis:** add --json and --describe to vis generate ([396c89b](https://github.com/visulima/visulima/commit/396c89b29ddca99b01394508fda4b3d6b1804a3a))
912
+ * **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))
913
+ * **vis:** add 33 inferTargets detectors ([b4b4684](https://github.com/visulima/visulima/commit/b4b468436ed2c48484ecbf69539b0121870fd124))
914
+ * **vis:** add ai heal + heal accept commands ([3c6fa32](https://github.com/visulima/visulima/commit/3c6fa323c8133d95a17fe9bc19ffd3d8aeb37c4e))
915
+ * **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)
916
+ * **vis:** add Claude skill for vis-mcp consumption ([434ceb2](https://github.com/visulima/visulima/commit/434ceb2e8d6c49f31a3b7f84d45c35de247a4806))
917
+ * **vis:** add discover-help subcommand, drop --format from ai root ([36d3990](https://github.com/visulima/visulima/commit/36d3990f7ee6368687af8151454a86181f188511))
918
+ * **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)
919
+ * **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)
920
+ * **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)
921
+
922
+ ### Bug Fixes
923
+
924
+ * 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)
925
+ * **vis:** address review findings on services + inference ([c191cbc](https://github.com/visulima/visulima/commit/c191cbc3661a2885488daa44554b642e64785e52))
926
+ * **vis:** preserve probe error on close failure and clamp formatAge ([f1d71d6](https://github.com/visulima/visulima/commit/f1d71d63a5432fc2ed8c09c9a0a87e4e59b83b0b))
927
+ * **vis:** tighten update command view and reduce duplicated security warnings ([4002b43](https://github.com/visulima/visulima/commit/4002b4379aadd00bac5c5e3d9c4eb5796b9d7b3d))
928
+
929
+ ### Documentation
930
+
931
+ * **vis:** add AI integration guide ([a6dbbe0](https://github.com/visulima/visulima/commit/a6dbbe0bf8c03519764ff41da9efdd4cb4439b77))
932
+ * **vis:** add ai/list pages, stub 18 commands, refresh flags ([71b81ca](https://github.com/visulima/visulima/commit/71b81ca8704548bca0ec33437854476eb425c411))
933
+ * **vis:** cover template introspection in AI guide and skill ([7763283](https://github.com/visulima/visulima/commit/7763283dfd0f94dc8ef25800fa9f48e6d7888c8e))
934
+
935
+ ### Miscellaneous Chores
936
+
937
+ * catalog refresh + task-runner binding bump to 1.0.0-alpha.8 ([ff4548a](https://github.com/visulima/visulima/commit/ff4548a5678c992048a57e73c310757733c04756))
938
+ * **deps:** bump rust crates to current majors ([3a1d9bb](https://github.com/visulima/visulima/commit/3a1d9bb7f6e2c6b2d3862e212ae62707d60815cc))
939
+ * prettier sweep + catalog refresh ([5c7a610](https://github.com/visulima/visulima/commit/5c7a610d9b33d6df3eb3d3ba77b79759241ee1a4))
940
+
941
+ ### Code Refactoring
942
+
943
+ * **task-runner,vis:** consolidate helpers and tighten branches ([d1290d1](https://github.com/visulima/visulima/commit/d1290d1f614036902c6803d8ff51df100fdd07ab))
944
+ * **task-runner,vis:** expose worktree helpers from task-runner ([12468d7](https://github.com/visulima/visulima/commit/12468d76bb03278ec56691ba0c6d9821c9482f94))
945
+ * **vis:** expose /config via folder barrel ([0cd155a](https://github.com/visulima/visulima/commit/0cd155a872dda22d201fd86f16f056dced9886be))
946
+ * **vis:** migrate otel plugin to @opentelemetry/api types ([6440f20](https://github.com/visulima/visulima/commit/6440f201e5c15013a941f014fc4a979c80314bcf))
947
+ * **vis:** mirror src/ layout in __tests__/ and lift __fixtures__ ([ddedc1b](https://github.com/visulima/visulima/commit/ddedc1bbf87d8e572e40cb6ad65452a947dac148))
948
+ * **vis:** unify path imports on @visulima/path ([06632ab](https://github.com/visulima/visulima/commit/06632aba64e0985bb24d476cbba7bebeebe08724))
949
+
950
+
951
+ ### Dependencies
952
+
953
+ * **@visulima/cerebro:** upgraded to 3.0.0-alpha.14
954
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.13
955
+ * **@visulima/package:** upgraded to 5.0.0-alpha.12
956
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.9
957
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.6
958
+
959
+ ## @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)
960
+
961
+ ### Features
962
+
963
+ - **vis:** [@inherit](https://github.com/inherit) array merge sentinel ([c1334ab](https://github.com/visulima/visulima/commit/c1334ab75a84e12aa972aa1aba57ee74edbcc17d))
964
+ - **vis:** add manual typosquat list and scoped brand-jacks ([1eaef11](https://github.com/visulima/visulima/commit/1eaef1154bb3ca18f09cebee290a9857c5171339))
965
+ - **vis:** auto-recover orphaned runners via doctor --fix ([7c68a6e](https://github.com/visulima/visulima/commit/7c68a6e1fd163fdcfb2f4f663f78b5b81cf4df09))
966
+ - **vis:** cache diagnostics, retention, and quiet output style ([9ec307b](https://github.com/visulima/visulima/commit/9ec307b06cec5c3114a6e70abbf1f2346ce61910))
967
+ - **vis:** doctor checks for watch/signal runtime ([d7d53a7](https://github.com/visulima/visulima/commit/d7d53a7f520b64e72aa193e0beacf2722a82a6f4))
968
+ - **vis:** finish vis-side when:/always:/tokens migration ([3c3c759](https://github.com/visulima/visulima/commit/3c3c75946d716efa5971f6cf1fa9ae8d139d9652))
969
+ - **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)
970
+ - **vis:** rewrite doctor with TUI store and live scan progress ([84f4923](https://github.com/visulima/visulima/commit/84f492376ef9129781464b26a50b1954b7e3b206))
971
+ - **vis:** secure-by-default install/add and lint cleanup ([28df4c4](https://github.com/visulima/visulima/commit/28df4c40504b7414460c57ef563593cfe14c5eeb))
972
+ - **vis:** split ai into nested subcommands, add discovery, unify cache type filter ([51d2b5e](https://github.com/visulima/visulima/commit/51d2b5ee9fdfcee0cbd4d5e5b9f2f1d08f9ef2ea))
973
+ - **vis:** support extends in vis.config.ts ([70d7b36](https://github.com/visulima/visulima/commit/70d7b36b362b0a7340e4717bdae12db355bf05e9))
974
+ - **vis:** typed errors for vis config loader ([0dce143](https://github.com/visulima/visulima/commit/0dce143247ba695eb7fa46f3b59c709c473bdc57))
975
+ - **vis:** watch keybinds and timeout escalation ([3181bb5](https://github.com/visulima/visulima/commit/3181bb50986b4d7e924a2d5b053a9883228ab08f))
976
+ - **vis:** worktree-aware shared task cache with --scope flag ([4328542](https://github.com/visulima/visulima/commit/4328542a9abfa16a40fa62cfe9e8d688eb0d9d81))
977
+
978
+ ### Bug Fixes
979
+
980
+ - **vis:** address review findings on watch UX bundle ([edee703](https://github.com/visulima/visulima/commit/edee7038fe23a488791682dd8ce5c469b40a3e8c))
981
+ - **vis:** measure update list viewport for scrollbar ([4451cd3](https://github.com/visulima/visulima/commit/4451cd3726598ad1848c61800410f6d3146ec817))
982
+
983
+ ### Documentation
984
+
985
+ - **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)
986
+ - **vis:** document layered configuration ([9a0f303](https://github.com/visulima/visulima/commit/9a0f3037f94992887e3551fbcd72f2dc73260305))
987
+ - **vis:** spec for layered configuration ([bcd830d](https://github.com/visulima/visulima/commit/bcd830dc9f1ed7e9dfc39f91649f839afe29bd87))
988
+
989
+ ### Miscellaneous Chores
990
+
991
+ - **vis:** alphabetize VisConfig members in workspace.ts ([b7869a6](https://github.com/visulima/visulima/commit/b7869a650641a55d895dbf135bfec1a94f9f50e7))
992
+
993
+ ### Code Refactoring
994
+
995
+ - **vis:** expose VisConfig types and move RFC under rfc/ ([3baa115](https://github.com/visulima/visulima/commit/3baa1151b6ec5d611135cc77e1b39911a4592470))
996
+ - **vis:** regroup src into folders and reuse visulima primitives ([18250d7](https://github.com/visulima/visulima/commit/18250d7bd39bccfdccc9737e13a8b0e7c28ffca2))
997
+
998
+ ### Tests
999
+
1000
+ - added more tests ([33f3f19](https://github.com/visulima/visulima/commit/33f3f191332ff9590d94ae543f3b7ef0b82de291))
1001
+ - **vis:** scrub leaked GIT\_\* env vars in worktree fixture tests ([f066775](https://github.com/visulima/visulima/commit/f0667756c16cd3ad4e25541113e481966606fe62))
1002
+
1003
+ ### Dependencies
1004
+
1005
+ - **@visulima/cerebro:** upgraded to 3.0.0-alpha.13
1006
+ - **@visulima/task-runner:** upgraded to 1.0.0-alpha.8
1007
+
1008
+ ## @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)
1009
+
1010
+ ### Features
1011
+
1012
+ - 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))
1013
+ - **vis:** add aube as default installer with PM fallback ([79a9933](https://github.com/visulima/visulima/commit/79a99333c0e73e69f375b36c56e40b2693dc4c90))
1014
+ - **vis:** add ignore/sortOrder/unsorted/finalNewline/lineEnding to sort-package-json ([50f68df](https://github.com/visulima/visulima/commit/50f68dfc2bc31c082ef98b3ddcf73d3dee0cc080))
1015
+ - **vis:** interactive TUI for bare `vis migrate` ([2171441](https://github.com/visulima/visulima/commit/217144190520447ba9fbe66a9a8f0c452469151e))
1016
+
1017
+ ### Bug Fixes
1018
+
1019
+ - fixed spacing ([1544af2](https://github.com/visulima/visulima/commit/1544af21294edaaf5799846e6c6063c86def3d29))
1020
+ - **vis:** use default colorize import ([2b95ad2](https://github.com/visulima/visulima/commit/2b95ad28207e699161ed201a43f175a630a06c61))
1021
+
1022
+ ### Miscellaneous Chores
1023
+
1024
+ - added missing version key ([036d86e](https://github.com/visulima/visulima/commit/036d86e6cfa078e4f651327f630cec721f1bbc47))
1025
+ - **vis:** upgrade packem to 2.0.0-alpha.76 ([9753759](https://github.com/visulima/visulima/commit/97537598a23a4f680e332ca2ea73ad64f301252a))
1026
+
1027
+ ### Code Refactoring
1028
+
1029
+ - **vis:** adopt cerebro lazy commands; split each command into folder ([e1efc0f](https://github.com/visulima/visulima/commit/e1efc0fe57e39433c33c50b1ad2c9e971ea596ba))
1030
+ - **vis:** drop native-binding wrapper; preserve indent in sort-package-json ([efcccb8](https://github.com/visulima/visulima/commit/efcccb8bedac2f7e7e0819b8eb12277e5bf71312))
1031
+
1032
+ ### Tests
1033
+
1034
+ - **vis:** isolate host env in toolchain tests, fix assertion count ([d472635](https://github.com/visulima/visulima/commit/d4726350c3a68d574b08aff88369751f07216137))
1035
+ - **vis:** scope PATH in ensureToolchain engines-pnpm test ([ced1571](https://github.com/visulima/visulima/commit/ced157139ba8c6140b85a11d6c3655b2412620ac))
1036
+
1037
+ ### Dependencies
1038
+
1039
+ - **@visulima/cerebro:** upgraded to 3.0.0-alpha.12
1040
+ - **@visulima/tui:** upgraded to 1.0.0-alpha.5
1041
+
1042
+ ## @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)
1043
+
1044
+ ### Features
1045
+
1046
+ - **vis:** add --last-commit shortcut for hook run ([a841c8e](https://github.com/visulima/visulima/commit/a841c8ebfaf69d196cdc3115757c65705204d850))
1047
+ - **vis:** migrate prek hooks to vis ([92fec22](https://github.com/visulima/visulima/commit/92fec22f61d1882eecd78ff139e4632f55ee3e00))
1048
+ - **vis:** parse prek.toml via @visulima/fs/toml ([4599680](https://github.com/visulima/visulima/commit/459968089e8968f58edea35c5e2d801cdfbd2913))
1049
+ - **vis:** translate remote prek hooks, file filters, and deps ([2705c8f](https://github.com/visulima/visulima/commit/2705c8f99e287bb93d0865361f376bafa8043736))
1050
+ - **vis:** vis hook run/list/validate, migrate --dry-run, runner extras ([bce23d9](https://github.com/visulima/visulima/commit/bce23d912790f9fc2eafa7ce4596e66d0a70e97e))
1051
+
1052
+ ### Bug Fixes
1053
+
1054
+ - added missing deps ([de0522f](https://github.com/visulima/visulima/commit/de0522f18286b23489cf6a51007ef3a4e7c5fd76))
1055
+
1056
+ ### Documentation
1057
+
1058
+ - **vis:** document --last-commit and nested hook/migrate/cache commands ([a1f14d7](https://github.com/visulima/visulima/commit/a1f14d7ff5c1bfa2b038501f3c83c458746d3f31))
1059
+
1060
+ ### Code Refactoring
1061
+
1062
+ - **vis:** split hook/migrate/cache into nested cerebro commands ([42c04fc](https://github.com/visulima/visulima/commit/42c04fc90b16b1538eddb77cf00b1d5d20372dba))
1063
+
1064
+ ### Dependencies
1065
+
1066
+ - **@visulima/tui:** upgraded to 1.0.0-alpha.4
1067
+
1068
+ ## @visulima/vis [1.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.6...@visulima/vis@1.0.0-alpha.7) (2026-04-22)
1069
+
1070
+ ### Bug Fixes
1071
+
1072
+ - added [@bomb](https://github.com/bomb).sh/tab ([8be4063](https://github.com/visulima/visulima/commit/8be40636caff4e7eb4776869bb71e11cc6c76298))
1073
+
1074
+ ### Miscellaneous Chores
1075
+
1076
+ - added [@bomb](https://github.com/bomb).sh/tab to exclude ([6e3839e](https://github.com/visulima/visulima/commit/6e3839e5973bac479d6b2e0cb2c3d3c59db3d416))
1077
+
1078
+ ## @visulima/vis [1.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.5...@visulima/vis@1.0.0-alpha.6) (2026-04-22)
1079
+
1080
+ ### Features
1081
+
1082
+ - Add comprehensive workspace configuration and command infrastructure ([#609](https://github.com/visulima/visulima/issues/609)) ([f4347bf](https://github.com/visulima/visulima/commit/f4347bfdcdd1b228cd9d842a927e446aaf23f035))
1083
+ - Add CycloneDX 1.6 SBOM generation with `vis sbom` command ([#611](https://github.com/visulima/visulima/issues/611)) ([1e95276](https://github.com/visulima/visulima/commit/1e9527630958722a0f0f7e79d18bb23b5a57e0df))
1084
+ - Add CycloneDX SBOM schema validation and TypeScript types ([#610](https://github.com/visulima/visulima/issues/610)) ([bd37e64](https://github.com/visulima/visulima/commit/bd37e6454f43116af94b5b6ae59d70d2cbe51d45))
1085
+ - Migrate pnpm config from .npmrc to pnpm-workspace.yaml for v11 ([#608](https://github.com/visulima/visulima/issues/608)) ([af9321c](https://github.com/visulima/visulima/commit/af9321ccd2bacefbbda95248aea155c76c5d53ad))
1086
+ - **secret-scanner:** regroup ScanOptions, add weak-passwords preset, polish SARIF ([1ddbfac](https://github.com/visulima/visulima/commit/1ddbfac6781408d750856003b5b5f53408afa5b3))
1087
+ - **secret-scanner:** rust-native secret scanner with vis integration ([926a583](https://github.com/visulima/visulima/commit/926a5830efca68d9956f053496b0a5efb359eccd))
1088
+ - **task-runner:** output globs, auto-writes, parallel cache IO ([137f53f](https://github.com/visulima/visulima/commit/137f53f7f5a4d8c16df511c9d145b2c158025a32))
1089
+ - **vis, staged:** add env-var concurrency + fast-fail SIGKILL ([8fc5ae3](https://github.com/visulima/visulima/commit/8fc5ae3147901560f4b06848187da61d7a98819d))
1090
+ - **vis, staged:** case-insensitive globs, auto-stage, parseConcurrent extraction ([671fa42](https://github.com/visulima/visulima/commit/671fa424f57cb1a94ef3d95be3d60b8632201675))
1091
+ - **vis:** add `vis migrate kingfisher` for MongoDB Kingfisher users ([d7d8a5e](https://github.com/visulima/visulima/commit/d7d8a5e43c3d1d588180fcbe37e6789f68fa8d74))
1092
+ - **vis:** add built-in staged-files workflow ([34c005a](https://github.com/visulima/visulima/commit/34c005a2fef371bda48139a5aba8c8858a1c8a42)), closes [#990](https://github.com/visulima/visulima/issues/990) [#1713](https://github.com/visulima/visulima/issues/1713) [#1722](https://github.com/visulima/visulima/issues/1722) [#33](https://github.com/visulima/visulima/issues/33)
1093
+ - **vis:** add cache command for task runner cache ([#607](https://github.com/visulima/visulima/issues/607)) ([6752769](https://github.com/visulima/visulima/commit/67527692562b3dd9c03bb6a67c084ff1e694a560))
1094
+ - **vis:** add info command for registry metadata lookup ([6e9c43d](https://github.com/visulima/visulima/commit/6e9c43d480445ff5b932193c44bbd9556cca3180))
1095
+ - **vis:** add vis generate scaffolding command ([5e0bea1](https://github.com/visulima/visulima/commit/5e0bea179dd93bac8a5663e9d51a843c8f626c1b))
1096
+ - **vis:** OTel plugin, --last-details, per-instance hook errors ([79c660f](https://github.com/visulima/visulima/commit/79c660f92e6982248dacd5e2bba0f113df338baf))
1097
+ - **vis:** plugin API, task metadata, watch ergonomics, and run polish ([065c0dc](https://github.com/visulima/visulima/commit/065c0dc646f7e2769dcab9c01e0db52b401fcf99)), closes [#324](https://github.com/visulima/visulima/issues/324)
1098
+ - **vis:** update secrets command for new scanner API + docs ([00bb0f0](https://github.com/visulima/visulima/commit/00bb0f057237e0ce88043f2c120d23b84f59d818))
1099
+
1100
+ ### Bug Fixes
1101
+
1102
+ - **ci:** publish native addons via local semantic-release plugin ([974beb2](https://github.com/visulima/visulima/commit/974beb2d021e7b2afc86b958bd2137be88d2f464))
1103
+ - **tooling:** resolve eslint and formatting issues ([399d292](https://github.com/visulima/visulima/commit/399d29282be5b29bb26b4e5b24d45e2a6cdeeca3))
1104
+ - **tui:** inline component and hook barrel exports in ink entry ([1cf8dd2](https://github.com/visulima/visulima/commit/1cf8dd25c91a2001268fb9d964d95df649bf7832))
1105
+ - **vis:** add missing space and drop extra line in update progress UI ([db1bac1](https://github.com/visulima/visulima/commit/db1bac1ecff50eac682a5cb33958cd30e4da2bf6))
1106
+ - **vis:** filter truncated SBOM hashes that fail CycloneDX 1.6 schema validation ([34c7b22](https://github.com/visulima/visulima/commit/34c7b2268f68eac1095835aa65e21f998c3a63dc))
1107
+ - **vis:** fixed types ([ff39190](https://github.com/visulima/visulima/commit/ff39190d92644bf592cbb1df81d69c224ede2bff))
1108
+ - **vis:** harden vis generate edge cases and migrate moon templates ([ed37000](https://github.com/visulima/visulima/commit/ed3700059e34c2fb563890edf49fd6050ddfad37))
1109
+ - **vis:** recover -- passthrough in generate and create commands ([688e6a9](https://github.com/visulima/visulima/commit/688e6a9b58766b341cc510d048669b753a30345a))
1110
+ - **vis:** resolve type errors across commands, tui and utils ([187d460](https://github.com/visulima/visulima/commit/187d4607732799ac1711d2097f90666674850c75))
1111
+
1112
+ ### Documentation
1113
+
1114
+ - **vis:** correct vis generate partial detection and lock CLI surface ([45b40a0](https://github.com/visulima/visulima/commit/45b40a072ffd61274309b3dbe63a3413e764cb9d))
1115
+
1116
+ ### Miscellaneous Chores
1117
+
1118
+ - **api-platform:** apply pending lint and source updates ([3fb0043](https://github.com/visulima/visulima/commit/3fb0043a4cf35f752ca89a09a077100ae0142da8))
1119
+ - bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
1120
+ - remove unused deprecated aliases ([#612](https://github.com/visulima/visulima/issues/612)) ([24ee546](https://github.com/visulima/visulima/commit/24ee546bcb2c17b8915622e4878797c00aa1d813))
1121
+ - **vis:** apply pending lint and source updates ([f1f3a92](https://github.com/visulima/visulima/commit/f1f3a92c952d129cdcedae137de4b0e77ea787b4))
1122
+ - **vis:** apply prettier and declare staged killSignal option ([23af135](https://github.com/visulima/visulima/commit/23af1357f19c22f3d4a67962ab2e28ac2ce64af1))
1123
+ - **vis:** bump @eslint-react/eslint-plugin + fix revealed issues ([1c19670](https://github.com/visulima/visulima/commit/1c1967040e627d29857768150a992ff1e77fd3c1))
1124
+ - **vis:** enforce curly braces and apply lint fixes ([9cf1d21](https://github.com/visulima/visulima/commit/9cf1d21f53bdb09fd93b30c7f9de758f16f8960d))
1125
+ - **vis:** tighten toolbox, cache, and TUI typings ([a761ad7](https://github.com/visulima/visulima/commit/a761ad76d9200e1751e4ac1c7efd6619d1d1cde0))
1126
+
1127
+ ### Code Refactoring
1128
+
1129
+ - replace inline import() types with top-level imports ([4569a4c](https://github.com/visulima/visulima/commit/4569a4ca04723da069f985855dcfab292f7347e1))
1130
+ - **vis, staged:** move env-var concurrency fallback to the CLI layer ([31cb567](https://github.com/visulima/visulima/commit/31cb56767158e53f02ce2c5602a0221a774995b0))
1131
+ - **vis:** read passthrough from toolbox.rawUnknown ([8d73d9c](https://github.com/visulima/visulima/commit/8d73d9c00924e02b98965d4cd89c8672a4fdffb8))
1132
+ - **vis:** use @visulima/fs helpers, remove compiled artifacts from src ([dc03e7c](https://github.com/visulima/visulima/commit/dc03e7c053e8d7fb747cde38924efce6f489ca7f))
1133
+
1134
+ ### Tests
1135
+
1136
+ - **vis:** add gated remote template integration test ([a626e56](https://github.com/visulima/visulima/commit/a626e5675630db044230400794a02d37ecbc0d31)), closes [visulima/visulima#alpha](https://github.com/visulima/visulima/issues/alpha)
1137
+ - **vis:** remove native binding guard from tests ([40e8707](https://github.com/visulima/visulima/commit/40e870700930b1284701d0a33a72e589e1d3facd))
1138
+
1139
+ ### Dependencies
1140
+
1141
+ - **@visulima/cerebro:** upgraded to 3.0.0-alpha.11
1142
+ - **@visulima/secret-scanner:** upgraded to 1.0.0-alpha.1
1143
+ - **@visulima/tui:** upgraded to 1.0.0-alpha.3
1144
+
1145
+ ## @visulima/vis [1.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.4...@visulima/vis@1.0.0-alpha.5) (2026-04-09)
1146
+
1147
+ ### Features
1148
+
1149
+ - **vis:** add includeLocked, packageMode, depFields, maturity period to update command ([4cf85e1](https://github.com/visulima/visulima/commit/4cf85e163e392d9dd48c3119c13d3e7a7c9a782e))
1150
+
1151
+ ### Bug Fixes
1152
+
1153
+ - **vis:** use camelCase option names for cerebro CLI flags ([7f187a5](https://github.com/visulima/visulima/commit/7f187a557eb85ced5e2995b4e1a7cebc61484c45))
1154
+
1155
+ ### Documentation
1156
+
1157
+ - **vis:** document new update command options and configuration ([3e72240](https://github.com/visulima/visulima/commit/3e72240dbddebb3abf896a6c941e713ba460a73d))
1158
+
1159
+ ### Tests
1160
+
1161
+ - **vis:** add tests for update command features and fix config tests ([52635db](https://github.com/visulima/visulima/commit/52635db43243e47f781bc8bd3e79d620b72ecfb5))
1162
+
1163
+ ### Dependencies
1164
+
1165
+ - **@visulima/tui:** upgraded to 1.0.0-alpha.2
1166
+
1
1167
  ## @visulima/vis [1.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.3...@visulima/vis@1.0.0-alpha.4) (2026-04-08)
2
1168
 
3
1169
  ### Features
4
1170
 
5
- * add comprehensive `vis create` scaffolding command ([#602](https://github.com/visulima/visulima/issues/602)) ([e029146](https://github.com/visulima/visulima/commit/e0291469fc8c55e76721333a20753c802820d3de))
6
- * Add native Rust bindings for package manager operations ([#596](https://github.com/visulima/visulima/issues/596)) ([2ec22d0](https://github.com/visulima/visulima/commit/2ec22d023eade3fed67fb811696fbd8f7b52569d))
7
- * Add Socket.dev security intelligence integration ([#599](https://github.com/visulima/visulima/issues/599)) ([c2e2b8a](https://github.com/visulima/visulima/commit/c2e2b8a55d1688c43b1deed82b8d954bc294fa11))
8
- * Add sort-package-json command with native Rust implementation ([#601](https://github.com/visulima/visulima/issues/601)) ([8c5d2c3](https://github.com/visulima/visulima/commit/8c5d2c311d30077384df1b9194a870ac6687a0a4))
9
- * Add typosquat detection for package names ([#603](https://github.com/visulima/visulima/issues/603)) ([16ef5e8](https://github.com/visulima/visulima/commit/16ef5e8acc3670cf1bf883f7a5d9483f331b6133))
10
- * **cerebro:** add addGlobalOption API for CLI-wide options ([ccc1cc0](https://github.com/visulima/visulima/commit/ccc1cc085ed0189be49ab8da7d9dbbc69ba07c72))
11
- * **task-runner, vis:** project constraints, CI partitioning, affected scopes ([29295e9](https://github.com/visulima/visulima/commit/29295e989ecdfe2019469d1917a6c90a92e17bcf))
12
- * **tui:** add TreeView component with keyboard navigation and selection ([f3421e3](https://github.com/visulima/visulima/commit/f3421e36540f8c7a229e0176c683cb94c0d46e0f))
13
- * **vis:** add ignore option to update config and check non-catalog package.json deps ([27e22dd](https://github.com/visulima/visulima/commit/27e22dd7efa30b7d77b8360b9eac9c7245de92a7))
14
- * **vis:** add interactive devcontainer command for creating/editing .devcontainer/devcontainer.json ([9e1665f](https://github.com/visulima/visulima/commit/9e1665fb5a8cee7979a15d6b0a4ba7fa10cfe27c))
15
- * **vis:** add interactive progress bar and replace CI detection with is-in-ci ([255a1b1](https://github.com/visulima/visulima/commit/255a1b100d0dd4bc614094f292b61fc88bc4ad62))
16
- * **vis:** add interactive TUI for update and check commands ([3e96e7e](https://github.com/visulima/visulima/commit/3e96e7e68c444368ed91bc0654bbbfb9b857e7c5))
17
- * **vis:** add navigation and scrollbar to run command task list ([83abf11](https://github.com/visulima/visulima/commit/83abf11670ea924e9df0a966bd9ce1049dcdcb5e))
18
- * **vis:** add terminal links, use cerebro performance helpers ([abc7f89](https://github.com/visulima/visulima/commit/abc7f8937ce43c8446e422f48e5e307b7d0843b0))
19
- * **vis:** add TUI lifecycles with dynamic and static terminal output ([d7eeae1](https://github.com/visulima/visulima/commit/d7eeae1e51c4ffa707f7506ef0ed2f7860f37faf))
20
- * **vis:** expand devcontainer command with templates, validation, and config properties ([807e730](https://github.com/visulima/visulima/commit/807e730a43f0ea644d016b4f5506706972d2ff41))
21
- * **vis:** group CLI commands into logical categories for help output ([0a4cac8](https://github.com/visulima/visulima/commit/0a4cac859c8edf7aacdacca7b9a03219967d525a))
22
- * **vis:** interactive TUI graph viewer, enriched sample workspace ([b821f34](https://github.com/visulima/visulima/commit/b821f34b5b125aef107c7bca1b2aab7d84826651))
23
- * **vis:** redesign TUI with 3-view architecture and NX-style layout ([72da46f](https://github.com/visulima/visulima/commit/72da46fd9dac1227c0abc80709196e7c9b89c017))
24
- * **vis:** replace inline TUI with full-screen Nx-style interactive task runner ([1409aad](https://github.com/visulima/visulima/commit/1409aad879c713051bba12298a3feb1d5ba852f2))
25
- * **vis:** set terminal title to project name on startup ([204622a](https://github.com/visulima/visulima/commit/204622acd943ccad738b33f5e945190e38f5839f))
26
- * **vis:** use concurrent process runner with bounded output buffering ([901c02f](https://github.com/visulima/visulima/commit/901c02fc5a5e131c1d3316c869b321390de901a4))
27
-
28
- ### Bug Fixes
29
-
30
- * resolve failing tests across multiple packages ([2b4b6f0](https://github.com/visulima/visulima/commit/2b4b6f04169b60fdc4cf77b293015436a272c0fb))
31
- * **tsconfig:** add node types and fix implicit any parameter ([1744d82](https://github.com/visulima/visulima/commit/1744d82a07fca03f2e6ff660b918e9b2623acf69))
32
- * **tui:** apply upstream ResizeObserver NaN guard and measurement extraction ([bcd4fd1](https://github.com/visulima/visulima/commit/bcd4fd16e7e0fda7d3de09657dfe76ce46fa370a))
33
- * **tui:** prevent interactive apps from exiting on beforeExit ([449e84c](https://github.com/visulima/visulima/commit/449e84ca739d9dd48728f40ad9514359306f9527))
34
- * **vis,tui:** fix 10 code review issues across TUI components ([3410347](https://github.com/visulima/visulima/commit/34103473cb661cca4187661e59b396eecff1bdec))
35
- * **vis,tui:** validate directory in detectPm and use useLayoutEffect in StaticRender ([de53e9b](https://github.com/visulima/visulima/commit/de53e9b7a944a3778f0d10f1daa1653a1063d9b3))
36
- * **vis:** add explicit type annotation for isolatedDeclarations compatibility ([235d389](https://github.com/visulima/visulima/commit/235d389f8fd3ffa4de2d867eaff781dccd99be20))
37
- * **vis:** add explicit type annotations for isolatedDeclarations compatibility ([5a5f35c](https://github.com/visulima/visulima/commit/5a5f35cd0e92aff38f4c7bd8f31dda5e813ff568))
38
- * **vis:** exclude native binding deps from unused dependency check ([0e8409e](https://github.com/visulima/visulima/commit/0e8409e66676803fb1494fa32df64cdc44969966))
39
- * **vis:** expand StagedConfig type and support Bun object-form workspaces ([af810bc](https://github.com/visulima/visulima/commit/af810bc10a512ec0ed390152e9d59ece681f7360))
40
- * **vis:** fix broken lib-a dep in sample workspace example ([538b7d4](https://github.com/visulima/visulima/commit/538b7d42d0b09313ff87342143f0c7502788092b))
41
- * **vis:** fix failing tests across tui, catalog, and pm-runner modules ([1c29189](https://github.com/visulima/visulima/commit/1c29189ad39061085cc10ca316d1128d52e88811))
42
- * **vis:** fix tips CI test by resetting modules before doMock ([c578ef5](https://github.com/visulima/visulima/commit/c578ef55c1176397448136c8e190992cdf50eb08))
43
- * **vis:** improve devcontainer TUI scrolling, mount suggestions, and review fixes ([6bb03da](https://github.com/visulima/visulima/commit/6bb03dae9f48d9a6461bdfce2ad29da3f16c4ecf))
44
- * **vis:** overhaul TUI with pail InteractiveManager and tabular layout ([ecab9ff](https://github.com/visulima/visulima/commit/ecab9ffc61531b76a58b89202401f1266a5decea))
45
- * **vis:** resolve eslint errors ([b9ee58b](https://github.com/visulima/visulima/commit/b9ee58b179588fa9f3c08178f26dac7cc8e7f6c5))
46
- * **vis:** resolve test failures across multiple modules ([5728d8a](https://github.com/visulima/visulima/commit/5728d8aabae0fb0bb8c64527f61b8663b73148f2))
47
- * **vis:** support Bun object-form workspaces in migration catalog handling ([f44a17f](https://github.com/visulima/visulima/commit/f44a17fe7836febfac4012f744438df70f36af6b))
48
- * **vis:** TUI polish - compact split, responsive layout, double output fix ([e0487ea](https://github.com/visulima/visulima/commit/e0487ea735ecc2734046ccaedc9588a8ca165674)), closes [#1e1e1e](https://github.com/visulima/visulima/issues/1e1e1e)
1171
+ - add comprehensive `vis create` scaffolding command ([#602](https://github.com/visulima/visulima/issues/602)) ([e029146](https://github.com/visulima/visulima/commit/e0291469fc8c55e76721333a20753c802820d3de))
1172
+ - Add native Rust bindings for package manager operations ([#596](https://github.com/visulima/visulima/issues/596)) ([2ec22d0](https://github.com/visulima/visulima/commit/2ec22d023eade3fed67fb811696fbd8f7b52569d))
1173
+ - Add Socket.dev security intelligence integration ([#599](https://github.com/visulima/visulima/issues/599)) ([c2e2b8a](https://github.com/visulima/visulima/commit/c2e2b8a55d1688c43b1deed82b8d954bc294fa11))
1174
+ - Add sort-package-json command with native Rust implementation ([#601](https://github.com/visulima/visulima/issues/601)) ([8c5d2c3](https://github.com/visulima/visulima/commit/8c5d2c311d30077384df1b9194a870ac6687a0a4))
1175
+ - Add typosquat detection for package names ([#603](https://github.com/visulima/visulima/issues/603)) ([16ef5e8](https://github.com/visulima/visulima/commit/16ef5e8acc3670cf1bf883f7a5d9483f331b6133))
1176
+ - **cerebro:** add addGlobalOption API for CLI-wide options ([ccc1cc0](https://github.com/visulima/visulima/commit/ccc1cc085ed0189be49ab8da7d9dbbc69ba07c72))
1177
+ - **task-runner, vis:** project constraints, CI partitioning, affected scopes ([29295e9](https://github.com/visulima/visulima/commit/29295e989ecdfe2019469d1917a6c90a92e17bcf))
1178
+ - **tui:** add TreeView component with keyboard navigation and selection ([f3421e3](https://github.com/visulima/visulima/commit/f3421e36540f8c7a229e0176c683cb94c0d46e0f))
1179
+ - **vis:** add ignore option to update config and check non-catalog package.json deps ([27e22dd](https://github.com/visulima/visulima/commit/27e22dd7efa30b7d77b8360b9eac9c7245de92a7))
1180
+ - **vis:** add interactive devcontainer command for creating/editing .devcontainer/devcontainer.json ([9e1665f](https://github.com/visulima/visulima/commit/9e1665fb5a8cee7979a15d6b0a4ba7fa10cfe27c))
1181
+ - **vis:** add interactive progress bar and replace CI detection with is-in-ci ([255a1b1](https://github.com/visulima/visulima/commit/255a1b100d0dd4bc614094f292b61fc88bc4ad62))
1182
+ - **vis:** add interactive TUI for update and check commands ([3e96e7e](https://github.com/visulima/visulima/commit/3e96e7e68c444368ed91bc0654bbbfb9b857e7c5))
1183
+ - **vis:** add navigation and scrollbar to run command task list ([83abf11](https://github.com/visulima/visulima/commit/83abf11670ea924e9df0a966bd9ce1049dcdcb5e))
1184
+ - **vis:** add terminal links, use cerebro performance helpers ([abc7f89](https://github.com/visulima/visulima/commit/abc7f8937ce43c8446e422f48e5e307b7d0843b0))
1185
+ - **vis:** add TUI lifecycles with dynamic and static terminal output ([d7eeae1](https://github.com/visulima/visulima/commit/d7eeae1e51c4ffa707f7506ef0ed2f7860f37faf))
1186
+ - **vis:** expand devcontainer command with templates, validation, and config properties ([807e730](https://github.com/visulima/visulima/commit/807e730a43f0ea644d016b4f5506706972d2ff41))
1187
+ - **vis:** group CLI commands into logical categories for help output ([0a4cac8](https://github.com/visulima/visulima/commit/0a4cac859c8edf7aacdacca7b9a03219967d525a))
1188
+ - **vis:** interactive TUI graph viewer, enriched sample workspace ([b821f34](https://github.com/visulima/visulima/commit/b821f34b5b125aef107c7bca1b2aab7d84826651))
1189
+ - **vis:** redesign TUI with 3-view architecture and NX-style layout ([72da46f](https://github.com/visulima/visulima/commit/72da46fd9dac1227c0abc80709196e7c9b89c017))
1190
+ - **vis:** replace inline TUI with full-screen Nx-style interactive task runner ([1409aad](https://github.com/visulima/visulima/commit/1409aad879c713051bba12298a3feb1d5ba852f2))
1191
+ - **vis:** set terminal title to project name on startup ([204622a](https://github.com/visulima/visulima/commit/204622acd943ccad738b33f5e945190e38f5839f))
1192
+ - **vis:** use concurrent process runner with bounded output buffering ([901c02f](https://github.com/visulima/visulima/commit/901c02fc5a5e131c1d3316c869b321390de901a4))
1193
+
1194
+ ### Bug Fixes
1195
+
1196
+ - resolve failing tests across multiple packages ([2b4b6f0](https://github.com/visulima/visulima/commit/2b4b6f04169b60fdc4cf77b293015436a272c0fb))
1197
+ - **tsconfig:** add node types and fix implicit any parameter ([1744d82](https://github.com/visulima/visulima/commit/1744d82a07fca03f2e6ff660b918e9b2623acf69))
1198
+ - **tui:** apply upstream ResizeObserver NaN guard and measurement extraction ([bcd4fd1](https://github.com/visulima/visulima/commit/bcd4fd16e7e0fda7d3de09657dfe76ce46fa370a))
1199
+ - **tui:** prevent interactive apps from exiting on beforeExit ([449e84c](https://github.com/visulima/visulima/commit/449e84ca739d9dd48728f40ad9514359306f9527))
1200
+ - **vis,tui:** fix 10 code review issues across TUI components ([3410347](https://github.com/visulima/visulima/commit/34103473cb661cca4187661e59b396eecff1bdec))
1201
+ - **vis,tui:** validate directory in detectPm and use useLayoutEffect in StaticRender ([de53e9b](https://github.com/visulima/visulima/commit/de53e9b7a944a3778f0d10f1daa1653a1063d9b3))
1202
+ - **vis:** add explicit type annotation for isolatedDeclarations compatibility ([235d389](https://github.com/visulima/visulima/commit/235d389f8fd3ffa4de2d867eaff781dccd99be20))
1203
+ - **vis:** add explicit type annotations for isolatedDeclarations compatibility ([5a5f35c](https://github.com/visulima/visulima/commit/5a5f35cd0e92aff38f4c7bd8f31dda5e813ff568))
1204
+ - **vis:** exclude native binding deps from unused dependency check ([0e8409e](https://github.com/visulima/visulima/commit/0e8409e66676803fb1494fa32df64cdc44969966))
1205
+ - **vis:** expand StagedConfig type and support Bun object-form workspaces ([af810bc](https://github.com/visulima/visulima/commit/af810bc10a512ec0ed390152e9d59ece681f7360))
1206
+ - **vis:** fix broken lib-a dep in sample workspace example ([538b7d4](https://github.com/visulima/visulima/commit/538b7d42d0b09313ff87342143f0c7502788092b))
1207
+ - **vis:** fix failing tests across tui, catalog, and pm-runner modules ([1c29189](https://github.com/visulima/visulima/commit/1c29189ad39061085cc10ca316d1128d52e88811))
1208
+ - **vis:** fix tips CI test by resetting modules before doMock ([c578ef5](https://github.com/visulima/visulima/commit/c578ef55c1176397448136c8e190992cdf50eb08))
1209
+ - **vis:** improve devcontainer TUI scrolling, mount suggestions, and review fixes ([6bb03da](https://github.com/visulima/visulima/commit/6bb03dae9f48d9a6461bdfce2ad29da3f16c4ecf))
1210
+ - **vis:** overhaul TUI with pail InteractiveManager and tabular layout ([ecab9ff](https://github.com/visulima/visulima/commit/ecab9ffc61531b76a58b89202401f1266a5decea))
1211
+ - **vis:** resolve eslint errors ([b9ee58b](https://github.com/visulima/visulima/commit/b9ee58b179588fa9f3c08178f26dac7cc8e7f6c5))
1212
+ - **vis:** resolve test failures across multiple modules ([5728d8a](https://github.com/visulima/visulima/commit/5728d8aabae0fb0bb8c64527f61b8663b73148f2))
1213
+ - **vis:** support Bun object-form workspaces in migration catalog handling ([f44a17f](https://github.com/visulima/visulima/commit/f44a17fe7836febfac4012f744438df70f36af6b))
1214
+ - **vis:** TUI polish - compact split, responsive layout, double output fix ([e0487ea](https://github.com/visulima/visulima/commit/e0487ea735ecc2734046ccaedc9588a8ca165674)), closes [#1e1e1e](https://github.com/visulima/visulima/issues/1e1e1e)
49
1215
 
50
1216
  ### Performance Improvements
51
1217
 
52
- * **vis:** wrap immutable TUI components with StaticRender ([00e47e9](https://github.com/visulima/visulima/commit/00e47e9f7a6c562570e0b090b7940389451aa1ef))
1218
+ - **vis:** wrap immutable TUI components with StaticRender ([00e47e9](https://github.com/visulima/visulima/commit/00e47e9f7a6c562570e0b090b7940389451aa1ef))
53
1219
 
54
1220
  ### Styles
55
1221
 
56
- * cs fixs ([0666662](https://github.com/visulima/visulima/commit/066666293c50cde41c796dc38b4b62c48531a3c0))
1222
+ - cs fixs ([0666662](https://github.com/visulima/visulima/commit/066666293c50cde41c796dc38b4b62c48531a3c0))
57
1223
 
58
1224
  ### Miscellaneous Chores
59
1225
 
60
- * added og images ([02d9d1e](https://github.com/visulima/visulima/commit/02d9d1e47be3ce75679ea89e857dc4e4bfe4946b))
61
- * apply linting and formatting fixes across packages ([5d150a5](https://github.com/visulima/visulima/commit/5d150a578f9ce861c791843c683deeb849b774a9))
62
- * update git ignore ([67ac9cf](https://github.com/visulima/visulima/commit/67ac9cfd5969f54fbbbb426b3277472f75b0d520))
63
- * update license.md ([d4fb70e](https://github.com/visulima/visulima/commit/d4fb70ec954722345967ef2c607322402d25f2d9))
64
- * update lock file ([e58ef7c](https://github.com/visulima/visulima/commit/e58ef7c5764fc262e72504f31b4d97def449ee89))
65
- * **vis:** add .gitignore for cache, update changelog and lint fixes ([32d5ae8](https://github.com/visulima/visulima/commit/32d5ae841e79cb436273a73003ca42e610e912a5))
66
- * **vis:** apply auto-fix formatting ([098aa0f](https://github.com/visulima/visulima/commit/098aa0fabf17efee373987006a9ed9bad150f69d))
67
- * **vis:** apply linter auto-fixes ([c6ca2aa](https://github.com/visulima/visulima/commit/c6ca2aa6b648fcb90ef16a24502bbc753cdce712))
68
- * **vis:** apply prettier formatting ([05476bc](https://github.com/visulima/visulima/commit/05476bc9d9c1fd8a34423081159558576bfa6490))
69
- * **vis:** expand braceless if/else statements to block syntax ([85f2595](https://github.com/visulima/visulima/commit/85f259532872b6d478e96a42b8122db6730ef280))
70
- * **vis:** expand inline if-return to block syntax ([69a6c77](https://github.com/visulima/visulima/commit/69a6c7778eb40c33fd945e85a1c11607ae8c62c5))
71
- * **vis:** migrate .prettierrc.cjs to prettier.config.js ([2caed59](https://github.com/visulima/visulima/commit/2caed5911cd31a89f4db68c570a11cc74080820a))
1226
+ - added og images ([02d9d1e](https://github.com/visulima/visulima/commit/02d9d1e47be3ce75679ea89e857dc4e4bfe4946b))
1227
+ - apply linting and formatting fixes across packages ([5d150a5](https://github.com/visulima/visulima/commit/5d150a578f9ce861c791843c683deeb849b774a9))
1228
+ - update git ignore ([67ac9cf](https://github.com/visulima/visulima/commit/67ac9cfd5969f54fbbbb426b3277472f75b0d520))
1229
+ - update license.md ([d4fb70e](https://github.com/visulima/visulima/commit/d4fb70ec954722345967ef2c607322402d25f2d9))
1230
+ - update lock file ([e58ef7c](https://github.com/visulima/visulima/commit/e58ef7c5764fc262e72504f31b4d97def449ee89))
1231
+ - **vis:** add .gitignore for cache, update changelog and lint fixes ([32d5ae8](https://github.com/visulima/visulima/commit/32d5ae841e79cb436273a73003ca42e610e912a5))
1232
+ - **vis:** apply auto-fix formatting ([098aa0f](https://github.com/visulima/visulima/commit/098aa0fabf17efee373987006a9ed9bad150f69d))
1233
+ - **vis:** apply linter auto-fixes ([c6ca2aa](https://github.com/visulima/visulima/commit/c6ca2aa6b648fcb90ef16a24502bbc753cdce712))
1234
+ - **vis:** apply prettier formatting ([05476bc](https://github.com/visulima/visulima/commit/05476bc9d9c1fd8a34423081159558576bfa6490))
1235
+ - **vis:** expand braceless if/else statements to block syntax ([85f2595](https://github.com/visulima/visulima/commit/85f259532872b6d478e96a42b8122db6730ef280))
1236
+ - **vis:** expand inline if-return to block syntax ([69a6c77](https://github.com/visulima/visulima/commit/69a6c7778eb40c33fd945e85a1c11607ae8c62c5))
1237
+ - **vis:** migrate .prettierrc.cjs to prettier.config.js ([2caed59](https://github.com/visulima/visulima/commit/2caed5911cd31a89f4db68c570a11cc74080820a))
72
1238
 
73
1239
  ### Code Refactoring
74
1240
 
75
- * **vis:** address review findings across optimize and audit ([317dca8](https://github.com/visulima/visulima/commit/317dca88a16f6604c267f9240556d7e15a563a95))
76
- * **vis:** apply Nothing design system to TUI components ([3d0517d](https://github.com/visulima/visulima/commit/3d0517d6225f75ea2e2ccf6170efdfa7911bf0c2))
77
- * **vis:** unify TUI style across run and update commands ([2c85520](https://github.com/visulima/visulima/commit/2c855204a1972596e079a42e12b3a79aba6c657c))
78
- * **vis:** update commands, TUI components, and project scaffolding ([26b40fb](https://github.com/visulima/visulima/commit/26b40fb3521411f750d176ad638c353bd7e36f44))
1241
+ - **vis:** address review findings across optimize and audit ([317dca8](https://github.com/visulima/visulima/commit/317dca88a16f6604c267f9240556d7e15a563a95))
1242
+ - **vis:** apply Nothing design system to TUI components ([3d0517d](https://github.com/visulima/visulima/commit/3d0517d6225f75ea2e2ccf6170efdfa7911bf0c2))
1243
+ - **vis:** unify TUI style across run and update commands ([2c85520](https://github.com/visulima/visulima/commit/2c855204a1972596e079a42e12b3a79aba6c657c))
1244
+ - **vis:** update commands, TUI components, and project scaffolding ([26b40fb](https://github.com/visulima/visulima/commit/26b40fb3521411f750d176ad638c353bd7e36f44))
79
1245
 
80
1246
  ### Tests
81
1247
 
82
- * **vis:** add 50 sample workspace packages for TUI testing ([579d05b](https://github.com/visulima/visulima/commit/579d05b46e2f5bad73297dfab823016663d3041e))
1248
+ - **vis:** add 50 sample workspace packages for TUI testing ([579d05b](https://github.com/visulima/visulima/commit/579d05b46e2f5bad73297dfab823016663d3041e))
83
1249
 
84
1250
  ### Build System
85
1251
 
86
- * regenerate NAPI-RS bindings as ESM ([f202caf](https://github.com/visulima/visulima/commit/f202caf3dc383a2ec24815c4935d8d68c29f33d0))
87
- * switch NAPI-RS native builds to ESM output ([3d7cd61](https://github.com/visulima/visulima/commit/3d7cd615ad830392005915735c11771e0247ef3f))
1252
+ - regenerate NAPI-RS bindings as ESM ([f202caf](https://github.com/visulima/visulima/commit/f202caf3dc383a2ec24815c4935d8d68c29f33d0))
1253
+ - switch NAPI-RS native builds to ESM output ([3d7cd61](https://github.com/visulima/visulima/commit/3d7cd615ad830392005915735c11771e0247ef3f))
88
1254
 
89
1255
  ### Continuous Integration
90
1256
 
91
- * distribute native artifacts for all three packages (task-runner, tui, vis) ([78760ec](https://github.com/visulima/visulima/commit/78760ec805ee4ed38a134ab18fa39b398527cef9))
92
-
1257
+ - distribute native artifacts for all three packages (task-runner, tui, vis) ([78760ec](https://github.com/visulima/visulima/commit/78760ec805ee4ed38a134ab18fa39b398527cef9))
93
1258
 
94
1259
  ### Dependencies
95
1260
 
96
- * **@visulima/ansi:** upgraded to 4.0.0-alpha.8
97
- * **@visulima/cerebro:** upgraded to 3.0.0-alpha.10
98
- * **@visulima/colorize:** upgraded to 2.0.0-alpha.8
99
- * **@visulima/find-ai-runner:** upgraded to 1.0.0-alpha.3
100
- * **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.7
101
- * **@visulima/fs:** upgraded to 5.0.0-alpha.7
102
- * **@visulima/humanizer:** upgraded to 3.0.0-alpha.9
103
- * **@visulima/package:** upgraded to 5.0.0-alpha.7
104
- * **@visulima/path:** upgraded to 3.0.0-alpha.8
105
- * **@visulima/task-runner:** upgraded to 1.0.0-alpha.4
106
- * **@visulima/tui:** upgraded to 1.0.0-alpha.1
1261
+ - **@visulima/ansi:** upgraded to 4.0.0-alpha.8
1262
+ - **@visulima/cerebro:** upgraded to 3.0.0-alpha.10
1263
+ - **@visulima/colorize:** upgraded to 2.0.0-alpha.8
1264
+ - **@visulima/find-ai-runner:** upgraded to 1.0.0-alpha.3
1265
+ - **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.7
1266
+ - **@visulima/fs:** upgraded to 5.0.0-alpha.7
1267
+ - **@visulima/humanizer:** upgraded to 3.0.0-alpha.9
1268
+ - **@visulima/package:** upgraded to 5.0.0-alpha.7
1269
+ - **@visulima/path:** upgraded to 3.0.0-alpha.8
1270
+ - **@visulima/task-runner:** upgraded to 1.0.0-alpha.4
1271
+ - **@visulima/tui:** upgraded to 1.0.0-alpha.1
107
1272
 
108
1273
  ## @visulima/vis [1.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.2...@visulima/vis@1.0.0-alpha.3) (2026-03-26)
109
1274