From 069c5e6116a109aa3e7e7918eeabb8ed950d1b53 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Fri, 15 May 2026 21:34:14 +0200 Subject: [PATCH] fix(cleaning): remove non-existent audit_navigation call and harden archive.org policy --- src/intelligent_health_checker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intelligent_health_checker.py b/src/intelligent_health_checker.py index 027b3997..dc604fb5 100644 --- a/src/intelligent_health_checker.py +++ b/src/intelligent_health_checker.py @@ -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()