@wrongstack/cli 0.281.0 → 0.281.1
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 +6 -3
- package/dist/index.js.map +1 -1
- package/package.json +15 -15
package/dist/index.js
CHANGED
|
@@ -23530,10 +23530,13 @@ function scanCommand(opts) {
|
|
|
23530
23530
|
""
|
|
23531
23531
|
];
|
|
23532
23532
|
lines.push(color.dim(" The TUI is a synchronous surface and cannot host a subagent itself."));
|
|
23533
|
-
lines.push(color.dim("
|
|
23533
|
+
lines.push(color.dim(" Start or use a director-capable session, then dispatch with:"));
|
|
23534
23534
|
lines.push("");
|
|
23535
|
-
lines.push(color.cyan("
|
|
23536
|
-
lines.push(
|
|
23535
|
+
lines.push(color.cyan(" /director"));
|
|
23536
|
+
lines.push(
|
|
23537
|
+
color.cyan(' /delegate --role=bug-hunter "Run a security scan of the current project"')
|
|
23538
|
+
);
|
|
23539
|
+
lines.push(color.cyan(" /fleet dispatch Run a security scan of the current project"));
|
|
23537
23540
|
lines.push(color.cyan(" \u2192 HQ \u2192 Security \u2192 Run scan"));
|
|
23538
23541
|
lines.push("");
|
|
23539
23542
|
lines.push(color.dim(" The subagent role is `bug-hunter`. Findings stream on the"));
|