Verification suggestions
branchbrief suggests verification commands from repository shape.
For Node.js projects, it can inspect package scripts and suggest commands such as:
npm testnpm run typechecknpm run lintnpm run buildFor other common project files, it can suggest targeted commands such as:
make testjust testpytestruff check .mypy .git diff --checkV1 should suggest commands only. Running tests remains an explicit human or CI action.