@hachej/boring-ui-plugin-cli 0.1.36 → 0.1.38
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
|
@@ -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