mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-22 07:41:23 -07:00
docs: add summary docstrings to all python scripts explaining their purpose
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
"""
|
||||
Purpose: Performs a single-turn analysis on backlog issues.
|
||||
It pre-fetches context by grepping the codebase for keywords found in the issue description, then sends a single prompt to Gemini to determine the root cause and effort level. Faster than agentic analysis but more grounded than static analysis.
|
||||
"""
|
||||
import json
|
||||
import urllib.request
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user