Describe the Problem
In order to satisfy #2901, we need ways to identify the reference packages currently in use when a repository is built from source, and what code path is pulling those reference packages in.
Describe the Solution
Create tooling to identify the reference packages that are required by a repo source build. The report should include:
- The list of source build reference packages
- How each package is brought in.
Additional Context
This helps drive the TFM reduction.