"""Organizations app — hierarchical org/holding/company tree per tenant.

Uses a materialized-path string (`/1/4/12/`) instead of `ltree`/MPTT/CTE
extensions so the same model works on SQLite today and PostgreSQL later
without schema changes (Rule #22). All non-trivial operations (move, reparent,
descendants/ancestors) go through `HierarchyService`.
"""
