claudetool: add two more "related files" todos
diff --git a/claudetool/differential.go b/claudetool/differential.go
index 710a09d..a365df0 100644
--- a/claudetool/differential.go
+++ b/claudetool/differential.go
@@ -86,6 +86,8 @@
// Find potentially related files that should also be considered
// TODO: add some caching here, since this depends only on the initial commit and the changed files, not the details of the changes
+ // TODO: make "related files found" w/o other notes be a non-error response
+ // TODO: do some kind of decay--weight recency higher, add a cutoff
relatedFiles, err := r.findRelatedFiles(ctx, changedFiles)
if err != nil {
slog.DebugContext(ctx, "CodeReviewer.Run: failed to find related files", "err", err)