@rallycry/conveyor-agent 10.13.16 → 10.13.17
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/cli.js
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
runUsageProbe,
|
|
29
29
|
sampleKeyUsage,
|
|
30
30
|
textResult
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-NI5L2R2N.js";
|
|
32
32
|
import "./chunk-7TQO4ZF4.js";
|
|
33
33
|
import {
|
|
34
34
|
getWorkbenchClient
|
|
@@ -278,10 +278,13 @@ var WorkspaceCommandSupervisor = class {
|
|
|
278
278
|
startCommandLaunchRequested = false;
|
|
279
279
|
started = false;
|
|
280
280
|
stopped = false;
|
|
281
|
-
/** Resolved by notifyLoopReady() once the
|
|
282
|
-
*
|
|
283
|
-
*
|
|
284
|
-
*
|
|
281
|
+
/** Resolved by notifyLoopReady() once the PTY is live — the runner fires it
|
|
282
|
+
* on the first harness event of the initial query (or when a prefill
|
|
283
|
+
* parks), NOT after the first turn completes, so the app's start command
|
|
284
|
+
* isn't held behind a long working turn. Also resolved by stop() if
|
|
285
|
+
* shutdown arrives first — either way unblocks the awaiter in
|
|
286
|
+
* runSetupAndStart so a supervisor stopped before the loop ever signals
|
|
287
|
+
* doesn't hang its background task (and therefore stop()) forever. */
|
|
285
288
|
resolveLoopReady;
|
|
286
289
|
loopReady = new Promise((resolve) => {
|
|
287
290
|
this.resolveLoopReady = resolve;
|