fraim 2.0.274 → 2.0.275
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.
|
@@ -219,7 +219,9 @@ exports.PERSONA_CAPABILITY_BUNDLES = {
|
|
|
219
219
|
personaKey: 'sreya',
|
|
220
220
|
bundleId: 'persona-sreya-core',
|
|
221
221
|
catalogMetadata: buildCatalogMetadata('sreya', ['slo-design-and-implementation', 'incident-response', 'reliability-review']),
|
|
222
|
-
|
|
222
|
+
// run-on-remote-hub and setup-remote-hub are owned by SReya, the infra
|
|
223
|
+
// persona, rather than the display-only FRAIMworker default.
|
|
224
|
+
protectedJobs: ['slo-design-and-implementation', 'incident-response', 'reliability-review', 'production-readiness-review', 'run-on-remote-hub', 'setup-remote-hub'],
|
|
223
225
|
protectedAliases: ['sre', 'reliability', 'incident-response', 'on-call'],
|
|
224
226
|
defaultHireMode: 'job',
|
|
225
227
|
lockCopy: 'Hire SREya to unlock SLO governance, incident response, and production reliability work for this request.'
|