@integrity-labs/agt-cli 0.27.131 → 0.27.132

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 CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  success,
29
29
  table,
30
30
  warn
31
- } from "../chunk-AFDMWEXL.js";
31
+ } from "../chunk-DAOANYK4.js";
32
32
  import {
33
33
  CHANNEL_REGISTRY,
34
34
  DEPLOYMENT_TEMPLATES,
@@ -54,7 +54,7 @@ import {
54
54
  renderTemplate,
55
55
  resolveChannels,
56
56
  serializeManifestForSlackCli
57
- } from "../chunk-74UWAA3V.js";
57
+ } from "../chunk-TRGX4NVZ.js";
58
58
 
59
59
  // src/bin/agt.ts
60
60
  import { join as join20 } from "path";
@@ -4934,7 +4934,7 @@ import { execFileSync, execSync } from "child_process";
4934
4934
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4935
4935
  import chalk18 from "chalk";
4936
4936
  import ora16 from "ora";
4937
- var cliVersion = true ? "0.27.131" : "dev";
4937
+ var cliVersion = true ? "0.27.132" : "dev";
4938
4938
  async function fetchLatestVersion() {
4939
4939
  const host2 = getHost();
4940
4940
  if (!host2) return null;
@@ -5857,7 +5857,7 @@ function handleError(err) {
5857
5857
  }
5858
5858
 
5859
5859
  // src/bin/agt.ts
5860
- var cliVersion2 = true ? "0.27.131" : "dev";
5860
+ var cliVersion2 = true ? "0.27.132" : "dev";
5861
5861
  var program = new Command();
5862
5862
  program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
5863
5863
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -9,7 +9,7 @@ import {
9
9
  parseDeliveryTarget,
10
10
  registerFramework,
11
11
  wrapScheduledTaskPrompt
12
- } from "./chunk-74UWAA3V.js";
12
+ } from "./chunk-TRGX4NVZ.js";
13
13
 
14
14
  // ../../packages/core/dist/integrations/registry.js
15
15
  var INTEGRATION_REGISTRY = [
@@ -7725,4 +7725,4 @@ export {
7725
7725
  managerInstallSystemUnitCommand,
7726
7726
  managerUninstallSystemUnitCommand
7727
7727
  };
7728
- //# sourceMappingURL=chunk-AFDMWEXL.js.map
7728
+ //# sourceMappingURL=chunk-DAOANYK4.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  claudeModelAlias,
3
3
  isClaudeFastMode
4
- } from "./chunk-74UWAA3V.js";
4
+ } from "./chunk-TRGX4NVZ.js";
5
5
  import {
6
6
  reapOrphanChannelMcps
7
7
  } from "./chunk-XWVM4KPK.js";
@@ -1596,4 +1596,4 @@ export {
1596
1596
  stopAllSessionsAndWait,
1597
1597
  getProjectDir
1598
1598
  };
1599
- //# sourceMappingURL=chunk-EDMSFZYT.js.map
1599
+ //# sourceMappingURL=chunk-DBJWD2LU.js.map
@@ -3803,7 +3803,10 @@ var ROLE_PERMISSIONS = {
3803
3803
  "plugin.install",
3804
3804
  "plugin.configure",
3805
3805
  "plugin.manage_scopes",
3806
- "plugin.approve_requests"
3806
+ "plugin.approve_requests",
3807
+ "project.view",
3808
+ "project.create",
3809
+ "project.edit"
3807
3810
  ],
3808
3811
  admin: [
3809
3812
  "team.manage_members",
@@ -3824,7 +3827,10 @@ var ROLE_PERMISSIONS = {
3824
3827
  "plugin.install",
3825
3828
  "plugin.configure",
3826
3829
  "plugin.manage_scopes",
3827
- "plugin.approve_requests"
3830
+ "plugin.approve_requests",
3831
+ "project.view",
3832
+ "project.create",
3833
+ "project.edit"
3828
3834
  ],
3829
3835
  member: [
3830
3836
  "agent.create",
@@ -3836,13 +3842,17 @@ var ROLE_PERMISSIONS = {
3836
3842
  "plugin.view",
3837
3843
  "plugin.install",
3838
3844
  "plugin.configure",
3839
- "plugin.manage_scopes"
3845
+ "plugin.manage_scopes",
3846
+ "project.view",
3847
+ "project.create",
3848
+ "project.edit"
3840
3849
  ],
3841
3850
  viewer: [
3842
3851
  "agent.view",
3843
3852
  "audit_log.view",
3844
3853
  "host.view",
3845
- "plugin.view"
3854
+ "plugin.view",
3855
+ "project.view"
3846
3856
  ]
3847
3857
  };
3848
3858
  var permissionSets = new Map(Object.entries(ROLE_PERMISSIONS).map(([role, actions]) => [role, new Set(actions)]));
@@ -4674,4 +4684,4 @@ export {
4674
4684
  attributeTranscriptUsageByRun,
4675
4685
  KANBAN_CHECK_COMMAND
4676
4686
  };
4677
- //# sourceMappingURL=chunk-74UWAA3V.js.map
4687
+ //# sourceMappingURL=chunk-TRGX4NVZ.js.map