@integrity-labs/agt-cli 0.28.285 → 0.28.286

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.
@@ -37785,6 +37785,15 @@ var MSTEAMS_SCOPE_PRESETS = {
37785
37785
  full: MSTEAMS_SCOPE_REGISTRY.map((s) => s.scope)
37786
37786
  };
37787
37787
 
37788
+ // ../core/dist/channels/kanban-card-state.js
37789
+ var KANBAN_TERMINAL_STATUSES = /* @__PURE__ */ new Set([
37790
+ "done",
37791
+ "failed",
37792
+ "cancelled",
37793
+ "needs_attention"
37794
+ ]);
37795
+ var KANBAN_TERMINAL_STATUS_INLIST = `(${[...KANBAN_TERMINAL_STATUSES].join(",")})`;
37796
+
37788
37797
  // ../core/dist/channels/azure-provisioning.js
37789
37798
  var AAD_OIDC_SCOPES = ["offline_access", "openid", "profile"];
37790
37799
  var AZURE_ARM_SCOPES = [
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-TZKHPDOH.js";
39
+ } from "./chunk-HI7TA73T.js";
40
40
  import "./chunk-XWVM4KPK.js";
41
41
  export {
42
42
  EGRESS_BASELINE_DOMAINS,
@@ -77,4 +77,4 @@ export {
77
77
  writeEgressAllowlist,
78
78
  writePersistentClaudeWrapper
79
79
  };
80
- //# sourceMappingURL=persistent-session-MIA4XYG4.js.map
80
+ //# sourceMappingURL=persistent-session-VUHRDURH.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-TZKHPDOH.js";
3
+ } from "./chunk-HI7TA73T.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -418,4 +418,4 @@ export {
418
418
  readAndResetSlackReplyBindingClassifications,
419
419
  readAndResetSlackReplyTargetClassifications
420
420
  };
421
- //# sourceMappingURL=responsiveness-probe-C4OMAIZQ.js.map
421
+ //# sourceMappingURL=responsiveness-probe-RVFNE2EV.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.285",
3
+ "version": "0.28.286",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {