refactor(server): consolidate git utilities into dedicated module with documentation (#435)

* refactor:move_git_service_module_to_lib_git

* refactor:move_git_credentials_module_to_lib_git

* refactor:move_git_identity_storage_module_to_lib_git

* refactor:add_git_domain_entrypoint_reexports

* refactor:update_server_git_imports_to_domain_entrypoint

* refactor:update_github_repo_git_import_to_domain_entrypoint

* chore:remove_legacy_git_service_module_path

* chore:remove_legacy_git_credentials_module_path

* chore:remove_legacy_git_identity_storage_module_path

* docs:add_git_module_documentation_in_domain_folder

* docs:add_git_module_to_agents_documentation_map
This commit is contained in:
Nelson Pires
2026-02-16 17:42:32 +02:00
committed by GitHub
parent 62fa3164f7
commit 4fce1c9f9f
8 changed files with 162 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { getRemoteUrl } from './git-service.js';
import { getRemoteUrl } from './git/index.js';
export const parseGitHubRemoteUrl = (raw) => {
if (typeof raw !== 'string') {