timo9378/flow2code Route Diff

Semantic flow diff for TypeScript API routes. Posts a PR comment showing what changed in each route's control flow — removed error handling, changed branch conditions, new external calls — instead of a text diff.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenToken used to post the PR comment (usually secrets.GITHUB_TOKEN)yes
paths-regexRegex selecting which changed files are analyzed as routesno(^|/)route\.[tj]sx?$|/pages/api/.+\.[tj]sx?$|/api/.+/route\.[tj]sx?$
max-filesMaximum number of files reported in one commentno20
fail-on-warningFail the check when a flow warning (e.g. removed error handling) is foundnofalse
flow2code-cliOverride the CLI invocation (advanced; used for dogfooding from source)nonpx -y @timo9378/flow2code

no outputs