graph_validation.ts view source
(repos: LocalRepo[]): RepoAnalysis import {analyze_repos} from '@fuzdev/fuz_gitops/graph_validation.js'; Builds the dependency graph and runs cycle/wildcard analysis, tolerating cycles
(reports rather than throws). The shared core of gitops_analyze and
gitops_validate, which format the result themselves โ so this stays silent
(no log) to avoid emitting a redundant "Analyzing dependencies" line.
repos
LocalRepo[]returns
RepoAnalysis