@integrity-labs/agt-cli 0.28.526 → 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.
- package/dist/bin/agt.js +4 -4
- package/dist/{chunk-ONTG4Z5K.js → chunk-7N55RDMG.js} +138 -4
- package/dist/chunk-7N55RDMG.js.map +1 -0
- package/dist/{chunk-Z4P4VEDU.js → chunk-PR3QSOLI.js} +23 -5
- package/dist/chunk-PR3QSOLI.js.map +1 -0
- package/dist/{claude-pair-runtime-V7PPPPU5.js → claude-pair-runtime-KQOPJSUJ.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/{persistent-session-C7ETZOWH.js → persistent-session-KAHG73SM.js} +2 -2
- package/dist/{responsiveness-probe-WHA7YNFM.js → responsiveness-probe-MKUXLX4F.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-ONTG4Z5K.js.map +0 -1
- package/dist/chunk-Z4P4VEDU.js.map +0 -1
- /package/dist/{claude-pair-runtime-V7PPPPU5.js.map → claude-pair-runtime-KQOPJSUJ.js.map} +0 -0
- /package/dist/{persistent-session-C7ETZOWH.js.map → persistent-session-KAHG73SM.js.map} +0 -0
- /package/dist/{responsiveness-probe-WHA7YNFM.js.map → responsiveness-probe-MKUXLX4F.js.map} +0 -0
|
@@ -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
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
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-
|
|
15414
|
+
//# sourceMappingURL=chunk-PR3QSOLI.js.map
|