@rallycry/conveyor-agent 7.2.0 → 7.2.2

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
@@ -5,7 +5,7 @@ import {
5
5
  loadConveyorConfig,
6
6
  runSetupCommand,
7
7
  runStartCommand
8
- } from "./chunk-LEZ6E6OZ.js";
8
+ } from "./chunk-5HTCDNOK.js";
9
9
  import "./chunk-C5YAMQJ2.js";
10
10
  import {
11
11
  createServiceLogger
package/dist/index.d.ts CHANGED
@@ -220,6 +220,9 @@ declare class SessionRunner {
220
220
  private _state;
221
221
  private stopped;
222
222
  private interrupted;
223
+ /** Defense-in-depth: set when the agent emits a "completed" event.
224
+ * Prevents the core loop from processing any further messages. */
225
+ private completedThisTurn;
223
226
  private taskContext;
224
227
  private fullContext;
225
228
  private queryBridge;
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  runStartCommand,
25
25
  stageAndCommit,
26
26
  updateRemoteToken
27
- } from "./chunk-LEZ6E6OZ.js";
27
+ } from "./chunk-5HTCDNOK.js";
28
28
  import "./chunk-C5YAMQJ2.js";
29
29
  import "./chunk-RRXX6DTB.js";
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "7.2.0",
3
+ "version": "7.2.2",
4
4
  "description": "Conveyor Agent Runner v7.0 - Agent-as-User architecture with BaseService patterns. Works locally too.",
5
5
  "keywords": [
6
6
  "agent",