@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.
- package/dist/bin/agt.js +4 -4
- package/dist/{chunk-ELCLXTJI.js → chunk-25VLOVMK.js} +13 -5
- package/dist/chunk-25VLOVMK.js.map +1 -0
- package/dist/{chunk-FZTGR2AQ.js → chunk-3X6V4SVW.js} +11 -4
- package/dist/{chunk-FZTGR2AQ.js.map → chunk-3X6V4SVW.js.map} +1 -1
- package/dist/{chunk-FF37P4BH.js → chunk-FR2MNN2P.js} +2 -2
- package/dist/{claude-pair-runtime-VSUJJO67.js → claude-pair-runtime-UQFPB2BE.js} +2 -2
- package/dist/lib/manager-worker.js +9 -9
- package/dist/{persistent-session-THI6WSPJ.js → persistent-session-AIM4U3AL.js} +3 -3
- package/dist/{responsiveness-probe-UFF2EBGZ.js → responsiveness-probe-6L2XS27G.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-ELCLXTJI.js.map +0 -1
- /package/dist/{chunk-FF37P4BH.js.map → chunk-FR2MNN2P.js.map} +0 -0
- /package/dist/{claude-pair-runtime-VSUJJO67.js.map → claude-pair-runtime-UQFPB2BE.js.map} +0 -0
- /package/dist/{persistent-session-THI6WSPJ.js.map → persistent-session-AIM4U3AL.js.map} +0 -0
- /package/dist/{responsiveness-probe-UFF2EBGZ.js.map → responsiveness-probe-6L2XS27G.js.map} +0 -0
|
@@ -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-
|
|
4913
|
+
//# sourceMappingURL=chunk-3X6V4SVW.js.map
|