@integrity-labs/agt-cli 0.28.527 → 0.28.528

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.
@@ -3151,10 +3151,28 @@ later tick:
3151
3151
  - **\`kanban_update\` with notes** if blocked but maybe unblockable later; leave it
3152
3152
  \`in_progress\` and pick up other work.
3153
3153
 
3154
- **Empty board:** if \`todo\` + \`in_progress\` are empty but \`backlog\` has items, don't
3155
- self-assign \u2014 ask your manager once which to pick up, then stand down (don't
3156
- re-escalate every tick). If \`backlog\` is empty too, say "All clear, no pending work"
3157
- once and stand down.
3154
+ **Empty \`todo\` but a non-empty \`backlog\`: PULL, don't ask.** (CS-1549) Move the
3155
+ highest-priority backlog item to \`in_progress\` and work it. Asking your manager
3156
+ which one to pick is the old rule and it was wrong: it made the backlog drain
3157
+ only as fast as a human remembered to push work.
3158
+
3159
+ Escalate INSTEAD of pulling only when the top item is genuinely ambiguous \u2014 you
3160
+ cannot tell what "done" would look like \u2014 and then ask one specific question and
3161
+ pull the NEXT item meanwhile. "I wasn't sure" is not a reason to end a turn idle.
3162
+
3163
+ **\`waiting\` is not working.** Cards parked on a PR review or a human are not your
3164
+ work in progress; they are someone else's. A board reading "0 in progress, 5
3165
+ waiting, 8 backlog" means you are IDLE, not busy. Judge your load by
3166
+ \`in_progress\` alone, and keep it at one.
3167
+
3168
+ **\`needs_attention\` is NOT pullable.** The reaper parks stalled cards there
3169
+ for a human. Pulling one just re-stalls it, so it is not available work \u2014 and
3170
+ the turn-end check excludes it for the same reason.
3171
+
3172
+ **Genuinely nothing to do** \u2014 \`todo\`, \`in_progress\` and \`backlog\` all empty, or
3173
+ every remaining item deliberately parked \u2014 say "All clear, no pending work" once
3174
+ and stand down. Say which it is; "all clear" while eight items sit in the backlog
3175
+ is the failure this rule exists to stop.
3158
3176
 
3159
3177
  `;
3160
3178
  }
@@ -15393,4 +15411,4 @@ export {
15393
15411
  stopAllSessionsAndWait,
15394
15412
  getProjectDir
15395
15413
  };
15396
- //# sourceMappingURL=chunk-Z4P4VEDU.js.map
15414
+ //# sourceMappingURL=chunk-PR3QSOLI.js.map