fix(cleaning): remove non-existent audit_navigation call and harden archive.org policy

This commit is contained in:
Nubenetes Bot
2026-05-15 21:34:14 +02:00
parent 2b63821e57
commit 069c5e6116

View File

@@ -326,7 +326,6 @@ async def main():
await cleaner.validate_links_tiered()
log_event("STARTING NAVIGATION & REORGANIZATION AUDIT...", section_break=True)
await cleaner.curator.audit_navigation()
await cleaner.curator.suggest_reorganization()
await cleaner.apply_changes()