Correctness & Error Handling Fix Find and fix correctness issues and missing error handling in $ARGUMENTS (or the whole app if no argument is given). Work through every step below. Each step searches for problems and then fixes them in place . Only report issues that cannot be auto-fixed. --- Step 1 — Map data flows and fix known defects Read these files before checking anything: - / — top-level error boundaries and auth flow - All files matching , — shared async state - All files matching , — CDF SDK call sites For each async data source, note: - What happens when the request fails (network…