detail
Read TASKGATE.php's source directly: its regex (line 114) only recognizes SOP-INDEX.md entries in the ' SOP-NAME.md path' (2-space indent) + 4-space-indented description block format. The newer '## SOP-NAME.md (System, added date)' header-block style used for SOP-GROCERY-TRACKER.md (Finance, 08/24/26) and my own new SOP-TOOLS-MAINTENANCE.md entry is completely invisible to that regex -- confirmed by replicating the exact regex locally in Python against the live file before my fix: 0 entries in that style parsed. Reformatted both entries into the parseable indented style.