docs: add summary docstrings to all python scripts explaining their purpose

This commit is contained in:
Coco Sheng
2026-05-06 16:11:45 -04:00
parent 363cdef6e8
commit 59f1711543
12 changed files with 48 additions and 0 deletions
@@ -1,3 +1,7 @@
"""
Purpose: Runs heuristic post-analysis validation on the AI's effort estimations.
Checks for keywords (like 'Windows', 'WSL', 'PTY') in the issue body to ensure the AI didn't underestimate platform-specific or architecturally complex bugs as 'small'.
"""
import json
import re
import os