mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-22 15:51:18 -07:00
docs: add summary docstrings to all python scripts explaining their purpose
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
"""
|
||||
Purpose: Marks specific issues in the JSON dataset as 'validated = true'.
|
||||
Used to track which AI analyses have been manually reviewed and approved by a human maintainer.
|
||||
"""
|
||||
import json
|
||||
|
||||
BUGS_FILE = '../data/bugs.json'
|
||||
|
||||
Reference in New Issue
Block a user