@integrity-labs/agt-cli 0.27.154 → 0.27.156

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.
@@ -4015,7 +4015,9 @@ var ROLE_PERMISSIONS = {
4015
4015
  "plugin.approve_requests",
4016
4016
  "project.view",
4017
4017
  "project.create",
4018
- "project.edit"
4018
+ "project.edit",
4019
+ "workflow.author",
4020
+ "workflow.promote"
4019
4021
  ],
4020
4022
  admin: [
4021
4023
  "team.manage_members",
@@ -4039,7 +4041,9 @@ var ROLE_PERMISSIONS = {
4039
4041
  "plugin.approve_requests",
4040
4042
  "project.view",
4041
4043
  "project.create",
4042
- "project.edit"
4044
+ "project.edit",
4045
+ "workflow.author",
4046
+ "workflow.promote"
4043
4047
  ],
4044
4048
  member: [
4045
4049
  "agent.create",
@@ -4054,7 +4058,10 @@ var ROLE_PERMISSIONS = {
4054
4058
  "plugin.manage_scopes",
4055
4059
  "project.view",
4056
4060
  "project.create",
4057
- "project.edit"
4061
+ "project.edit",
4062
+ // Members can author curated workflow drafts but not promote them to
4063
+ // active — promotion (workflow.promote) is owner/admin only.
4064
+ "workflow.author"
4058
4065
  ],
4059
4066
  viewer: [
4060
4067
  "agent.view",
@@ -4903,4 +4910,4 @@ export {
4903
4910
  attributeTranscriptUsageByRun,
4904
4911
  KANBAN_CHECK_COMMAND
4905
4912
  };
4906
- //# sourceMappingURL=chunk-FZTGR2AQ.js.map
4913
+ //# sourceMappingURL=chunk-3X6V4SVW.js.map