mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 04:20:57 -07:00
docs: add summary docstrings to all python scripts explaining their purpose
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
"""
|
||||
Purpose: Re-evaluates and modifies the effort level of specific issues based on hardcoded lists or heuristics.
|
||||
Useful for bulk-updating effort levels (e.g., forcing certain complex bugs to 'large') after the initial AI pass.
|
||||
"""
|
||||
import json
|
||||
import re
|
||||
|
||||
|
||||
Reference in New Issue
Block a user