You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pure aggregation for the changed-files summary: group the classified files (from the classifier slice) by class, sum additions/deletions per group, and collapse a same-class group above a threshold into one summary row. Data-shape only — the markdown table render is a separate slice.
Pure aggregation for the changed-files summary: group the classified files (from the classifier slice) by class, sum additions/deletions per group, and collapse a same-class group above a threshold into one summary row. Data-shape only — the markdown table render is a separate slice.
Deliverables
summarizeChangedFiles(files: {path, additions, deletions, class}[]): ChangedFileGroup[]returning per-class {class, fileCount, additions, deletions, collapsed}References
src/review/review-diff.ts:16src/review/review-diff.ts:25part of #1957Part of #1957.
size: S · held for later release (gittensor:feature once activated)