mud_server.services.policy.paths ================================ .. py:module:: mud_server.services.policy.paths .. autoapi-nested-parse:: Filesystem path resolution helpers for policy publish/import workflows. Functions --------- .. autoapisummary:: mud_server.services.policy.paths.resolve_policy_export_root Module Contents --------------- .. py:function:: resolve_policy_export_root(*, cwd = None) Resolve the policy export repository root. Resolution order: 1. ``MUD_POLICY_EXPORTS_ROOT`` environment variable 2. sibling repo next to the active CLI repo root (derived from ``cwd``) 3. sibling repo next to ``PROJECT_ROOT`` (historical default)