@integrity-labs/agt-cli 0.28.405 → 0.28.407

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.
@@ -8609,6 +8609,17 @@ var FLAG_REGISTRY = [
8609
8609
  // call the flag evaluator) can gate the kanban_move `waiting` option. Also the
8610
8610
  // highest-precedence operator override, per ADR-0022.
8611
8611
  envVar: "AGT_KANBAN_WAITING_ENABLED"
8612
+ },
8613
+ {
8614
+ key: "scheduled-task-nudge-durable",
8615
+ description: 'Deliver the scheduled-task "work this card" nudge over the durable direct-chat notice rail instead of unverified tmux send-keys (ENG-8068, re-landing ENG-7971). When ON, routeScheduledTaskViaKanban enqueues the nudge via POST /host/scheduled-task/notify (kind:notice, push-and-consumed by the in-session MCP with a per-card consume-time revalidation) and closes the card + run on an enqueue failure, retiring the ENG-6351 orphaned-card gap where an unsubmitted keystroke left a scheduled task silently unrun. When OFF (default) the manager keeps the current tmux send-keys delivery, byte-for-byte as today. This is the kill switch: ENG-7971 was reverted once because the durable rail 500d on a session_id bug (fixed in ENG-8061); flip OFF to fall back to send-keys instantly without a code rollback if the durable path misbehaves. Resolved host-side by the manager via hostFlagStore().getBoolean (the manager evaluates the decision itself, so no spawn-env materialization is needed). Ships dark.',
8616
+ flagType: "boolean",
8617
+ // Declared safe value is `false`: the current, reverted-to send-keys delivery. Turning
8618
+ // it ON activates the durable rail per org/host once operators are confident. `false`
8619
+ // is also the fail-safe direction - a flag-DB read error must never silently switch a
8620
+ // fleet onto the rail that broke prod twice. Net-new gate, so registry-only (ADR-0022);
8621
+ // consumed by the manager's own logic, not an in-container MCP, so no env materialization.
8622
+ defaultValue: false
8612
8623
  }
8613
8624
  ];
8614
8625
  var REGISTRY_BY_KEY = new Map(FLAG_REGISTRY.map((definition) => [definition.key, definition]));
@@ -12462,4 +12473,4 @@ export {
12462
12473
  stopAllSessionsAndWait,
12463
12474
  getProjectDir
12464
12475
  };
12465
- //# sourceMappingURL=chunk-UYBG62IQ.js.map
12476
+ //# sourceMappingURL=chunk-RD7MIR3G.js.map