mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-11 10:30:46 -07:00
10 lines
539 B
Markdown
10 lines
539 B
Markdown
# Repository Metrics
|
|
|
|
This file documents the metrics tracked by `optimizer1000`.
|
|
|
|
| Metric | Description | Script | Goal |
|
|
|--------|-------------|--------|------|
|
|
| open_issues | Number of open issues in the repo | `metrics/scripts/open_issues.js` | Lower is better |
|
|
| open_community_prs | Number of open community PRs in the repo | `metrics/scripts/open_community_prs.js` | Lower is better |
|
|
| completed_community_prs | Number of completed community PRs in the repo | `metrics/scripts/completed_community_prs.js` | Greater is better |
|