@rallycry/conveyor-agent 10.3.0 → 10.3.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.
|
@@ -10641,7 +10641,7 @@ var SessionRunner = class _SessionRunner {
|
|
|
10641
10641
|
githubPRUrl: ctx.githubPRUrl,
|
|
10642
10642
|
claudeSessionId: ctx.claudeSessionId ?? null,
|
|
10643
10643
|
lastSeenMessageId: ctx.lastSeenMessageId ?? null,
|
|
10644
|
-
isParentTask:
|
|
10644
|
+
isParentTask: ctx.isParentTask ?? false,
|
|
10645
10645
|
storyPoints: ctx.storyPoints ?? void 0,
|
|
10646
10646
|
projectAgents: ctx.projectAgents ?? void 0,
|
|
10647
10647
|
projectTags: ctx.projectTags ?? void 0,
|
|
@@ -11026,4 +11026,4 @@ export {
|
|
|
11026
11026
|
runStartCommand,
|
|
11027
11027
|
unshallowRepo
|
|
11028
11028
|
};
|
|
11029
|
-
//# sourceMappingURL=chunk-
|
|
11029
|
+
//# sourceMappingURL=chunk-HAH2S5AD.js.map
|