theconductor
10/11/2024, 8:11 PMLookupSubjects to determine "computed relationships" in a way that's similar to this, and I think that's our culprit.
description human {
relationship parent: human
permission grandparent: parent->parent // Get all grandparents with `LookupSubjects(resource=x, permission='grandparent')
}