@integrity-labs/agt-cli 0.15.15 → 0.15.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/bin/agt.js +13 -13
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-XWZ6DB5U.js → chunk-EXQEOV5I.js} +2 -2
- package/dist/{chunk-XWZ6DB5U.js.map → chunk-EXQEOV5I.js.map} +1 -1
- package/dist/{claude-pair-runtime-VXNC2VEX.js → claude-pair-runtime-J6AUXYNZ.js} +11 -2
- package/dist/claude-pair-runtime-J6AUXYNZ.js.map +1 -0
- package/dist/lib/manager-worker.js +2 -2
- package/package.json +1 -1
- package/dist/claude-pair-runtime-VXNC2VEX.js.map +0 -1
|
@@ -6888,7 +6888,7 @@ function startWatchdog(opts) {
|
|
|
6888
6888
|
const intervalSec = String(Math.max(Math.floor(opts.intervalMs / 1e3), 5));
|
|
6889
6889
|
const child = spawn2(
|
|
6890
6890
|
process.execPath,
|
|
6891
|
-
[process.argv[1], "manager", "start", "--interval", intervalSec, "--config-dir", configDir],
|
|
6891
|
+
[process.argv[1], "manager", "start", "--interval", intervalSec, "--config-dir", configDir, "--supervise"],
|
|
6892
6892
|
{
|
|
6893
6893
|
detached: true,
|
|
6894
6894
|
stdio: ["ignore", logFd, logFd],
|
|
@@ -7270,4 +7270,4 @@ export {
|
|
|
7270
7270
|
managerStopCommand,
|
|
7271
7271
|
managerStatusCommand
|
|
7272
7272
|
};
|
|
7273
|
-
//# sourceMappingURL=chunk-
|
|
7273
|
+
//# sourceMappingURL=chunk-EXQEOV5I.js.map
|