From 84718223bc97d1c6bc25c785949d682ca3190123 Mon Sep 17 00:00:00 2001 From: Jochen Date: Fri, 21 Nov 2025 12:26:41 +1100 Subject: [PATCH] remove minor comment --- crates/g3-core/src/lib.rs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/crates/g3-core/src/lib.rs b/crates/g3-core/src/lib.rs index 37e3a56..28688e0 100644 --- a/crates/g3-core/src/lib.rs +++ b/crates/g3-core/src/lib.rs @@ -4283,14 +4283,7 @@ impl Agent { } } else { // Header missing, but we have a SHA. Warn the user? - // For now, maybe just proceed or warn. - // Let's just warn but not block unless strictly required. - // Or maybe we should treat missing header as mismatch? - // The plan said: "If the SHA256 doesn't match..." - // Missing header implies it doesn't match. - // But existing TODOs might not have it. - // Let's be safe and only warn if we see a DIFFERENT SHA. - // If no header, it might be an old TODO or manual one. + // For now, maybe just proceed... assuming it's an old TODO. } } }