Commit Graph

3 Commits

Author SHA1 Message Date
gemini-cli[bot] 62670cc822 🤖 Gemini Bot: Productivity Optimizations & Workflow Verification
This PR implements several bot-related improvements and verifies workflow permissions as requested by maintainers.

### Changes:
1. **Fix Metric Cap (BT-01):** Refactored `open_issues.ts` and `open_prs.ts` to use GitHub's GraphQL API. This bypasses the 1000-item limit of the standard list command, ensuring accurate metrics for repositories with large numbers of open items.
2. **Initialize Pulse Reflexes (BT-02):** Created the `tools/gemini-cli-bot/reflexes/scripts` directory and added a README. This prepares the infrastructure for high-frequency reflexive automation.
3. **Workflow Verification (BT-05):** This PR and the accompanying comment on #24353 serve as confirmation that the GitHub App integration and workflow "write" permissions are correctly configured.

### Impact:
- Accurate tracking of repository backlog.
- Foundation for faster automated triage.
- Confirmed operational status of the bot.
2026-04-29 20:11:51 +00:00
Christian Gunderman 58a57b72ae Implement bot that performs time-series metric analysis and suggests repo management improvements (#25945) 2026-04-28 16:49:53 +00:00
Christian Gunderman c4b38a5aef feat(repo): add gemini-cli-bot metrics and workflows (#25888) 2026-04-24 17:16:20 +00:00