Lesson 6 of 7 · 0%Recover the diagnostic path and hand off cleanlyNext
Course map

CLI Essentials and Operator Diagnostics

0 of 7 complete0 of 7

Lesson 6.1 · 30 minutes

Recover the diagnostic path and hand off cleanly

Choose a recovery command only when its scope matches the observed failure, then deliver a minimal reproducible report.

Skip course map
Current lessonRecover the diagnostic path and hand off cleanly0% complete · 0/7 lessons

CLI Essentials and Operator Diagnostics

0% complete · Current: Recover the diagnostic path and hand off cleanly

Verifiedon 2026.7.1-2

Action boundary

Before you act

Expected result
A handoff names the symptom, version, non-destructive checks, one approved change or no-change decision, result, and explicit rollback/escalation point.
Failure mode
A broad fix command hides the original evidence or multiple changes make it impossible to attribute recovery.
Rollback
Stop additional changes, preserve redacted before/after evidence, and transfer service ownership with the original failure condition intact.

Match scope before action

doctor --fix targets named local setup repairs. channels dead-letters resubmit targets one retained inbound event after its cause is corrected. update repair converges update finalization after a core change but does not install a new core package or restart the gateway. These are not interchangeable recovery buttons.

Minimal reproducible handoff

Use this template:

Time window and impact:
Installed version / install method:
Symptom and affected layer/account:
Non-destructive checks + redacted results:
Hypothesis and confidence:
One approved change (or explicit no-change decision):
Post-check result:
Rollback condition / next owner / evidence location:

Escalate when evidence conflicts

Escalate if a gateway snapshot and a live channel probe disagree, a log source changed during follow mode, a config write would replace an unknown object, or a proposed recovery needs credentials, message payloads, or production access you do not own. A precise no-change handoff is a successful operator outcome.

Checkpoint

Which is safer when a dead letter’s cause is unknown: resubmit, delete, or preserve and escalate? Preserve and escalate. The retained failure is evidence; retrying can create new uncertainty before the cause is understood.

Source provenanceVerification and sources

Review receipt rr_cli_recovery_handoff

Outcome
approved
Method
source-review
Reviewer
forge-independent-review
Reviewed

Evidence

Limitations

  • Primary-source editorial review; recovery remains a human-approved decision.

Open the public evidence snapshot

Lesson checkpoint

Ready to move on?

Mark this lesson complete when you can apply its outcome without relying on the examples above.