chatroom-cli 1.60.0 → 1.60.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.
package/dist/index.js CHANGED
@@ -76485,6 +76485,14 @@ Keep one slice ≈ one focused review surface. Delegate slices incrementally —
76485
76485
  }
76486
76486
  var init_planner_to_builder = () => {};
76487
76487
 
76488
+ // ../../services/backend/prompts/utils/unresolved-decisions.ts
76489
+ function getUnresolvedDecisionsSectionBlock() {
76490
+ return `## Unresolved Decisions
76491
+ <!-- Decisions that need user input before work can proceed. -->
76492
+ - <decision or question — options considered, recommendation if any, or "Not Applicable">
76493
+ <Carry forward decisions still open from earlier handoffs in this chatroom. Remove items the user has resolved. Do not decide on the user's behalf unless they explicitly asked you to. Write \`Not Applicable\` only when there are truly no open decisions.>`;
76494
+ }
76495
+
76488
76496
  // ../../services/backend/prompts/teams/duo/handoff-templates/planner-to-user.ts
76489
76497
  function getPlannerToUserReportTemplate(roleGuidanceContext) {
76490
76498
  return `${getHandoffRecipientVisibilityCallout("user")}
@@ -76549,6 +76557,8 @@ flowchart TD
76549
76557
  ## Code Change Verification
76550
76558
  ${CODE_CHANGE_VERIFICATION_CONFIRMATION}
76551
76559
 
76560
+ ${getUnresolvedDecisionsSectionBlock()}
76561
+
76552
76562
  ## Notes / Next steps
76553
76563
  <anything the user should know, follow-ups, or open questions, or "Not Applicable">
76554
76564
  \`\`\``;
@@ -76647,6 +76657,8 @@ flowchart TD
76647
76657
  ## Code Change Verification
76648
76658
  ${CODE_CHANGE_VERIFICATION_CONFIRMATION}
76649
76659
 
76660
+ ${getUnresolvedDecisionsSectionBlock()}
76661
+
76650
76662
  ## Notes / Next steps
76651
76663
  <anything the user should know, follow-ups, or open questions, or "Not Applicable">
76652
76664
  \`\`\``;
@@ -106178,7 +106190,7 @@ async function reviveNativeTasks(tasks, localHealth, now, cooldown, runtime4, ef
106178
106190
  runNativeReviveEffect(full, runtime4, effectContext2, agentMgr);
106179
106191
  }
106180
106192
  }
106181
- async function processTasksUpdate(tasks, runtime4, effectContext2, cooldown, agentMgr, sessionDeps, machineId, pass) {
106193
+ async function processTasksUpdate(tasks, runtime4, effectContext2, cooldown, agentMgr, sessionDeps, machineId, _pass) {
106182
106194
  if (tasks.length === 0)
106183
106195
  return;
106184
106196
  const now = Date.now();
@@ -106195,9 +106207,7 @@ async function processTasksUpdate(tasks, runtime4, effectContext2, cooldown, age
106195
106207
  sessionDeps,
106196
106208
  machineId
106197
106209
  });
106198
- if (pass === "presence") {
106199
- await nudgeStuckTasks(tasks, now, cooldown, runtime4, effectContext2, agentMgr, sessionDeps, machineId);
106200
- }
106210
+ await nudgeStuckTasks(tasks, now, cooldown, runtime4, effectContext2, agentMgr, sessionDeps, machineId);
106201
106211
  }
106202
106212
  var startTaskMonitorEffect = (wsClient2) => exports_Effect.gen(function* () {
106203
106213
  const session2 = yield* DaemonSessionService;
@@ -107822,4 +107832,4 @@ program2.hook("preAction", async (_thisCommand, actionCommand) => {
107822
107832
  });
107823
107833
  program2.parse();
107824
107834
 
107825
- //# debugId=1F6FB9F04F102BC664756E2164756E21
107835
+ //# debugId=5B3A6F0DA9D185F964756E2164756E21