fraim 2.0.237 → 2.0.239
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.
|
@@ -134,8 +134,8 @@ exports.PERSONA_CAPABILITY_BUNDLES = {
|
|
|
134
134
|
ricardo: {
|
|
135
135
|
personaKey: 'ricardo',
|
|
136
136
|
bundleId: 'persona-ricardo-core',
|
|
137
|
-
catalogMetadata: buildCatalogMetadata('ricardo', ['role-intake-and-scorecard', '
|
|
138
|
-
protectedJobs: ['role-intake-and-scorecard', 'job-posting-and-sourcing', 'candidate-pipeline-management', 'sourcing-funnel-recap', 'interview-coordination', 'offer-and-close-management'],
|
|
137
|
+
catalogMetadata: buildCatalogMetadata('ricardo', ['role-intake-and-scorecard', 'candidate-sourcing-and-ranking', 'candidate-pipeline-management']),
|
|
138
|
+
protectedJobs: ['role-intake-and-scorecard', 'job-posting-and-sourcing', 'candidate-sourcing-and-ranking', 'candidate-pipeline-management', 'sourcing-funnel-recap', 'interview-coordination', 'offer-and-close-management'],
|
|
139
139
|
protectedAliases: ['recruiting', 'recruiter', 'hiring'],
|
|
140
140
|
defaultHireMode: 'job',
|
|
141
141
|
lockCopy: 'Hire RECardo to unlock full-cycle recruiting work for this request.'
|
|
@@ -38,7 +38,7 @@ class AuthMiddleware {
|
|
|
38
38
|
res.setHeader('WWW-Authenticate', `Bearer resource_metadata="${mcpResourceMetadataUrl}"`);
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
|
-
const publicPrefixes = ['/admin', '/dashboard', '/health', '/pricing', '/fraim-brain', '/api/signup', '/api/sales', '/api/request-access', '/api/installer-key', '/api/installer-download', '/api/installer-availability', '/api/payment/bypass', '/api/pricing', '/api/personas/catalog', '/auth', '/portfolio'];
|
|
41
|
+
const publicPrefixes = ['/admin', '/dashboard', '/health', '/pricing', '/fraim-brain', '/api/signup', '/api/sales', '/api/request-access', '/api/installer-key', '/api/installer-download', '/api/installer-availability', '/api/payment/bypass', '/api/pricing', '/api/personas/catalog', '/api/ai-hub/ui/releases', '/ai-hub-remote', '/auth', '/portfolio'];
|
|
42
42
|
// Analytics dashboard is public, but API routes are protected
|
|
43
43
|
const isAnalyticsPublic = p === '/analytics' || p === '/analytics/' || p.startsWith('/analytics/') && p.endsWith('.html');
|
|
44
44
|
const isOAuthMetadataPublic = p === '/.well-known/oauth-authorization-server'
|