@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/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
- return `Added "${first.title}" to board (status: ${status}, id: ${first.id}).`;
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-AD26EE7A.js";
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-JZBJIXLJ.js.map
90
+ //# sourceMappingURL=persistent-session-WX4ILTCF.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-AD26EE7A.js";
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-GPH2SEAL.js.map
692
+ //# sourceMappingURL=responsiveness-probe-FKJBQ6PQ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.556",
3
+ "version": "0.28.558",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {