From 2cb350056f483df5bd758ebd0767f48703a6b623 Mon Sep 17 00:00:00 2001 From: Mike Levin Date: Mon, 16 Mar 2026 12:26:39 -0400 Subject: [PATCH] About to refine pattern to catch broken links in comments --- foo_files.py | 3 +++ prompt_foo.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/foo_files.py b/foo_files.py index 43e5a210..c659b11e 100644 --- a/foo_files.py +++ b/foo_files.py @@ -22,6 +22,9 @@ prompt_foo.py # [12,990 tokens | 59,609 bytes] # ! python scripts/articles/lsa.py -t 1 +/this/is/a/test1.foo +# /this/is/a/test2.bar + # /home/mike/repos/trimnoir/_site/flake.nix # [5,253 tokens | 23,747 bytes] # ! cat /home/mike/repos/trimnoir/_site/feed.xml | head -c 50K # /home/mike/repos/trimnoir/feed.xml # [407 tokens | 1,615 bytes] diff --git a/prompt_foo.py b/prompt_foo.py index d89a484e..9db0ac73 100644 --- a/prompt_foo.py +++ b/prompt_foo.py @@ -1017,7 +1017,7 @@ def main(): # 2. Process all specified files (UPDATE THESE TWO LINES): annotate_foo_files_in_place(args.chop) - update_paintbox_in_place() # <-- THE NEW SENSOR PING + update_paintbox_in_place() files_to_process = parse_file_list_from_config(args.chop) processed_files_data = []