@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/bin/agt.js +4 -4
- package/dist/{chunk-VGOV5SSL.js → chunk-6CHFBMJM.js} +3 -3
- package/dist/{chunk-QDCKLUU7.js → chunk-QPSEQLSI.js} +1 -1
- package/dist/{chunk-QDCKLUU7.js.map → chunk-QPSEQLSI.js.map} +1 -1
- package/dist/{claude-pair-runtime-34ZO2AFF.js → claude-pair-runtime-R3R5OWDM.js} +2 -2
- package/dist/lib/manager-worker.js +29 -11
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +4 -3
- package/dist/{persistent-session-MH5URKMO.js → persistent-session-FM5746XM.js} +2 -2
- package/dist/{responsiveness-probe-NVP34464.js → responsiveness-probe-WZMDBY3T.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-VGOV5SSL.js.map → chunk-6CHFBMJM.js.map} +0 -0
- /package/dist/{claude-pair-runtime-34ZO2AFF.js.map → claude-pair-runtime-R3R5OWDM.js.map} +0 -0
- /package/dist/{persistent-session-MH5URKMO.js.map → persistent-session-FM5746XM.js.map} +0 -0
- /package/dist/{responsiveness-probe-NVP34464.js.map → responsiveness-probe-WZMDBY3T.js.map} +0 -0
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
|
-
|
|
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-
|
|
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-
|
|
90
|
+
//# sourceMappingURL=persistent-session-FM5746XM.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
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-
|
|
692
|
+
//# sourceMappingURL=responsiveness-probe-WZMDBY3T.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|