@h-rig/run-worker 0.0.6-alpha.134 → 0.0.6-alpha.136
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/src/autohost.js +2 -2
- package/dist/src/extension.js +2 -2
- package/dist/src/index.js +2 -2
- package/package.json +7 -7
package/dist/src/autohost.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// packages/run-worker/src/autohost.ts
|
|
3
|
-
import {
|
|
3
|
+
import { runPipelineCloseout } from "@rig/bundle-default-lifecycle/pipeline-closeout";
|
|
4
4
|
import { latestTimelineEntriesFromCustomEntries, parseInboxResolutionSentinel, parsePauseSentinel, parseResumeSentinel, parseStopSentinel, sessionIdFromSessionFile } from "@rig/contracts";
|
|
5
5
|
import { Duration, Effect, Fiber, Stream } from "effect";
|
|
6
6
|
import { createEnvCloseoutRunners } from "@rig/runtime/control-plane/native/closeout-runners";
|
|
@@ -616,7 +616,7 @@ async function maybeStartRunProcessAutohost(api, ctx) {
|
|
|
616
616
|
const { command, gitCommand } = createEnvCloseoutRunners(process.env);
|
|
617
617
|
let closeoutStatusAdvanced = false;
|
|
618
618
|
try {
|
|
619
|
-
await
|
|
619
|
+
await runPipelineCloseout({
|
|
620
620
|
projectRoot,
|
|
621
621
|
runId,
|
|
622
622
|
taskId,
|
package/dist/src/extension.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// packages/run-worker/src/autohost.ts
|
|
3
|
-
import {
|
|
3
|
+
import { runPipelineCloseout } from "@rig/bundle-default-lifecycle/pipeline-closeout";
|
|
4
4
|
import { latestTimelineEntriesFromCustomEntries, parseInboxResolutionSentinel, parsePauseSentinel, parseResumeSentinel, parseStopSentinel, sessionIdFromSessionFile } from "@rig/contracts";
|
|
5
5
|
import { Duration, Effect, Fiber, Stream } from "effect";
|
|
6
6
|
import { createEnvCloseoutRunners } from "@rig/runtime/control-plane/native/closeout-runners";
|
|
@@ -616,7 +616,7 @@ async function maybeStartRunProcessAutohost(api, ctx) {
|
|
|
616
616
|
const { command, gitCommand } = createEnvCloseoutRunners(process.env);
|
|
617
617
|
let closeoutStatusAdvanced = false;
|
|
618
618
|
try {
|
|
619
|
-
await
|
|
619
|
+
await runPipelineCloseout({
|
|
620
620
|
projectRoot,
|
|
621
621
|
runId,
|
|
622
622
|
taskId,
|
package/dist/src/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// packages/run-worker/src/autohost.ts
|
|
3
|
-
import {
|
|
3
|
+
import { runPipelineCloseout } from "@rig/bundle-default-lifecycle/pipeline-closeout";
|
|
4
4
|
import { latestTimelineEntriesFromCustomEntries, parseInboxResolutionSentinel, parsePauseSentinel, parseResumeSentinel, parseStopSentinel, sessionIdFromSessionFile } from "@rig/contracts";
|
|
5
5
|
import { Duration, Effect, Fiber, Stream } from "effect";
|
|
6
6
|
import { createEnvCloseoutRunners } from "@rig/runtime/control-plane/native/closeout-runners";
|
|
@@ -616,7 +616,7 @@ async function maybeStartRunProcessAutohost(api, ctx) {
|
|
|
616
616
|
const { command, gitCommand } = createEnvCloseoutRunners(process.env);
|
|
617
617
|
let closeoutStatusAdvanced = false;
|
|
618
618
|
try {
|
|
619
|
-
await
|
|
619
|
+
await runPipelineCloseout({
|
|
620
620
|
projectRoot,
|
|
621
621
|
runId,
|
|
622
622
|
taskId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h-rig/run-worker",
|
|
3
|
-
"version": "0.0.6-alpha.
|
|
3
|
+
"version": "0.0.6-alpha.136",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Rig package",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@rig/bundle-default-lifecycle": "npm:@h-rig/bundle-default-lifecycle@0.0.6-alpha.
|
|
30
|
-
"@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.
|
|
31
|
-
"@rig/kernel": "npm:@h-rig/kernel@0.0.6-alpha.
|
|
32
|
-
"@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.
|
|
33
|
-
"@rig/relay-registry": "npm:@h-rig/relay-registry@0.0.6-alpha.
|
|
29
|
+
"@rig/bundle-default-lifecycle": "npm:@h-rig/bundle-default-lifecycle@0.0.6-alpha.136",
|
|
30
|
+
"@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.136",
|
|
31
|
+
"@rig/kernel": "npm:@h-rig/kernel@0.0.6-alpha.136",
|
|
32
|
+
"@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.136",
|
|
33
|
+
"@rig/relay-registry": "npm:@h-rig/relay-registry@0.0.6-alpha.136",
|
|
34
34
|
"@oh-my-pi/pi-coding-agent": "16.0.4",
|
|
35
|
-
"effect": "
|
|
35
|
+
"effect": "https://pkg.pr.new/Effect-TS/effect-smol/effect@8881a9b"
|
|
36
36
|
}
|
|
37
37
|
}
|