fix(okf-hub): excluir variantes MEMORY-*.md no validador e classify
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user