@atlashub/smartstack-cli 3.26.0 → 3.28.0
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/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -4
- package/templates/skills/business-analyse/steps/step-05a-handoff.md +1 -1
- package/templates/skills/business-analyse/steps/step-05c-ralph-readiness.md +2 -2
- package/templates/skills/ralph-loop/references/category-rules.md +54 -3
- package/templates/skills/ralph-loop/references/compact-loop.md +108 -2
- package/templates/skills/ralph-loop/steps/step-02-execute.md +202 -14
- package/templates/skills/ralph-loop/steps/step-03-commit.md +2 -2
- package/templates/skills/ralph-loop/steps/step-04-check.md +4 -3
- package/templates/skills/ralph-loop/steps/step-05-report.md +51 -1
package/dist/index.js
CHANGED
|
@@ -126644,6 +126644,9 @@ adminCommand.command("reset").description("Reset the localAdmin account password
|
|
|
126644
126644
|
}
|
|
126645
126645
|
}
|
|
126646
126646
|
if (!nativeConnected) {
|
|
126647
|
+
if (!nativeDriver) {
|
|
126648
|
+
logger.debug("msnodesqlv8 not found, falling back to sqlcmd. For native SSPI: npm install -g msnodesqlv8");
|
|
126649
|
+
}
|
|
126647
126650
|
await tryWithSqlCmd();
|
|
126648
126651
|
}
|
|
126649
126652
|
} else {
|