Releases: variableland/dx
Release list
@rrlab/vitest-plugin@0.1.0
Minor Changes
-
#244
42a8eb0Thanks @rqbazan! - Add@rrlab/vitest-pluginand therr testcommand — a passthrough to vitest.rr testforwards every flag and argument (and--help) straight to vitest, and loads an env file first (the first existing of.env.test, then.env; override with--env <path>). This adds a streamingtestcapability to the kernel (TestRunner,ToolService.runStreamed) alongside the existing captured verbs.
@rrlab/cli@1.3.0
Minor Changes
-
#244
42a8eb0Thanks @rqbazan! - Add@rrlab/vitest-pluginand therr testcommand — a passthrough to vitest.rr testforwards every flag and argument (and--help) straight to vitest, and loads an env file first (the first existing of.env.test, then.env; override with--env <path>). This adds a streamingtestcapability to the kernel (TestRunner,ToolService.runStreamed) alongside the existing captured verbs.
@rrlab/cli@1.2.1
Patch Changes
-
#241
50bff97Thanks @rqbazan! - Honorpretscheckas the primary pre-script alias forrr tsc.Now that the typecheck task is canonically named
tscheck(#240), a package'spretscheckscript runs before the type check, taking precedence over the legacypretscandpretypecheckaliases (which still work as fallbacks).
@vlandoss/vland@0.3.2
Patch Changes
-
#235
c82191dThanks @rqbazan! - Drop themutedtoken frompaletteand route its callers throughpalette.dim.muted(a fixed#a8afb5gray) overlapped withdimfor the secondary-text role it was used in ($command prefix,v<version>, thevland init"Next steps" / source path). Consolidating ondimkeeps a single secondary tone and lets it follow the terminal's dim attribute.@vlandoss/vland's banner,--usagehint, andinitoutput move todimaccordingly. -
Updated dependencies [
c82191d]:- @vlandoss/clibuddy@0.7.1
@vlandoss/clibuddy@0.7.1
Patch Changes
-
#235
c82191dThanks @rqbazan! - Drop themutedtoken frompaletteand route its callers throughpalette.dim.muted(a fixed#a8afb5gray) overlapped withdimfor the secondary-text role it was used in ($command prefix,v<version>, thevland init"Next steps" / source path). Consolidating ondimkeeps a single secondary tone and lets it follow the terminal's dim attribute.@vlandoss/vland's banner,--usagehint, andinitoutput move todimaccordingly.
@rrlab/tsdown-plugin@1.1.1
Patch Changes
-
#235
c82191dThanks @rqbazan! - Decouple the CLI into framework-agnostic layers and redesign the help surface.Every command body becomes a free-function action (
src/actions/*) that takes a single<Name>ActionConfigobject; commander commands are thin wrappers that resolve their service via thectx.pluginsfacade (throwingMissingPluginErrorwhen no configured plugin provides the capability) and delegate to exactly one action. Actions depend only onservices/render/lib, never on the CLI framework. The plugin SDK moves tosrc/lib/plugin/*, ad-hoc errors become domain error classes (src/errors/*for kernel errors,src/lib/plugin/errors.tsfor SDK errors), and a plugin'suilabel is now derived from a singlecolorfunction it provides — plugins no longer hard-code their ownuistring. Thepluginscommand monolith is split intoactions/plugins/*, and the official plugin list is reshaped intosrc/lib/plugin/directory.ts(PLUGINS_DIRECTORY+allPluginNames/isPluginName).The help surface is rebuilt on commander's native formatter instead of a bespoke help class: the root program is a
RunRunCmdsubclass that groups commands (Code quality:/Build:/Maintenance:/Meta:) and attaches a banner and an installed/available plugins footer viaaddHelpText. Unknown commands now use commander's nativeshowSuggestionAfterError"Did you mean?" output.--aboutcredits, per-commandPowered by:/See also:lines (auto-derived from each command's declared capabilities by theCmdbase class insrc/program/base.ts), the installed/available plugins footer (render/footer.ts), arr configplugins table (package + version), and a small table/line builder (render/lines.ts) round out the rendering layer. -
Updated dependencies [
c82191d]:- @vlandoss/clibuddy@0.7.1
@rrlab/ts-plugin@1.1.1
Patch Changes
-
#235
c82191dThanks @rqbazan! - Decouple the CLI into framework-agnostic layers and redesign the help surface.Every command body becomes a free-function action (
src/actions/*) that takes a single<Name>ActionConfigobject; commander commands are thin wrappers that resolve their service via thectx.pluginsfacade (throwingMissingPluginErrorwhen no configured plugin provides the capability) and delegate to exactly one action. Actions depend only onservices/render/lib, never on the CLI framework. The plugin SDK moves tosrc/lib/plugin/*, ad-hoc errors become domain error classes (src/errors/*for kernel errors,src/lib/plugin/errors.tsfor SDK errors), and a plugin'suilabel is now derived from a singlecolorfunction it provides — plugins no longer hard-code their ownuistring. Thepluginscommand monolith is split intoactions/plugins/*, and the official plugin list is reshaped intosrc/lib/plugin/directory.ts(PLUGINS_DIRECTORY+allPluginNames/isPluginName).The help surface is rebuilt on commander's native formatter instead of a bespoke help class: the root program is a
RunRunCmdsubclass that groups commands (Code quality:/Build:/Maintenance:/Meta:) and attaches a banner and an installed/available plugins footer viaaddHelpText. Unknown commands now use commander's nativeshowSuggestionAfterError"Did you mean?" output.--aboutcredits, per-commandPowered by:/See also:lines (auto-derived from each command's declared capabilities by theCmdbase class insrc/program/base.ts), the installed/available plugins footer (render/footer.ts), arr configplugins table (package + version), and a small table/line builder (render/lines.ts) round out the rendering layer. -
Updated dependencies [
c82191d]:- @vlandoss/clibuddy@0.7.1
@rrlab/oxc-plugin@1.1.1
Patch Changes
-
#235
c82191dThanks @rqbazan! - Decouple the CLI into framework-agnostic layers and redesign the help surface.Every command body becomes a free-function action (
src/actions/*) that takes a single<Name>ActionConfigobject; commander commands are thin wrappers that resolve their service via thectx.pluginsfacade (throwingMissingPluginErrorwhen no configured plugin provides the capability) and delegate to exactly one action. Actions depend only onservices/render/lib, never on the CLI framework. The plugin SDK moves tosrc/lib/plugin/*, ad-hoc errors become domain error classes (src/errors/*for kernel errors,src/lib/plugin/errors.tsfor SDK errors), and a plugin'suilabel is now derived from a singlecolorfunction it provides — plugins no longer hard-code their ownuistring. Thepluginscommand monolith is split intoactions/plugins/*, and the official plugin list is reshaped intosrc/lib/plugin/directory.ts(PLUGINS_DIRECTORY+allPluginNames/isPluginName).The help surface is rebuilt on commander's native formatter instead of a bespoke help class: the root program is a
RunRunCmdsubclass that groups commands (Code quality:/Build:/Maintenance:/Meta:) and attaches a banner and an installed/available plugins footer viaaddHelpText. Unknown commands now use commander's nativeshowSuggestionAfterError"Did you mean?" output.--aboutcredits, per-commandPowered by:/See also:lines (auto-derived from each command's declared capabilities by theCmdbase class insrc/program/base.ts), the installed/available plugins footer (render/footer.ts), arr configplugins table (package + version), and a small table/line builder (render/lines.ts) round out the rendering layer. -
Updated dependencies [
c82191d]:- @vlandoss/clibuddy@0.7.1
@rrlab/cli@1.2.0
Minor Changes
-
#235
c82191dThanks @rqbazan! - Decouple the CLI into framework-agnostic layers and redesign the help surface.Every command body becomes a free-function action (
src/actions/*) that takes a single<Name>ActionConfigobject; commander commands are thin wrappers that resolve their service via thectx.pluginsfacade (throwingMissingPluginErrorwhen no configured plugin provides the capability) and delegate to exactly one action. Actions depend only onservices/render/lib, never on the CLI framework. The plugin SDK moves tosrc/lib/plugin/*, ad-hoc errors become domain error classes (src/errors/*for kernel errors,src/lib/plugin/errors.tsfor SDK errors), and a plugin'suilabel is now derived from a singlecolorfunction it provides — plugins no longer hard-code their ownuistring. Thepluginscommand monolith is split intoactions/plugins/*, and the official plugin list is reshaped intosrc/lib/plugin/directory.ts(PLUGINS_DIRECTORY+allPluginNames/isPluginName).The help surface is rebuilt on commander's native formatter instead of a bespoke help class: the root program is a
RunRunCmdsubclass that groups commands (Code quality:/Build:/Maintenance:/Meta:) and attaches a banner and an installed/available plugins footer viaaddHelpText. Unknown commands now use commander's nativeshowSuggestionAfterError"Did you mean?" output.--aboutcredits, per-commandPowered by:/See also:lines (auto-derived from each command's declared capabilities by theCmdbase class insrc/program/base.ts), the installed/available plugins footer (render/footer.ts), arr configplugins table (package + version), and a small table/line builder (render/lines.ts) round out the rendering layer.
Patch Changes
-
#237
b761f03Thanks @rqbazan! - Refresh the README for the microkernel model.Drop the stale, hand-maintained
Toolboxsection (it still listedrimraf, which isn't a plugin) and fold the tool list into thePluginssection as the single source of truth. The official plugins are now named there —biome,oxc,ts,tsdown— each linked to the tool it wraps, framed as capabilities added via plugins rather than a flat bag of tools. -
Updated dependencies [
c82191d]:- @vlandoss/clibuddy@0.7.1
@rrlab/biome-plugin@1.1.1
Patch Changes
-
#235
c82191dThanks @rqbazan! - Decouple the CLI into framework-agnostic layers and redesign the help surface.Every command body becomes a free-function action (
src/actions/*) that takes a single<Name>ActionConfigobject; commander commands are thin wrappers that resolve their service via thectx.pluginsfacade (throwingMissingPluginErrorwhen no configured plugin provides the capability) and delegate to exactly one action. Actions depend only onservices/render/lib, never on the CLI framework. The plugin SDK moves tosrc/lib/plugin/*, ad-hoc errors become domain error classes (src/errors/*for kernel errors,src/lib/plugin/errors.tsfor SDK errors), and a plugin'suilabel is now derived from a singlecolorfunction it provides — plugins no longer hard-code their ownuistring. Thepluginscommand monolith is split intoactions/plugins/*, and the official plugin list is reshaped intosrc/lib/plugin/directory.ts(PLUGINS_DIRECTORY+allPluginNames/isPluginName).The help surface is rebuilt on commander's native formatter instead of a bespoke help class: the root program is a
RunRunCmdsubclass that groups commands (Code quality:/Build:/Maintenance:/Meta:) and attaches a banner and an installed/available plugins footer viaaddHelpText. Unknown commands now use commander's nativeshowSuggestionAfterError"Did you mean?" output.--aboutcredits, per-commandPowered by:/See also:lines (auto-derived from each command's declared capabilities by theCmdbase class insrc/program/base.ts), the installed/available plugins footer (render/footer.ts), arr configplugins table (package + version), and a small table/line builder (render/lines.ts) round out the rendering layer. -
Updated dependencies [
c82191d]:- @vlandoss/clibuddy@0.7.1