01Adds context-aware inline comments explaining logic intent and constraints
02Identifies entry points, side effects, and global state interactions
03Generates comprehensive module and function-level docstrings
04Ensures zero changes to original code behavior or execution logic
05Performs syntax verification via py_compile after adding documentation
060 GitHub stars