AccessScopeModels type
Per-model access-scope config: model → level → columns. A record is in scope for a level when ANY of the level's columns matches (OR); a model is in scope when EVERY active level matches (AND). See the generated ACCESS_SCOPE_MODELS.
Signature:
export type AccessScopeModels = Record<string, Record<string, string[]>>;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.