@integrity-labs/agt-cli 0.28.543 → 0.28.545

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
@@ -21834,9 +21834,10 @@ ${footer}` : "")
21834
21834
  const assignHint = a.same_team ? `kanban_assign target_agent="${a.code_name}"` : `kanban_assign target_agent="${a.code_name}" target_team="${a.team_slug}"`;
21835
21835
  return ` \u2022 ${a.code_name} (${a.display_name}) - ${scope} [team: ${a.team_name}]${slackTag(a.slack_user_id)} \u2192 ${assignHint}`;
21836
21836
  });
21837
- const peopleLines = people.map(
21838
- (p) => ` \u2022 ${p.name ?? p.email} <${p.email}>${slackTag(p.slack_user_id)} \u2192 assign_kanban_to_human assignee_email="${p.email}"`
21839
- );
21837
+ const peopleLines = people.map((p) => {
21838
+ const idClause = p.person_id ? ` [person_id: ${p.person_id}]` : "";
21839
+ return ` \u2022 ${p.name ?? p.email} <${p.email}>${slackTag(p.slack_user_id)}${idClause} \u2192 assign_kanban_to_human assignee_email="${p.email}"`;
21840
+ });
21840
21841
  const sections = [];
21841
21842
  if (agents.length > 0) {
21842
21843
  sections.push(`Agents (${scopedCount(agents.length, data.scope)}):
@@ -41,7 +41,7 @@ import {
41
41
  writeDirectChatSessionState,
42
42
  writeEgressAllowlist,
43
43
  writePersistentClaudeWrapper
44
- } from "./chunk-QDCKLUU7.js";
44
+ } from "./chunk-QPSEQLSI.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-MH5URKMO.js.map
90
+ //# sourceMappingURL=persistent-session-FM5746XM.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-QDCKLUU7.js";
3
+ } from "./chunk-QPSEQLSI.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-NVP34464.js.map
692
+ //# sourceMappingURL=responsiveness-probe-WZMDBY3T.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.543",
3
+ "version": "0.28.545",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {