manual-sync: tudo-para-ia-mais-humana 2026-05-01_153128

This commit is contained in:
codex-gitea-sync
2026-05-01 15:34:39 -03:00
parent b79fdce99d
commit af5e86fcee
146 changed files with 70384 additions and 16599 deletions

View File

@@ -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}"