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
cli/add_from_fs(feat[UX]): Improve output for many existing repositories
why: When scanning directories with many existing repos (37+), the output
was overwhelming and buried the important information about new repos.
what:
- Show summary only when >5 existing repos instead of full list
- Add clear "Found X new repositories to add:" section before confirmation
- Display new repos prominently with + prefix before asking to add
- Keep detailed output for ≤5 existing repos
- Add test for many existing repos scenario
This dramatically improves signal-to-noise ratio when adding repos to
large existing configurations.
refs: User feedback about 37-39 repo output drowning out 2 new additions
0 commit comments