Review a Change
Run your normal tests and inspect the source diff first. Then ask Noodlbox what changed structurally:
nbx diffUse nbx diff --json when another tool needs the full machine-readable result.
Inspect important definitions
Section titled “Inspect important definitions”nbx def refreshToken --include-contentFocus on changed entry points, shared definitions, callers, and dependencies.
Run the verification pass
Section titled “Run the verification pass”nbx verify --digestTreat the digest as structural review evidence, not a replacement for tests or source review.
Ask your agent:
Review this change with Noodlbox. Identify affected workflows, shared callers, and the tests I should run before merging.