Commit Graph

18 Commits

Author SHA1 Message Date
Coco Sheng fb236ea0e2 feat: categorize_issues.py now accepts a full github search URL as input instead of a raw query string 2026-05-06 16:32:59 -04:00
Coco Sheng 374e4713d8 feat: add categorize_issues.py to automatically classify and update github issues, and update README 2026-05-06 16:31:49 -04:00
Coco Sheng 3579e5edde docs: restructure workflow into an ideal 3-step sequence: categorize/export, analyze, update json 2026-05-06 16:30:31 -04:00
Coco Sheng 2a513fd575 docs: clarify that the prompt should command Gemini to both label the issue and modify its body/title on github 2026-05-06 16:28:57 -04:00
Coco Sheng 93d655e05d docs: clarify that auto-categorization should both update the local json and apply github labels 2026-05-06 16:28:27 -04:00
Coco Sheng 0cb1c328b3 docs: update auto-categorization prompt to only modify labels on github, not local json 2026-05-06 16:27:46 -04:00
Coco Sheng ab41447450 feat: merge steps 2-5 into a single unified pipeline script run_pipeline.sh 2026-05-06 16:26:54 -04:00
Coco Sheng 6b2ea5dd47 docs: move auto-categorizing to step 1 and update prompt to set type field 2026-05-06 16:25:15 -04:00
Coco Sheng 7fcceea7bc docs: add instructions for using gemini-cli to automatically categorize and label issues 2026-05-06 16:24:06 -04:00
Coco Sheng 966758875e feat: add fetch_from_url.py to easily download issues via standard github search urls 2026-05-06 16:22:59 -04:00
Coco Sheng 08090cc31c docs: add instructions on how to generate the initial json datasets using the gh cli 2026-05-06 16:17:37 -04:00
Coco Sheng 59f1711543 docs: add summary docstrings to all python scripts explaining their purpose 2026-05-06 16:11:45 -04:00
Coco Sheng 363cdef6e8 chore: restore issues.json and issues.csv containing feature analysis 2026-05-06 16:08:31 -04:00
Coco Sheng ca9c2009cc refactor: remove hardcoded api keys and paths to make core analyzers generic 2026-05-06 16:05:35 -04:00
Coco Sheng 268fe7cbe1 chore: organize auxiliary and validation scripts into a utils directory 2026-05-06 16:04:00 -04:00
Coco Sheng a365af630d feat: add generic_processor.py for general backlog analysis tasks 2026-05-06 16:02:30 -04:00
Coco Sheng a9143b0f84 chore: prune redundant script versions and data from backlog-analysis 2026-05-06 15:52:41 -04:00
Coco Sheng c76ea08eb5 feat: consolidate backlog analysis tools into scripts/backlog-analysis 2026-05-06 15:50:06 -04:00