c:/dev/ktsu-dev/CrossRepoActions is a standalone CLI that batches operations across many git repos and .NET solutions: DiscoverRepositories, BuildAndTest, GitPull, UpdatePackages. KtsuTools already has a repo branch with discover, build, pull, update-packages — there is heavy overlap.
What to figure out
- Was
KtsuTools.Repo ported from CrossRepoActions or written fresh?
- Which CrossRepoActions features didn't make it across? Documented features include:
- Interactive menu mode (no flags → menu).
- Parallel build/test execution.
- PowerShell-Core-driven steps.
- Should CrossRepoActions be archived once parity is reached?
Acceptance
- A short audit comment on this issue listing each CrossRepoActions feature and whether it exists in
KtsuTools.Repo.
- Each missing feature is either filed as a follow-up issue or implemented.
- A decision recorded on whether to archive CrossRepoActions.
c:/dev/ktsu-dev/CrossRepoActionsis a standalone CLI that batches operations across many git repos and .NET solutions:DiscoverRepositories,BuildAndTest,GitPull,UpdatePackages. KtsuTools already has arepobranch withdiscover,build,pull,update-packages— there is heavy overlap.What to figure out
KtsuTools.Repoported from CrossRepoActions or written fresh?Acceptance
KtsuTools.Repo.