raaghav-pillai/Mendral AST Interceptor

Inspects AI-proposed pull request changes using AST diffing. Renders a structural diff tree highlighting altered functions and logic branches.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for fetching PR file contents and posting commentsyes${{ github.token }}
pr-numberPull request number to inspect. Auto-detected from GITHUB_REF if not provided.no""
post-commentWhether to post a Markdown summary as a PR comment (true/false)notrue
verboseShow inline body diff for modified nodes (true/false)nofalse
node-versionNode.js version to useno20
namedescription
has-changes'true' if any structural changes were detected, 'false' otherwise
stats-jsonJSON string with diff stats: {added, removed, modified, unchanged, total}