manual-sync: tudo-para-ia-mais-humana 2026-05-01_153128
This commit is contained in:
@@ -73,7 +73,7 @@ def default_paths(root: str | Path = "G:/_codex-git") -> PlatformPaths:
|
||||
/ "nucleo-gestao-operacional"
|
||||
/ "central-de-ordem-de-servico"
|
||||
/ "projects"
|
||||
/ "15_repo_tudo-para-ia-mais-humana",
|
||||
/ "15_repo_tudo-para-ia-mais-humana-platform",
|
||||
)
|
||||
|
||||
|
||||
@@ -86,6 +86,8 @@ def assert_real_repo_name(path: Path) -> None:
|
||||
|
||||
def central_project_folder_name(project_root: Path, ordinal: int = 15) -> str:
|
||||
assert_real_repo_name(project_root)
|
||||
if project_root.name == "tudo-para-ia-mais-humana":
|
||||
return f"{ordinal:02d}_repo_tudo-para-ia-mais-humana-platform"
|
||||
return f"{ordinal:02d}_repo_{project_root.name}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user