@integrity-labs/agt-cli 0.28.556 → 0.28.558
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-NPUK7LOP.js → chunk-JXMFOFLO.js} +61 -6
- package/dist/{chunk-NPUK7LOP.js.map → chunk-JXMFOFLO.js.map} +1 -1
- package/dist/{chunk-AD26EE7A.js → chunk-TBP245GG.js} +5 -1
- package/dist/{chunk-AD26EE7A.js.map → chunk-TBP245GG.js.map} +1 -1
- package/dist/{claude-pair-runtime-ZEYM62XD.js → claude-pair-runtime-OASMES54.js} +2 -2
- package/dist/lib/manager-worker.js +51 -11
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +4 -1
- package/dist/{persistent-session-JZBJIXLJ.js → persistent-session-WX4ILTCF.js} +2 -2
- package/dist/{responsiveness-probe-GPH2SEAL.js → responsiveness-probe-FKJBQ6PQ.js} +2 -2
- package/package.json +1 -1
- /package/dist/{claude-pair-runtime-ZEYM62XD.js.map → claude-pair-runtime-OASMES54.js.map} +0 -0
- /package/dist/{persistent-session-JZBJIXLJ.js.map → persistent-session-WX4ILTCF.js.map} +0 -0
- /package/dist/{responsiveness-probe-GPH2SEAL.js.map → responsiveness-probe-FKJBQ6PQ.js.map} +0 -0
package/dist/mcp/index.js
CHANGED
|
@@ -6811,7 +6811,10 @@ function kanbanAddResultText(data, submittedTitle, status) {
|
|
|
6811
6811
|
if (first.preexisting) {
|
|
6812
6812
|
return first.addressable ? `Already on your board: "${first.title}" (id: ${first.id}). Nothing was created \u2014 this upstream item was already carded. Use kanban_move/kanban_update on that id.` : `NOT ADDED. "${first.title}" (id: ${first.id}) already exists on ANOTHER agent's board in your team, so this upstream item is already being tracked \u2014 but that id is not yours to move, update or complete, and it will not appear in your kanban_list. Either coordinate with that agent, or re-add without source_integration/source_external_id if you need your own card.`;
|
|
6813
6813
|
}
|
|
6814
|
-
|
|
6814
|
+
const added = `Added "${first.title}" to board (status: ${status}, id: ${first.id}).`;
|
|
6815
|
+
return first.duplicate_hint ? `${added}
|
|
6816
|
+
|
|
6817
|
+
${first.duplicate_hint}` : added;
|
|
6815
6818
|
}
|
|
6816
6819
|
|
|
6817
6820
|
// src/index.ts
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
writeDirectChatSessionState,
|
|
42
42
|
writeEgressAllowlist,
|
|
43
43
|
writePersistentClaudeWrapper
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-TBP245GG.js";
|
|
45
45
|
import "./chunk-XWVM4KPK.js";
|
|
46
46
|
export {
|
|
47
47
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
writeEgressAllowlist,
|
|
88
88
|
writePersistentClaudeWrapper
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=persistent-session-
|
|
90
|
+
//# sourceMappingURL=persistent-session-WX4ILTCF.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-TBP245GG.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -689,4 +689,4 @@ export {
|
|
|
689
689
|
readAndResetSlackReplyBindingClassifications,
|
|
690
690
|
readAndResetSlackReplyTargetClassifications
|
|
691
691
|
};
|
|
692
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
692
|
+
//# sourceMappingURL=responsiveness-probe-FKJBQ6PQ.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|