@hachej/boring-ui-plugin-cli 0.1.37 → 0.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bin.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runBoringUiPluginCli
4
- } from "./chunk-LWVRDO4C.js";
4
+ } from "./chunk-PYNOFBR6.js";
5
5
  import "./chunk-3WN35EV3.js";
6
6
 
7
7
  // src/bin.ts
@@ -896,6 +896,7 @@ function handleScaffold(positionals) {
896
896
  console.log(" 3. bash `boring-ui-plugin verify` \u2014 confirms manifests + files are valid");
897
897
  console.log(" 4. if the UI is open, bash `boring-ui-plugin test <name>` \u2014 catches panel render failures");
898
898
  console.log(" 5. ask the user: /reload");
899
+ console.log(" 6. after /reload, call the plugin_diagnostics tool to confirm no load errors \u2014 /reload reports plugin/skill errors there");
899
900
  }
900
901
  function handleVerify(positionals) {
901
902
  const result = verifyPlugin(parseVerifyArgs(positionals));
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  runPluginSelfTest,
9
9
  scaffoldPlugin,
10
10
  verifyPlugin
11
- } from "./chunk-LWVRDO4C.js";
11
+ } from "./chunk-PYNOFBR6.js";
12
12
  import {
13
13
  formatPluginSourceList,
14
14
  installPluginSource,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hachej/boring-ui-plugin-cli",
3
- "version": "0.1.37",
3
+ "version": "0.1.39",
4
4
  "description": "Slim boring-ui plugin authoring CLI for workspace runtimes.",
5
5
  "license": "MIT",
6
6
  "type": "module",