Ismael
90d · built 2026-09-08
Performance
What Ismael shipped in the selected window, measured in ETV, and how it compares with the 90 days before it.
Effective capacity
−0.7engineers
delivers like 0.3 (0.3x pre-AI)
Output (ETV)
0.0ETV
−98.3% vs 2.4 prior
Features share
0.0%
−35.6 pp vs prior window
Fixes share
0.0%
−0.8 pp vs prior window
Work mix
0% Features100% Maintenance0% Tests0% Docs0% Fixes
1 commits over 90 days, ending 2026-09-08.
Repository spread
Where this developer's commits land. Concentrated work (top1 > 80%) vs polymath spread (top1 < 30%).
Most impactful commits
Top 10 by ETV in the last 90 days.
- 0.0ETVci: close superseded regen PRs before generation (#335) * ci: close superseded regen PRs before generation The nightly Generate job aborts whenever the previous regen PR is still open. Speakeasy's action reuses that PR's branch, then rejects it because signed_commits makes it author commits as github-actions[bot] — a name absent from its own automation allow-list — so it reads its own commit as an external push. Add a gating job that closes unapproved bot regen PRs first, so the action starts from a fresh branch. 40 of 92 scheduled nights failed this way between May 1 and Jul 31; replaying the review state at each run's start time, all 40 would have proceeded. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> * ci: keep the branch when sweeping a regen PR Closing the PR is enough to free the branch: the action only reuses branches that have an open PR, so a dangling branch is invisible to it. Keeping it makes the sweep recoverable. Half of the runs that clear the guard still fail for unrelated reasons (26 of 52 in the May-Jul window), and in that case the swept PR can simply be reopened rather than waiting for a later green run. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>github.com-vercel-sdk · 4a7287fd · 2026-07-31
- 0.0ETVfix: persist Apache-2.0 license in package.json via additionalPackageJSON (#312) Adds license to gen.yaml so Speakeasy includes it on every generation run, preventing it from being overwritten. Addresses the concern raised in PR #311. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>github.com-vercel-sdk · e9bd85db · 2026-06-10