@integrity-labs/agt-cli 0.28.97 → 0.28.99

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.
@@ -15698,14 +15698,18 @@ var RESTART = {
15698
15698
  command: "restart",
15699
15699
  description: "Restart this agent"
15700
15700
  };
15701
+ var ONBOARD = {
15702
+ command: "onboard",
15703
+ description: "Re-run this agent's onboarding (re-interview; config kept)"
15704
+ };
15701
15705
  var INVESTIGATE = {
15702
15706
  command: "investigate",
15703
15707
  description: "Live tail of this agent's terminal pane (operators only)"
15704
15708
  };
15705
15709
  function buildCommandRegistrations() {
15706
15710
  return [
15707
- { scope: { type: "default" }, commands: [HELP, STATUS, RESTART] },
15708
- { scope: { type: "all_private_chats" }, commands: [HELP, STATUS, RESTART, INVESTIGATE] }
15711
+ { scope: { type: "default" }, commands: [HELP, STATUS, RESTART, ONBOARD] },
15712
+ { scope: { type: "all_private_chats" }, commands: [HELP, STATUS, RESTART, ONBOARD, INVESTIGATE] }
15709
15713
  ];
15710
15714
  }
15711
15715
 
@@ -34,8 +34,8 @@ import {
34
34
  writeDirectChatSessionState,
35
35
  writeEgressAllowlist,
36
36
  writePersistentClaudeWrapper
37
- } from "./chunk-5NQ652SP.js";
38
- import "./chunk-TRKWWYRN.js";
37
+ } from "./chunk-TGGRM5NJ.js";
38
+ import "./chunk-IPSZZQ3D.js";
39
39
  import "./chunk-XWVM4KPK.js";
40
40
  export {
41
41
  EGRESS_BASELINE_DOMAINS,
@@ -74,4 +74,4 @@ export {
74
74
  writeEgressAllowlist,
75
75
  writePersistentClaudeWrapper
76
76
  };
77
- //# sourceMappingURL=persistent-session-KAOPVQPC.js.map
77
+ //# sourceMappingURL=persistent-session-3OABTEPN.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-5NQ652SP.js";
4
- import "./chunk-TRKWWYRN.js";
3
+ } from "./chunk-TGGRM5NJ.js";
4
+ import "./chunk-IPSZZQ3D.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -250,4 +250,4 @@ export {
250
250
  parkPendingInbound,
251
251
  readAndResetChannelDeflections
252
252
  };
253
- //# sourceMappingURL=responsiveness-probe-OJPF6XDF.js.map
253
+ //# sourceMappingURL=responsiveness-probe-IES7QHV5.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.97",
3
+ "version": "0.28.99",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {