First Phase -- missed including these files in the prior commit

This commit is contained in:
John Poole 2026-05-16 17:21:02 -07:00
commit 3f3f3668f1
7 changed files with 882 additions and 0 deletions

View file

@ -0,0 +1,6 @@
-- Things needing your review
SELECT source_file, class_name, symbol_name, line_number, tag, rationale
FROM symbols
WHERE status = 'NEEDS_REVIEW'
OR tag = 'UNKNOWN'
ORDER BY source_file, line_number;