Skip to content

feat: worktree grouping — merge projects by display_name#136

Merged
pitimon merged 1 commit intomainfrom
feat/worktree-grouping
Apr 6, 2026
Merged

feat: worktree grouping — merge projects by display_name#136
pitimon merged 1 commit intomainfrom
feat/worktree-grouping

Conversation

@pitimon
Copy link
Copy Markdown
Owner

@pitimon pitimon commented Apr 6, 2026

Summary

Closes #135

Test plan

  • npx tsc --noEmit — zero errors
  • npm test — 121/121 pass
  • CI passes
  • /api/projects returns fewer grouped entries

After building ProjectSummary[], merge entries with identical
display_name (worktrees stripped by projectDisplayName). Aggregates
session_count, tokens, cost, duration, and all metrics.

Example: "pve" + 6 worktrees (elion, sanderson, rubin, solomon,
jemison, lamport) → 1 "pve" entry with 378 sessions.

Reduces project count from ~15 to ~9 real projects.

Closes #135
@pitimon pitimon merged commit 19aebec into main Apr 6, 2026
1 check passed
@pitimon pitimon deleted the feat/worktree-grouping branch April 6, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: worktree grouping — compare UX between grouped vs ungrouped projects

1 participant