@integrity-labs/agt-cli 0.27.54 → 0.27.56
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 +16 -6
- package/dist/bin/agt.js.map +1 -1
- package/dist/{chunk-2NOH5XB5.js → chunk-5XPUZ2LX.js} +14 -1
- package/dist/chunk-5XPUZ2LX.js.map +1 -0
- package/dist/{chunk-4ZKBMJ3Y.js → chunk-CULZTAU2.js} +2 -2
- package/dist/{chunk-54EOGPOF.js → chunk-YQKUGTQC.js} +2 -2
- package/dist/{claude-pair-runtime-OOVDC4YK.js → claude-pair-runtime-HXSL4LE2.js} +2 -2
- package/dist/lib/manager-worker.js +7 -7
- package/dist/{persistent-session-6TWTADQN.js → persistent-session-JD4ED7E7.js} +3 -3
- package/dist/{responsiveness-probe-KBUKS7PN.js → responsiveness-probe-FAPRINQ6.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-2NOH5XB5.js.map +0 -1
- /package/dist/{chunk-4ZKBMJ3Y.js.map → chunk-CULZTAU2.js.map} +0 -0
- /package/dist/{chunk-54EOGPOF.js.map → chunk-YQKUGTQC.js.map} +0 -0
- /package/dist/{claude-pair-runtime-OOVDC4YK.js.map → claude-pair-runtime-HXSL4LE2.js.map} +0 -0
- /package/dist/{persistent-session-6TWTADQN.js.map → persistent-session-JD4ED7E7.js.map} +0 -0
- /package/dist/{responsiveness-probe-KBUKS7PN.js.map → responsiveness-probe-FAPRINQ6.js.map} +0 -0
|
@@ -1093,6 +1093,19 @@ var FIXED_SECONDS = {
|
|
|
1093
1093
|
"4h": 4 * 60 * 60
|
|
1094
1094
|
};
|
|
1095
1095
|
|
|
1096
|
+
// ../../packages/core/dist/channels/azure-provisioning.js
|
|
1097
|
+
var AAD_OIDC_SCOPES = ["offline_access", "openid", "profile"];
|
|
1098
|
+
var AZURE_ARM_SCOPES = [
|
|
1099
|
+
...AAD_OIDC_SCOPES,
|
|
1100
|
+
"https://management.azure.com/user_impersonation"
|
|
1101
|
+
];
|
|
1102
|
+
var AZURE_GRAPH_SCOPES = ["https://graph.microsoft.com/Application.ReadWrite.All"];
|
|
1103
|
+
var AZURE_PROVISIONING_SCOPES = [
|
|
1104
|
+
...AAD_OIDC_SCOPES,
|
|
1105
|
+
...AZURE_GRAPH_SCOPES,
|
|
1106
|
+
"https://management.azure.com/user_impersonation"
|
|
1107
|
+
];
|
|
1108
|
+
|
|
1096
1109
|
// ../../packages/core/dist/parser/frontmatter.js
|
|
1097
1110
|
import { parse as parseYaml } from "yaml";
|
|
1098
1111
|
function extractFrontmatter(content) {
|
|
@@ -3979,4 +3992,4 @@ export {
|
|
|
3979
3992
|
attributeTranscriptUsageByRun,
|
|
3980
3993
|
KANBAN_CHECK_COMMAND
|
|
3981
3994
|
};
|
|
3982
|
-
//# sourceMappingURL=chunk-
|
|
3995
|
+
//# sourceMappingURL=chunk-5XPUZ2LX.js.map
|