@integrity-labs/agt-cli 0.28.939 → 0.28.941
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 +9 -6
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-TH3HADAH.js → chunk-4ZRXKEXO.js} +2 -2
- package/dist/chunk-4ZRXKEXO.js.map +1 -0
- package/dist/{chunk-3ZYWTOUW.js → chunk-5LIYT2YF.js} +2 -2
- package/dist/{chunk-XSP5C7GE.js → chunk-QEGO2ZVT.js} +4 -4
- package/dist/{claude-pair-runtime-GMAY5E45.js → claude-pair-runtime-7PLWWVWK.js} +2 -2
- package/dist/lib/manager-worker.js +18 -15
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +76 -30
- package/dist/{persistent-session-JL7QVQJH.js → persistent-session-BBN5CBFI.js} +3 -3
- package/dist/{responsiveness-probe-H5HCW7HT.js → responsiveness-probe-5GAOO7P4.js} +3 -3
- package/dist/{session-auth-dead-PRK7BNLU.js → session-auth-dead-FRVOFPZL.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-TH3HADAH.js.map +0 -1
- /package/dist/{chunk-3ZYWTOUW.js.map → chunk-5LIYT2YF.js.map} +0 -0
- /package/dist/{chunk-XSP5C7GE.js.map → chunk-QEGO2ZVT.js.map} +0 -0
- /package/dist/{claude-pair-runtime-GMAY5E45.js.map → claude-pair-runtime-7PLWWVWK.js.map} +0 -0
- /package/dist/{persistent-session-JL7QVQJH.js.map → persistent-session-BBN5CBFI.js.map} +0 -0
- /package/dist/{responsiveness-probe-H5HCW7HT.js.map → responsiveness-probe-5GAOO7P4.js.map} +0 -0
- /package/dist/{session-auth-dead-PRK7BNLU.js.map → session-auth-dead-FRVOFPZL.js.map} +0 -0
|
@@ -629,7 +629,7 @@ carry on \u2014 missing a tick costs nothing; interrupting active work costs the
|
|
|
629
629
|
scheduled-task cards: a scheduled task lands on YOUR board as a card YOU execute \u2014
|
|
630
630
|
the schedule governs WHEN it arrives, not who runs it.
|
|
631
631
|
3. **Self-initiated work needs a row too** \u2014 \`kanban_add\` with \`status="in_progress"\`
|
|
632
|
-
BEFORE you start
|
|
632
|
+
and \`no_channel_origin: true\` BEFORE you start (crash-recoverable, not tied to a chat).
|
|
633
633
|
|
|
634
634
|
**Do NOT create a row** when the board has nothing to do (stand down silently) or when
|
|
635
635
|
you're merely acknowledging a tick during active work.
|
|
@@ -14769,4 +14769,4 @@ export {
|
|
|
14769
14769
|
peekCurrentSession,
|
|
14770
14770
|
readDailySessionPin
|
|
14771
14771
|
};
|
|
14772
|
-
//# sourceMappingURL=chunk-
|
|
14772
|
+
//# sourceMappingURL=chunk-4ZRXKEXO.js.map
|