auto-sync: tudo-para-ia-mais-humana 2026-05-02 02:34:18

This commit is contained in:
2026-05-02 02:34:18 -03:00
parent 9493926b90
commit 65c84a7166
23 changed files with 77489 additions and 2357 deletions

View File

@@ -264,6 +264,9 @@ def command_repo_mesh(args: argparse.Namespace) -> int:
try:
for folder_name in ("reports", "indexes", "audit", "status"):
(central_for_write / folder_name).mkdir(parents=True, exist_ok=True)
probe_path = central_for_write / "reports" / ".repository_mesh_write_probe.tmp"
probe_path.write_text("repository mesh write probe\n", encoding="utf-8")
probe_path.unlink(missing_ok=True)
except OSError as exc:
central_write_error = f"{type(exc).__name__}: {exc}"
central_for_write = None