/** * cli:derive-related-tabs — relations.ts * * The relations parser moved to the shared lib (`lib/ba-relations.ts`) so * create-rbac/cli/derive-lookup-grants derives its `lookup` grants from the * SAME `entité.md` grammar. This file is a pure re-export shim keeping the * historical import path (and every test/import site) stable. */ export * from '../../../../lib/ba-relations.js'