fix(okf-hub): excluir variantes MEMORY-*.md no validador e classify

This commit is contained in:
2026-06-28 21:22:53 +01:00
parent 8d4988ad3f
commit b78cc9c465
4 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ def main():
print(f"{'[DRY-RUN] ' if dry_run else ''}A normalizar OKF em {hub}")
stats, report = scan_hub(hub, dry_run)
report_path = hub / "04-Stack/02.04-Sistemas/MemoriaCentral/scripts/okf-normalize-report.md"
report_path = Path(__file__).parent / "okf-normalize-report.md"
report_path.write_text(report, encoding="utf-8")
print(report_path.read_text(encoding="utf-8").split("## Resultado")[1].strip())