Add snapshot 20260324T213119Z
Browse files- README.md +84 -0
- comments.parquet +3 -0
- events.parquet +3 -0
- issue_comments.parquet +3 -0
- issues.parquet +3 -0
- links.parquet +3 -0
- manifest.json +62 -0
- new-contributors-report.json +423 -0
- new-contributors-report.md +165 -0
- new_contributors.parquet +3 -0
- pr_comments.parquet +3 -0
- pr_diffs.parquet +3 -0
- pr_files.parquet +3 -0
- pull_requests.parquet +3 -0
- review_comments.parquet +3 -0
- reviews.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Transformers PR Slop Dataset
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: issues
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: issues.parquet
|
| 8 |
+
default: true
|
| 9 |
+
- config_name: prs
|
| 10 |
+
data_files:
|
| 11 |
+
- split: train
|
| 12 |
+
path: pull_requests.parquet
|
| 13 |
+
- config_name: issue_comments
|
| 14 |
+
data_files:
|
| 15 |
+
- split: train
|
| 16 |
+
path: issue_comments.parquet
|
| 17 |
+
- config_name: pr_comments
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: pr_comments.parquet
|
| 21 |
+
- config_name: pr_reviews
|
| 22 |
+
data_files:
|
| 23 |
+
- split: train
|
| 24 |
+
path: reviews.parquet
|
| 25 |
+
- config_name: pr_files
|
| 26 |
+
data_files:
|
| 27 |
+
- split: train
|
| 28 |
+
path: pr_files.parquet
|
| 29 |
+
- config_name: pr_diffs
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train
|
| 32 |
+
path: pr_diffs.parquet
|
| 33 |
+
- config_name: review_comments
|
| 34 |
+
data_files:
|
| 35 |
+
- split: train
|
| 36 |
+
path: review_comments.parquet
|
| 37 |
+
- config_name: links
|
| 38 |
+
data_files:
|
| 39 |
+
- split: train
|
| 40 |
+
path: links.parquet
|
| 41 |
+
- config_name: events
|
| 42 |
+
data_files:
|
| 43 |
+
- split: train
|
| 44 |
+
path: events.parquet
|
| 45 |
+
- config_name: new_contributors
|
| 46 |
+
data_files:
|
| 47 |
+
- split: train
|
| 48 |
+
path: new_contributors.parquet
|
| 49 |
+
---
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
# Transformers PR Slop Dataset
|
| 53 |
+
|
| 54 |
+
Normalized snapshots of issues, pull requests, comments, reviews, and linkage data from `evalstate/fast-agent`.
|
| 55 |
+
|
| 56 |
+
Files:
|
| 57 |
+
- `issues.parquet`
|
| 58 |
+
- `pull_requests.parquet`
|
| 59 |
+
- `comments.parquet`
|
| 60 |
+
- `issue_comments.parquet` (derived view of issue discussion comments)
|
| 61 |
+
- `pr_comments.parquet` (derived view of pull request discussion comments)
|
| 62 |
+
- `reviews.parquet`
|
| 63 |
+
- `pr_files.parquet`
|
| 64 |
+
- `pr_diffs.parquet`
|
| 65 |
+
- `review_comments.parquet`
|
| 66 |
+
- `links.parquet`
|
| 67 |
+
- `events.parquet`
|
| 68 |
+
- `new_contributors.parquet`
|
| 69 |
+
- `new-contributors-report.json`
|
| 70 |
+
- `new-contributors-report.md`
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
Use:
|
| 74 |
+
- duplicate PR and issue analysis
|
| 75 |
+
- triage and ranking experiments
|
| 76 |
+
- eval set creation
|
| 77 |
+
|
| 78 |
+
Notes:
|
| 79 |
+
- updated daily
|
| 80 |
+
- latest snapshot: `20260324T213119Z`
|
| 81 |
+
- raw data only; no labels or moderation decisions
|
| 82 |
+
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 83 |
+
- new contributor reviewer artifacts are included when generated for the snapshot
|
| 84 |
+
- full file contents for changed files are not included
|
comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da2f9c1ea1d6ff182b56f542d561550f8acad77a337bafb70644e04c30c6efa9
|
| 3 |
+
size 462522
|
events.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62d346671b77b323b30922f8b0c96ff84b5d9485eb3903953d6df89a278f8d3b
|
| 3 |
+
size 6268
|
issue_comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c710d2b1e40b3e85f117b13d5f039796e692226185d273853c95740da90f350
|
| 3 |
+
size 308653
|
issues.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88865a84168d255f8fd08d981b9c2898f979ddc9251b181a00b64931918bd8ca
|
| 3 |
+
size 15707
|
links.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e46f9e2188f09c7f8b952cd653f88ca7bcc12d88cd9fad25fb98902224b80e5c
|
| 3 |
+
size 4616
|
manifest.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifacts": {
|
| 3 |
+
"new_contributors_json": "new-contributors-report.json",
|
| 4 |
+
"new_contributors_markdown": "new-contributors-report.md",
|
| 5 |
+
"new_contributors_parquet": "new_contributors.parquet"
|
| 6 |
+
},
|
| 7 |
+
"counts": {
|
| 8 |
+
"comments": 1252,
|
| 9 |
+
"issues": 3,
|
| 10 |
+
"links": 73,
|
| 11 |
+
"new_contributors": 7,
|
| 12 |
+
"pr_diffs": 12,
|
| 13 |
+
"pr_files": 131,
|
| 14 |
+
"pull_requests": 12,
|
| 15 |
+
"review_comments": 0,
|
| 16 |
+
"reviews": 0,
|
| 17 |
+
"timeline_events": 74
|
| 18 |
+
},
|
| 19 |
+
"crawl_started_at": "2026-03-24T21:31:19Z",
|
| 20 |
+
"delta_counts": {
|
| 21 |
+
"comments": 1252,
|
| 22 |
+
"issue_stubs": 709,
|
| 23 |
+
"issues": 3,
|
| 24 |
+
"links": 73,
|
| 25 |
+
"pr_diffs": 12,
|
| 26 |
+
"pr_files": 131,
|
| 27 |
+
"pull_requests": 12,
|
| 28 |
+
"review_comments": 0,
|
| 29 |
+
"reviews": 0,
|
| 30 |
+
"timeline_events": 74
|
| 31 |
+
},
|
| 32 |
+
"extracted_at": "2026-03-24T21:31:19Z",
|
| 33 |
+
"options": {
|
| 34 |
+
"effective_since": null,
|
| 35 |
+
"fetch_timeline": true,
|
| 36 |
+
"hf_repo_id": "evalstate/fast-agent-slop",
|
| 37 |
+
"http_max_retries": 5,
|
| 38 |
+
"http_timeout": 180,
|
| 39 |
+
"issue_max_age_days": 10,
|
| 40 |
+
"max_issue_comments": null,
|
| 41 |
+
"max_issues": null,
|
| 42 |
+
"max_prs": null,
|
| 43 |
+
"max_review_comments_per_pr": null,
|
| 44 |
+
"max_reviews_per_pr": null,
|
| 45 |
+
"new_contributor_max_authors": 25,
|
| 46 |
+
"new_contributor_report": true,
|
| 47 |
+
"new_contributor_window_days": 42,
|
| 48 |
+
"pr_max_age_days": 5,
|
| 49 |
+
"private_hf_repo": false,
|
| 50 |
+
"publish": true,
|
| 51 |
+
"since": null
|
| 52 |
+
},
|
| 53 |
+
"repo": "evalstate/fast-agent",
|
| 54 |
+
"snapshot_id": "20260324T213119Z",
|
| 55 |
+
"watermark": {
|
| 56 |
+
"effective_since": null,
|
| 57 |
+
"merge_with_previous": false,
|
| 58 |
+
"next_since": "2026-03-24T21:31:19Z",
|
| 59 |
+
"previous_snapshot_dir": null,
|
| 60 |
+
"resume_enabled": true
|
| 61 |
+
}
|
| 62 |
+
}
|
new-contributors-report.json
ADDED
|
@@ -0,0 +1,423 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0",
|
| 3 |
+
"repo": "evalstate/fast-agent",
|
| 4 |
+
"snapshot_id": "20260324T213119Z",
|
| 5 |
+
"generated_at": "2026-03-24T21:34:30Z",
|
| 6 |
+
"window_days": 42,
|
| 7 |
+
"max_authors": 25,
|
| 8 |
+
"contributors": [
|
| 9 |
+
{
|
| 10 |
+
"author_login": "evalstate",
|
| 11 |
+
"name": "shaun smith",
|
| 12 |
+
"profile_url": "https://github.com/evalstate",
|
| 13 |
+
"repo_pull_requests_url": "https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Aevalstate",
|
| 14 |
+
"repo_issues_url": "https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Aevalstate",
|
| 15 |
+
"repo_first_seen_at": "2025-03-28T16:15:35Z",
|
| 16 |
+
"repo_last_seen_at": "2026-03-23T16:09:52Z",
|
| 17 |
+
"repo_primary_artifact_count": 7,
|
| 18 |
+
"repo_artifact_count": 573,
|
| 19 |
+
"snapshot_issue_count": 0,
|
| 20 |
+
"snapshot_pr_count": 7,
|
| 21 |
+
"snapshot_comment_count": 566,
|
| 22 |
+
"snapshot_review_count": 0,
|
| 23 |
+
"snapshot_review_comment_count": 0,
|
| 24 |
+
"new_to_repo": true,
|
| 25 |
+
"first_seen_in_snapshot": true,
|
| 26 |
+
"report_reason": "newly_seen",
|
| 27 |
+
"account_age_days": 5008,
|
| 28 |
+
"young_account": false,
|
| 29 |
+
"follow_through_score": "strong",
|
| 30 |
+
"breadth_score": "high",
|
| 31 |
+
"automation_risk_signal": "medium",
|
| 32 |
+
"heuristic_note": "high recent PR volume; broad repo spread",
|
| 33 |
+
"public_orgs": [
|
| 34 |
+
"modelcontextprotocol"
|
| 35 |
+
],
|
| 36 |
+
"activity": {
|
| 37 |
+
"visible_authored_pr_count": 67,
|
| 38 |
+
"merged_pr_count": 57,
|
| 39 |
+
"closed_unmerged_pr_count": 1,
|
| 40 |
+
"open_pr_count": 9,
|
| 41 |
+
"merged_pr_rate": 0.8507,
|
| 42 |
+
"closed_unmerged_pr_rate": 0.0149,
|
| 43 |
+
"still_open_pr_rate": 0.1343,
|
| 44 |
+
"distinct_repos_with_authored_prs": 18,
|
| 45 |
+
"distinct_repos_with_open_prs": 8
|
| 46 |
+
},
|
| 47 |
+
"examples": {
|
| 48 |
+
"pull_requests": [
|
| 49 |
+
{
|
| 50 |
+
"kind": "pull_request",
|
| 51 |
+
"number": 740,
|
| 52 |
+
"title": "fix markdown rendering at bottom-screen",
|
| 53 |
+
"url": "https://github.com/evalstate/fast-agent/pull/740",
|
| 54 |
+
"state": "closed",
|
| 55 |
+
"merged": true,
|
| 56 |
+
"draft": false,
|
| 57 |
+
"created_at": "2026-03-23T16:09:52Z"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"kind": "pull_request",
|
| 61 |
+
"number": 739,
|
| 62 |
+
"title": "raw usage storage, --prompt-file not interactive",
|
| 63 |
+
"url": "https://github.com/evalstate/fast-agent/pull/739",
|
| 64 |
+
"state": "closed",
|
| 65 |
+
"merged": true,
|
| 66 |
+
"draft": false,
|
| 67 |
+
"created_at": "2026-03-23T10:27:59Z"
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"kind": "pull_request",
|
| 71 |
+
"number": 738,
|
| 72 |
+
"title": "Dev/v0.6.7",
|
| 73 |
+
"url": "https://github.com/evalstate/fast-agent/pull/738",
|
| 74 |
+
"state": "closed",
|
| 75 |
+
"merged": true,
|
| 76 |
+
"draft": false,
|
| 77 |
+
"created_at": "2026-03-22T18:41:00Z"
|
| 78 |
+
}
|
| 79 |
+
],
|
| 80 |
+
"issues": []
|
| 81 |
+
},
|
| 82 |
+
"fetch_error": null
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"author_login": "peachgabba22",
|
| 86 |
+
"name": "Alexander Noskov",
|
| 87 |
+
"profile_url": "https://github.com/peachgabba22",
|
| 88 |
+
"repo_pull_requests_url": "https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Apeachgabba22",
|
| 89 |
+
"repo_issues_url": "https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Apeachgabba22",
|
| 90 |
+
"repo_first_seen_at": "2026-03-21T06:04:21Z",
|
| 91 |
+
"repo_last_seen_at": "2026-03-23T05:45:37Z",
|
| 92 |
+
"repo_primary_artifact_count": 3,
|
| 93 |
+
"repo_artifact_count": 9,
|
| 94 |
+
"snapshot_issue_count": 0,
|
| 95 |
+
"snapshot_pr_count": 3,
|
| 96 |
+
"snapshot_comment_count": 6,
|
| 97 |
+
"snapshot_review_count": 0,
|
| 98 |
+
"snapshot_review_comment_count": 0,
|
| 99 |
+
"new_to_repo": true,
|
| 100 |
+
"first_seen_in_snapshot": true,
|
| 101 |
+
"report_reason": "newly_seen",
|
| 102 |
+
"account_age_days": 1087,
|
| 103 |
+
"young_account": false,
|
| 104 |
+
"follow_through_score": "weak",
|
| 105 |
+
"breadth_score": "low",
|
| 106 |
+
"automation_risk_signal": "low",
|
| 107 |
+
"heuristic_note": "many recent closed-unmerged PRs; no visible non-self stars",
|
| 108 |
+
"public_orgs": [],
|
| 109 |
+
"activity": {
|
| 110 |
+
"visible_authored_pr_count": 3,
|
| 111 |
+
"merged_pr_count": 1,
|
| 112 |
+
"closed_unmerged_pr_count": 2,
|
| 113 |
+
"open_pr_count": 0,
|
| 114 |
+
"merged_pr_rate": 0.3333,
|
| 115 |
+
"closed_unmerged_pr_rate": 0.6667,
|
| 116 |
+
"still_open_pr_rate": 0.0,
|
| 117 |
+
"distinct_repos_with_authored_prs": 1,
|
| 118 |
+
"distinct_repos_with_open_prs": 0
|
| 119 |
+
},
|
| 120 |
+
"examples": {
|
| 121 |
+
"pull_requests": [
|
| 122 |
+
{
|
| 123 |
+
"kind": "pull_request",
|
| 124 |
+
"number": 737,
|
| 125 |
+
"title": "fix: surface non-persistent MCP init failures (fixes #405)",
|
| 126 |
+
"url": "https://github.com/evalstate/fast-agent/pull/737",
|
| 127 |
+
"state": "closed",
|
| 128 |
+
"merged": true,
|
| 129 |
+
"draft": false,
|
| 130 |
+
"created_at": "2026-03-22T16:33:26Z"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"kind": "pull_request",
|
| 134 |
+
"number": 733,
|
| 135 |
+
"title": "fix(mcp): surface non-persistent init failures with clear diagnostics",
|
| 136 |
+
"url": "https://github.com/evalstate/fast-agent/pull/733",
|
| 137 |
+
"state": "closed",
|
| 138 |
+
"merged": false,
|
| 139 |
+
"draft": false,
|
| 140 |
+
"created_at": "2026-03-21T07:17:24Z"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"kind": "pull_request",
|
| 144 |
+
"number": 732,
|
| 145 |
+
"title": "fix: fail fast when non-persistent MCP init fails",
|
| 146 |
+
"url": "https://github.com/evalstate/fast-agent/pull/732",
|
| 147 |
+
"state": "closed",
|
| 148 |
+
"merged": false,
|
| 149 |
+
"draft": false,
|
| 150 |
+
"created_at": "2026-03-21T06:04:21Z"
|
| 151 |
+
}
|
| 152 |
+
],
|
| 153 |
+
"issues": []
|
| 154 |
+
},
|
| 155 |
+
"fetch_error": null
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"author_login": "dependabot[bot]",
|
| 159 |
+
"name": null,
|
| 160 |
+
"profile_url": "https://github.com/dependabot[bot]",
|
| 161 |
+
"repo_pull_requests_url": "https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Adependabot%5Bbot%5D",
|
| 162 |
+
"repo_issues_url": "https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Adependabot%5Bbot%5D",
|
| 163 |
+
"repo_first_seen_at": "2026-03-20T08:17:41Z",
|
| 164 |
+
"repo_last_seen_at": "2026-03-20T08:17:41Z",
|
| 165 |
+
"repo_primary_artifact_count": 1,
|
| 166 |
+
"repo_artifact_count": 1,
|
| 167 |
+
"snapshot_issue_count": 0,
|
| 168 |
+
"snapshot_pr_count": 1,
|
| 169 |
+
"snapshot_comment_count": 0,
|
| 170 |
+
"snapshot_review_count": 0,
|
| 171 |
+
"snapshot_review_comment_count": 0,
|
| 172 |
+
"new_to_repo": true,
|
| 173 |
+
"first_seen_in_snapshot": true,
|
| 174 |
+
"report_reason": "newly_seen",
|
| 175 |
+
"account_age_days": null,
|
| 176 |
+
"young_account": false,
|
| 177 |
+
"follow_through_score": "n/a",
|
| 178 |
+
"breadth_score": "n/a",
|
| 179 |
+
"automation_risk_signal": "n/a",
|
| 180 |
+
"heuristic_note": "summary unavailable",
|
| 181 |
+
"public_orgs": [],
|
| 182 |
+
"activity": {
|
| 183 |
+
"visible_authored_pr_count": null,
|
| 184 |
+
"merged_pr_count": null,
|
| 185 |
+
"closed_unmerged_pr_count": null,
|
| 186 |
+
"open_pr_count": null,
|
| 187 |
+
"merged_pr_rate": null,
|
| 188 |
+
"closed_unmerged_pr_rate": null,
|
| 189 |
+
"still_open_pr_rate": null,
|
| 190 |
+
"distinct_repos_with_authored_prs": null,
|
| 191 |
+
"distinct_repos_with_open_prs": null
|
| 192 |
+
},
|
| 193 |
+
"examples": {
|
| 194 |
+
"pull_requests": [
|
| 195 |
+
{
|
| 196 |
+
"kind": "pull_request",
|
| 197 |
+
"number": 730,
|
| 198 |
+
"title": "Bump pyasn1 from 0.6.2 to 0.6.3",
|
| 199 |
+
"url": "https://github.com/evalstate/fast-agent/pull/730",
|
| 200 |
+
"state": "closed",
|
| 201 |
+
"merged": true,
|
| 202 |
+
"draft": false,
|
| 203 |
+
"created_at": "2026-03-20T08:17:41Z"
|
| 204 |
+
}
|
| 205 |
+
],
|
| 206 |
+
"issues": []
|
| 207 |
+
},
|
| 208 |
+
"fetch_error": "[{\"type\": \"NOT_FOUND\", \"path\": [\"user\"], \"locations\": [{\"line\": 3, \"column\": 3}], \"message\": \"Could not resolve to a User with the login of 'dependabot[bot]'.\"}]"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"author_login": "es617",
|
| 212 |
+
"name": null,
|
| 213 |
+
"profile_url": "https://github.com/es617",
|
| 214 |
+
"repo_pull_requests_url": "https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Aes617",
|
| 215 |
+
"repo_issues_url": "https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Aes617",
|
| 216 |
+
"repo_first_seen_at": "2026-03-23T20:43:08Z",
|
| 217 |
+
"repo_last_seen_at": "2026-03-23T20:43:08Z",
|
| 218 |
+
"repo_primary_artifact_count": 1,
|
| 219 |
+
"repo_artifact_count": 1,
|
| 220 |
+
"snapshot_issue_count": 0,
|
| 221 |
+
"snapshot_pr_count": 1,
|
| 222 |
+
"snapshot_comment_count": 0,
|
| 223 |
+
"snapshot_review_count": 0,
|
| 224 |
+
"snapshot_review_comment_count": 0,
|
| 225 |
+
"new_to_repo": true,
|
| 226 |
+
"first_seen_in_snapshot": true,
|
| 227 |
+
"report_reason": "newly_seen",
|
| 228 |
+
"account_age_days": 2154,
|
| 229 |
+
"young_account": false,
|
| 230 |
+
"follow_through_score": "strong",
|
| 231 |
+
"breadth_score": "moderate",
|
| 232 |
+
"automation_risk_signal": "low",
|
| 233 |
+
"heuristic_note": "\u2014",
|
| 234 |
+
"public_orgs": [],
|
| 235 |
+
"activity": {
|
| 236 |
+
"visible_authored_pr_count": 7,
|
| 237 |
+
"merged_pr_count": 5,
|
| 238 |
+
"closed_unmerged_pr_count": 0,
|
| 239 |
+
"open_pr_count": 2,
|
| 240 |
+
"merged_pr_rate": 0.7143,
|
| 241 |
+
"closed_unmerged_pr_rate": 0.0,
|
| 242 |
+
"still_open_pr_rate": 0.2857,
|
| 243 |
+
"distinct_repos_with_authored_prs": 5,
|
| 244 |
+
"distinct_repos_with_open_prs": 2
|
| 245 |
+
},
|
| 246 |
+
"examples": {
|
| 247 |
+
"pull_requests": [
|
| 248 |
+
{
|
| 249 |
+
"kind": "pull_request",
|
| 250 |
+
"number": 741,
|
| 251 |
+
"title": "Surface MCP server notifications to agents",
|
| 252 |
+
"url": "https://github.com/evalstate/fast-agent/pull/741",
|
| 253 |
+
"state": "open",
|
| 254 |
+
"merged": false,
|
| 255 |
+
"draft": false,
|
| 256 |
+
"created_at": "2026-03-23T20:43:08Z"
|
| 257 |
+
}
|
| 258 |
+
],
|
| 259 |
+
"issues": []
|
| 260 |
+
},
|
| 261 |
+
"fetch_error": null
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"author_login": "ori-cofounder",
|
| 265 |
+
"name": null,
|
| 266 |
+
"profile_url": "https://github.com/ori-cofounder",
|
| 267 |
+
"repo_pull_requests_url": "https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Aori-cofounder",
|
| 268 |
+
"repo_issues_url": "https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Aori-cofounder",
|
| 269 |
+
"repo_first_seen_at": "2026-03-15T22:07:38Z",
|
| 270 |
+
"repo_last_seen_at": "2026-03-15T22:07:38Z",
|
| 271 |
+
"repo_primary_artifact_count": 1,
|
| 272 |
+
"repo_artifact_count": 1,
|
| 273 |
+
"snapshot_issue_count": 1,
|
| 274 |
+
"snapshot_pr_count": 0,
|
| 275 |
+
"snapshot_comment_count": 0,
|
| 276 |
+
"snapshot_review_count": 0,
|
| 277 |
+
"snapshot_review_comment_count": 0,
|
| 278 |
+
"new_to_repo": true,
|
| 279 |
+
"first_seen_in_snapshot": true,
|
| 280 |
+
"report_reason": "newly_seen",
|
| 281 |
+
"account_age_days": 39,
|
| 282 |
+
"young_account": true,
|
| 283 |
+
"follow_through_score": "weak",
|
| 284 |
+
"breadth_score": "high",
|
| 285 |
+
"automation_risk_signal": "medium",
|
| 286 |
+
"heuristic_note": "very new account; broad repo spread; high open PR share",
|
| 287 |
+
"public_orgs": [],
|
| 288 |
+
"activity": {
|
| 289 |
+
"visible_authored_pr_count": 17,
|
| 290 |
+
"merged_pr_count": 1,
|
| 291 |
+
"closed_unmerged_pr_count": 6,
|
| 292 |
+
"open_pr_count": 10,
|
| 293 |
+
"merged_pr_rate": 0.0588,
|
| 294 |
+
"closed_unmerged_pr_rate": 0.3529,
|
| 295 |
+
"still_open_pr_rate": 0.5882,
|
| 296 |
+
"distinct_repos_with_authored_prs": 16,
|
| 297 |
+
"distinct_repos_with_open_prs": 9
|
| 298 |
+
},
|
| 299 |
+
"examples": {
|
| 300 |
+
"pull_requests": [],
|
| 301 |
+
"issues": [
|
| 302 |
+
{
|
| 303 |
+
"kind": "issue",
|
| 304 |
+
"number": 721,
|
| 305 |
+
"title": "GNAP: git-native coordination for fast-agent multi-model pipelines",
|
| 306 |
+
"url": "https://github.com/evalstate/fast-agent/issues/721",
|
| 307 |
+
"state": "open",
|
| 308 |
+
"merged": null,
|
| 309 |
+
"draft": null,
|
| 310 |
+
"created_at": "2026-03-15T22:07:38Z"
|
| 311 |
+
}
|
| 312 |
+
]
|
| 313 |
+
},
|
| 314 |
+
"fetch_error": null
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"author_login": "ktrapeznikov",
|
| 318 |
+
"name": null,
|
| 319 |
+
"profile_url": "https://github.com/ktrapeznikov",
|
| 320 |
+
"repo_pull_requests_url": "https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Aktrapeznikov",
|
| 321 |
+
"repo_issues_url": "https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Aktrapeznikov",
|
| 322 |
+
"repo_first_seen_at": "2026-03-18T15:42:44Z",
|
| 323 |
+
"repo_last_seen_at": "2026-03-18T15:53:51Z",
|
| 324 |
+
"repo_primary_artifact_count": 1,
|
| 325 |
+
"repo_artifact_count": 2,
|
| 326 |
+
"snapshot_issue_count": 1,
|
| 327 |
+
"snapshot_pr_count": 0,
|
| 328 |
+
"snapshot_comment_count": 1,
|
| 329 |
+
"snapshot_review_count": 0,
|
| 330 |
+
"snapshot_review_comment_count": 0,
|
| 331 |
+
"new_to_repo": true,
|
| 332 |
+
"first_seen_in_snapshot": true,
|
| 333 |
+
"report_reason": "newly_seen",
|
| 334 |
+
"account_age_days": 4738,
|
| 335 |
+
"young_account": false,
|
| 336 |
+
"follow_through_score": "n/a",
|
| 337 |
+
"breadth_score": "low",
|
| 338 |
+
"automation_risk_signal": "low",
|
| 339 |
+
"heuristic_note": "\u2014",
|
| 340 |
+
"public_orgs": [],
|
| 341 |
+
"activity": {
|
| 342 |
+
"visible_authored_pr_count": 0,
|
| 343 |
+
"merged_pr_count": 0,
|
| 344 |
+
"closed_unmerged_pr_count": 0,
|
| 345 |
+
"open_pr_count": 0,
|
| 346 |
+
"merged_pr_rate": null,
|
| 347 |
+
"closed_unmerged_pr_rate": null,
|
| 348 |
+
"still_open_pr_rate": null,
|
| 349 |
+
"distinct_repos_with_authored_prs": 0,
|
| 350 |
+
"distinct_repos_with_open_prs": 0
|
| 351 |
+
},
|
| 352 |
+
"examples": {
|
| 353 |
+
"pull_requests": [],
|
| 354 |
+
"issues": [
|
| 355 |
+
{
|
| 356 |
+
"kind": "issue",
|
| 357 |
+
"number": 725,
|
| 358 |
+
"title": "Get conversation history in non-interactive mode",
|
| 359 |
+
"url": "https://github.com/evalstate/fast-agent/issues/725",
|
| 360 |
+
"state": "open",
|
| 361 |
+
"merged": null,
|
| 362 |
+
"draft": null,
|
| 363 |
+
"created_at": "2026-03-18T15:42:44Z"
|
| 364 |
+
}
|
| 365 |
+
]
|
| 366 |
+
},
|
| 367 |
+
"fetch_error": null
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"author_login": "phucly95",
|
| 371 |
+
"name": "Nguyen Van Phuc(Felix)",
|
| 372 |
+
"profile_url": "https://github.com/phucly95",
|
| 373 |
+
"repo_pull_requests_url": "https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Aphucly95",
|
| 374 |
+
"repo_issues_url": "https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Aphucly95",
|
| 375 |
+
"repo_first_seen_at": "2026-03-19T08:29:00Z",
|
| 376 |
+
"repo_last_seen_at": "2026-03-20T02:35:39Z",
|
| 377 |
+
"repo_primary_artifact_count": 1,
|
| 378 |
+
"repo_artifact_count": 2,
|
| 379 |
+
"snapshot_issue_count": 1,
|
| 380 |
+
"snapshot_pr_count": 0,
|
| 381 |
+
"snapshot_comment_count": 1,
|
| 382 |
+
"snapshot_review_count": 0,
|
| 383 |
+
"snapshot_review_comment_count": 0,
|
| 384 |
+
"new_to_repo": true,
|
| 385 |
+
"first_seen_in_snapshot": true,
|
| 386 |
+
"report_reason": "newly_seen",
|
| 387 |
+
"account_age_days": 3151,
|
| 388 |
+
"young_account": false,
|
| 389 |
+
"follow_through_score": "mixed",
|
| 390 |
+
"breadth_score": "low",
|
| 391 |
+
"automation_risk_signal": "low",
|
| 392 |
+
"heuristic_note": "many recent closed-unmerged PRs",
|
| 393 |
+
"public_orgs": [],
|
| 394 |
+
"activity": {
|
| 395 |
+
"visible_authored_pr_count": 2,
|
| 396 |
+
"merged_pr_count": 1,
|
| 397 |
+
"closed_unmerged_pr_count": 1,
|
| 398 |
+
"open_pr_count": 0,
|
| 399 |
+
"merged_pr_rate": 0.5,
|
| 400 |
+
"closed_unmerged_pr_rate": 0.5,
|
| 401 |
+
"still_open_pr_rate": 0.0,
|
| 402 |
+
"distinct_repos_with_authored_prs": 1,
|
| 403 |
+
"distinct_repos_with_open_prs": 0
|
| 404 |
+
},
|
| 405 |
+
"examples": {
|
| 406 |
+
"pull_requests": [],
|
| 407 |
+
"issues": [
|
| 408 |
+
{
|
| 409 |
+
"kind": "issue",
|
| 410 |
+
"number": 726,
|
| 411 |
+
"title": "Per-agent skills filtering is overridden by global static context in `enrich_with_environment_context`",
|
| 412 |
+
"url": "https://github.com/evalstate/fast-agent/issues/726",
|
| 413 |
+
"state": "closed",
|
| 414 |
+
"merged": null,
|
| 415 |
+
"draft": null,
|
| 416 |
+
"created_at": "2026-03-19T08:29:00Z"
|
| 417 |
+
}
|
| 418 |
+
]
|
| 419 |
+
},
|
| 420 |
+
"fetch_error": null
|
| 421 |
+
}
|
| 422 |
+
]
|
| 423 |
+
}
|
new-contributors-report.md
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# New Contributor Report: evalstate/fast-agent
|
| 2 |
+
|
| 3 |
+
- Snapshot: `20260324T213119Z`
|
| 4 |
+
- Generated: `2026-03-24T21:34:30Z`
|
| 5 |
+
- Activity window: `42d`
|
| 6 |
+
- Contributors: `7`
|
| 7 |
+
|
| 8 |
+
## Summary
|
| 9 |
+
|
| 10 |
+
| Author | Profile | Status | Account age | Repo first seen | Snapshot PRs | Snapshot issues | Follow-through | Breadth | Automation risk | Notes |
|
| 11 |
+
| --- | --- | --- | ---: | --- | ---: | ---: | --- | --- | --- | --- |
|
| 12 |
+
| `evalstate` | [profile](https://github.com/evalstate) | new this snapshot | 5008d | `2025-03-28T16:15:35Z` | 7 | 0 | strong | high | medium | high recent PR volume; broad repo spread |
|
| 13 |
+
| `peachgabba22` | [profile](https://github.com/peachgabba22) | new this snapshot | 1087d | `2026-03-21T06:04:21Z` | 3 | 0 | weak | low | low | many recent closed-unmerged PRs; no visible non-self stars |
|
| 14 |
+
| `dependabot[bot]` | [profile](https://github.com/dependabot[bot]) | new this snapshot | ?d | `2026-03-20T08:17:41Z` | 1 | 0 | n/a | n/a | n/a | summary unavailable |
|
| 15 |
+
| `es617` | [profile](https://github.com/es617) | new this snapshot | 2154d | `2026-03-23T20:43:08Z` | 1 | 0 | strong | moderate | low | — |
|
| 16 |
+
| `ori-cofounder` | [profile](https://github.com/ori-cofounder) | new this snapshot | 39d | `2026-03-15T22:07:38Z` | 0 | 1 | weak | high | medium | very new account; broad repo spread; high open PR share |
|
| 17 |
+
| `ktrapeznikov` | [profile](https://github.com/ktrapeznikov) | new this snapshot | 4738d | `2026-03-18T15:42:44Z` | 0 | 1 | n/a | low | low | — |
|
| 18 |
+
| `phucly95` | [profile](https://github.com/phucly95) | new this snapshot | 3151d | `2026-03-19T08:29:00Z` | 0 | 1 | mixed | low | low | many recent closed-unmerged PRs |
|
| 19 |
+
|
| 20 |
+
## Contributors
|
| 21 |
+
|
| 22 |
+
### `evalstate`
|
| 23 |
+
|
| 24 |
+
- profile: [github.com/evalstate](https://github.com/evalstate)
|
| 25 |
+
- repo PR search: [open search](https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Aevalstate)
|
| 26 |
+
- repo issue search: [open search](https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Aevalstate)
|
| 27 |
+
- repo first seen: `2025-03-28T16:15:35Z`
|
| 28 |
+
- repo last seen: `2026-03-23T16:09:52Z`
|
| 29 |
+
- status: **new this snapshot**
|
| 30 |
+
- repo primary artifacts: **7**
|
| 31 |
+
- snapshot authored PRs/issues: **7 PRs / 0 issues**
|
| 32 |
+
- snapshot discussion activity: **566 comments / 0 reviews / 0 review comments**
|
| 33 |
+
- account age: **5008 days**
|
| 34 |
+
- recent public PR activity: **67 PRs** (57 merged / 1 closed-unmerged / 9 open; merged rate **85%**, closed-unmerged rate **1%**, open rate **13%**)
|
| 35 |
+
- public orgs: `modelcontextprotocol`
|
| 36 |
+
- compact scores: follow-through **strong**, breadth **high**, automation risk **medium**
|
| 37 |
+
- heuristic read: **high recent PR volume; broad repo spread**
|
| 38 |
+
|
| 39 |
+
Example artifacts:
|
| 40 |
+
- [PR #740: fix markdown rendering at bottom-screen](https://github.com/evalstate/fast-agent/pull/740) — closed, merged
|
| 41 |
+
- [PR #739: raw usage storage, --prompt-file not interactive](https://github.com/evalstate/fast-agent/pull/739) — closed, merged
|
| 42 |
+
- [PR #738: Dev/v0.6.7](https://github.com/evalstate/fast-agent/pull/738) — closed, merged
|
| 43 |
+
|
| 44 |
+
### `peachgabba22`
|
| 45 |
+
|
| 46 |
+
- profile: [github.com/peachgabba22](https://github.com/peachgabba22)
|
| 47 |
+
- repo PR search: [open search](https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Apeachgabba22)
|
| 48 |
+
- repo issue search: [open search](https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Apeachgabba22)
|
| 49 |
+
- repo first seen: `2026-03-21T06:04:21Z`
|
| 50 |
+
- repo last seen: `2026-03-23T05:45:37Z`
|
| 51 |
+
- status: **new this snapshot**
|
| 52 |
+
- repo primary artifacts: **3**
|
| 53 |
+
- snapshot authored PRs/issues: **3 PRs / 0 issues**
|
| 54 |
+
- snapshot discussion activity: **6 comments / 0 reviews / 0 review comments**
|
| 55 |
+
- account age: **1087 days**
|
| 56 |
+
- recent public PR activity: **3 PRs** (1 merged / 2 closed-unmerged / 0 open; merged rate **33%**, closed-unmerged rate **67%**, open rate **0%**)
|
| 57 |
+
- public orgs: none visible
|
| 58 |
+
- compact scores: follow-through **weak**, breadth **low**, automation risk **low**
|
| 59 |
+
- heuristic read: **many recent closed-unmerged PRs; no visible non-self stars**
|
| 60 |
+
|
| 61 |
+
Example artifacts:
|
| 62 |
+
- [PR #737: fix: surface non-persistent MCP init failures (fixes #405)](https://github.com/evalstate/fast-agent/pull/737) — closed, merged
|
| 63 |
+
- [PR #733: fix(mcp): surface non-persistent init failures with clear diagnostics](https://github.com/evalstate/fast-agent/pull/733) — closed
|
| 64 |
+
- [PR #732: fix: fail fast when non-persistent MCP init fails](https://github.com/evalstate/fast-agent/pull/732) — closed
|
| 65 |
+
|
| 66 |
+
### `dependabot[bot]`
|
| 67 |
+
|
| 68 |
+
- profile: [github.com/dependabot[bot]](https://github.com/dependabot[bot])
|
| 69 |
+
- repo PR search: [open search](https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Adependabot%5Bbot%5D)
|
| 70 |
+
- repo issue search: [open search](https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Adependabot%5Bbot%5D)
|
| 71 |
+
- repo first seen: `2026-03-20T08:17:41Z`
|
| 72 |
+
- repo last seen: `2026-03-20T08:17:41Z`
|
| 73 |
+
- status: **new this snapshot**
|
| 74 |
+
- repo primary artifacts: **1**
|
| 75 |
+
- snapshot authored PRs/issues: **1 PRs / 0 issues**
|
| 76 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 77 |
+
- account age: **? days**
|
| 78 |
+
- recent public PR activity: **? PRs** (? merged / ? closed-unmerged / ? open; merged rate **n/a**, closed-unmerged rate **n/a**, open rate **n/a**)
|
| 79 |
+
- public orgs: none visible
|
| 80 |
+
- compact scores: follow-through **n/a**, breadth **n/a**, automation risk **n/a**
|
| 81 |
+
- heuristic read: **summary unavailable**
|
| 82 |
+
- enrichment fetch error: `[{"type": "NOT_FOUND", "path": ["user"], "locations": [{"line": 3, "column": 3}], "message": "Could not resolve to a User with the login of 'dependabot[bot]'."}]`
|
| 83 |
+
|
| 84 |
+
Example artifacts:
|
| 85 |
+
- [PR #730: Bump pyasn1 from 0.6.2 to 0.6.3](https://github.com/evalstate/fast-agent/pull/730) — closed, merged
|
| 86 |
+
|
| 87 |
+
### `es617`
|
| 88 |
+
|
| 89 |
+
- profile: [github.com/es617](https://github.com/es617)
|
| 90 |
+
- repo PR search: [open search](https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Aes617)
|
| 91 |
+
- repo issue search: [open search](https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Aes617)
|
| 92 |
+
- repo first seen: `2026-03-23T20:43:08Z`
|
| 93 |
+
- repo last seen: `2026-03-23T20:43:08Z`
|
| 94 |
+
- status: **new this snapshot**
|
| 95 |
+
- repo primary artifacts: **1**
|
| 96 |
+
- snapshot authored PRs/issues: **1 PRs / 0 issues**
|
| 97 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 98 |
+
- account age: **2154 days**
|
| 99 |
+
- recent public PR activity: **7 PRs** (5 merged / 0 closed-unmerged / 2 open; merged rate **71%**, closed-unmerged rate **0%**, open rate **29%**)
|
| 100 |
+
- public orgs: none visible
|
| 101 |
+
- compact scores: follow-through **strong**, breadth **moderate**, automation risk **low**
|
| 102 |
+
- heuristic read: **—**
|
| 103 |
+
|
| 104 |
+
Example artifacts:
|
| 105 |
+
- [PR #741: Surface MCP server notifications to agents](https://github.com/evalstate/fast-agent/pull/741) — open
|
| 106 |
+
|
| 107 |
+
### `ori-cofounder`
|
| 108 |
+
|
| 109 |
+
- profile: [github.com/ori-cofounder](https://github.com/ori-cofounder)
|
| 110 |
+
- repo PR search: [open search](https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Aori-cofounder)
|
| 111 |
+
- repo issue search: [open search](https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Aori-cofounder)
|
| 112 |
+
- repo first seen: `2026-03-15T22:07:38Z`
|
| 113 |
+
- repo last seen: `2026-03-15T22:07:38Z`
|
| 114 |
+
- status: **new this snapshot**
|
| 115 |
+
- repo primary artifacts: **1**
|
| 116 |
+
- snapshot authored PRs/issues: **0 PRs / 1 issues**
|
| 117 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 118 |
+
- account age: **39 days**
|
| 119 |
+
- recent public PR activity: **17 PRs** (1 merged / 6 closed-unmerged / 10 open; merged rate **6%**, closed-unmerged rate **35%**, open rate **59%**)
|
| 120 |
+
- public orgs: none visible
|
| 121 |
+
- compact scores: follow-through **weak**, breadth **high**, automation risk **medium**
|
| 122 |
+
- heuristic read: **very new account; broad repo spread; high open PR share**
|
| 123 |
+
|
| 124 |
+
Example artifacts:
|
| 125 |
+
- [Issue #721: GNAP: git-native coordination for fast-agent multi-model pipelines](https://github.com/evalstate/fast-agent/issues/721) — open
|
| 126 |
+
|
| 127 |
+
### `ktrapeznikov`
|
| 128 |
+
|
| 129 |
+
- profile: [github.com/ktrapeznikov](https://github.com/ktrapeznikov)
|
| 130 |
+
- repo PR search: [open search](https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Aktrapeznikov)
|
| 131 |
+
- repo issue search: [open search](https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Aktrapeznikov)
|
| 132 |
+
- repo first seen: `2026-03-18T15:42:44Z`
|
| 133 |
+
- repo last seen: `2026-03-18T15:53:51Z`
|
| 134 |
+
- status: **new this snapshot**
|
| 135 |
+
- repo primary artifacts: **1**
|
| 136 |
+
- snapshot authored PRs/issues: **0 PRs / 1 issues**
|
| 137 |
+
- snapshot discussion activity: **1 comments / 0 reviews / 0 review comments**
|
| 138 |
+
- account age: **4738 days**
|
| 139 |
+
- recent public PR activity: **0 PRs** (0 merged / 0 closed-unmerged / 0 open; merged rate **n/a**, closed-unmerged rate **n/a**, open rate **n/a**)
|
| 140 |
+
- public orgs: none visible
|
| 141 |
+
- compact scores: follow-through **n/a**, breadth **low**, automation risk **low**
|
| 142 |
+
- heuristic read: **—**
|
| 143 |
+
|
| 144 |
+
Example artifacts:
|
| 145 |
+
- [Issue #725: Get conversation history in non-interactive mode](https://github.com/evalstate/fast-agent/issues/725) — open
|
| 146 |
+
|
| 147 |
+
### `phucly95`
|
| 148 |
+
|
| 149 |
+
- profile: [github.com/phucly95](https://github.com/phucly95)
|
| 150 |
+
- repo PR search: [open search](https://github.com/evalstate/fast-agent/pulls?q=is%3Apr+author%3Aphucly95)
|
| 151 |
+
- repo issue search: [open search](https://github.com/evalstate/fast-agent/issues?q=is%3Aissue+author%3Aphucly95)
|
| 152 |
+
- repo first seen: `2026-03-19T08:29:00Z`
|
| 153 |
+
- repo last seen: `2026-03-20T02:35:39Z`
|
| 154 |
+
- status: **new this snapshot**
|
| 155 |
+
- repo primary artifacts: **1**
|
| 156 |
+
- snapshot authored PRs/issues: **0 PRs / 1 issues**
|
| 157 |
+
- snapshot discussion activity: **1 comments / 0 reviews / 0 review comments**
|
| 158 |
+
- account age: **3151 days**
|
| 159 |
+
- recent public PR activity: **2 PRs** (1 merged / 1 closed-unmerged / 0 open; merged rate **50%**, closed-unmerged rate **50%**, open rate **0%**)
|
| 160 |
+
- public orgs: none visible
|
| 161 |
+
- compact scores: follow-through **mixed**, breadth **low**, automation risk **low**
|
| 162 |
+
- heuristic read: **many recent closed-unmerged PRs**
|
| 163 |
+
|
| 164 |
+
Example artifacts:
|
| 165 |
+
- [Issue #726: Per-agent skills filtering is overridden by global static context in `enrich_with_environment_context`](https://github.com/evalstate/fast-agent/issues/726) — closed
|
new_contributors.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2df38e2f76f51085219eaacf8935e510249a1d1e4a7657301daeacb2b506b3cb
|
| 3 |
+
size 15016
|
pr_comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ca52c37739ecff1b502ccf806b8aef53570904757dbc73e8a9ff4a6b5e51627
|
| 3 |
+
size 160144
|
pr_diffs.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be60af3868233384bf36a3f4993ba6590fa852047a0e033dac8da674d20f1574
|
| 3 |
+
size 249952
|
pr_files.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ffd8a0c480b02cbe27986386a02639ba99258472db941c0a41b6db5df853b49
|
| 3 |
+
size 168370
|
pull_requests.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:904846e63e22b5e79e4b029746b29c42ab3e29024fec81d0cd3030174ae32a03
|
| 3 |
+
size 31527
|
review_comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a95235608008808a4b14226d188e0948eb9915a844d8a0184b010c3a13c3b44
|
| 3 |
+
size 4717
|
reviews.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a7a3fb636d7dc972044406c28e6ccdb3f4d0d01ab85d3b150228a53cb2851b1
|
| 3 |
+
size 2984
|