Skip to content

Trust and Freshness

Local commands read the selected repository and its local Noodlbox box. Source stays on the machine unless you explicitly target or synchronize an external box.

Use exact targets such as --box, --repo, or --hub when the current directory is not the intended source.

The structural model reflects the last analysis, while source files may continue changing:

Terminal window
nbx status --check

Run analysis again when status reports stale input or when new source must be included:

Terminal window
nbx analyze .

Use nbx diff to inspect working-tree changes against the analyzed baseline.

An absent result does not prove that code does not exist. Generated code, dynamic dispatch, unsupported syntax, and language support boundaries can limit what analysis resolves.

For important negative claims:

  1. Check status.
  2. Inspect the relevant source.
  3. State the files or language scope you verified.

Commands such as nbx delete, nbx reset, nbx migrate, and some configuration operations change Noodlbox-managed state. Preview migrations and read command help before automating them.