.agents/skills/deep-review/references/dimensions/observability.md
When this code misbehaves in production six months from now, can the person debugging it (possibly an agent) see what happened and why the code is the way it is?
catch blocks that swallow errors: no log, no rethrow, no user feedback — silent failure is the most expensive kinddebug package with a proper lobe-* namespace, not stray console.*.agents/skills/debug-package/SKILL.md — namespace conventions, format specifiersCLAUDE.md / AGENTS.md comment rules — mandatory comment scenarios (complex logic, trade-offs, reference links)rg "catch" <changed files> — read every catch body added/modified by this diff; classify as logged / rethrown / surfaced / swallowed.// ignore: <reason>).