refactor still on going

This commit is contained in:
2026-05-09 11:53:27 -07:00
parent 24f983473f
commit 9f0eb29289
11 changed files with 1772 additions and 1747 deletions
+5 -5
View File
@@ -90,12 +90,12 @@ def _load_helper_modules() -> None:
# Provider-specific module pre-loading removed; providers are loaded lazily
# through ProviderCore.registry when first referenced.
#
# Keep explicit imports for cmdlets that were moved under cmdlet/file so they
# remain registered under their legacy command names (add-note/add-url/add-relationship).
# Keep explicit imports for cmdlets moved into subpackages so they remain
# registered under their legacy command names.
for mod in (
".file.add_note",
".file.add_url",
".file.add_relationship",
".metadata.note_add",
".metadata.url_add",
".metadata.relationship_add",
".metadata.get_note",
".metadata.get_relationship",
):