Modules§
Functions§
- find_
affected - Main orchestration: given a project root and base ref, determine which packages are affected by git changes.
- find_
affected_ with_ options - Enhanced version of find_affected with support for explain, filter, and skip.
- find_
merge_ base - Compute the merge-base between HEAD and the given branch.
Wraps
git::merge_basefor use from the CLI. - resolve_
project - Build the project graph and return it alongside the resolver. Used by commands that need the graph without computing affected packages.