feat(ai-workspace): support SEO codex provider bridge
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { readJson } from './catalog.mjs'
|
||||
import { loadCatalog, readJson } from './catalog.mjs'
|
||||
|
||||
const LAUNCHER_ROOT_GROUPS = new Set(['nodedc:superadmin', 'nodedc:launcher:admin'])
|
||||
const LAUNCHER_ROOT_ROLES = new Set(['root_admin'])
|
||||
const LAUNCHER_CLIENT_ADMIN_ROLES = new Set(['client_owner', 'client_admin'])
|
||||
|
||||
export async function loadAssistantAccessPolicy() {
|
||||
return readJson('catalog/assistant-access-policy.json')
|
||||
const catalog = await loadCatalog()
|
||||
return catalog.assistantAccessPolicy
|
||||
}
|
||||
|
||||
function normalizeString(value) {
|
||||
|
||||
Reference in New Issue
Block a user