From 2684a364c62ad4f9ea2906e7f1ef041deb4a19a5 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 25 Jan 2026 01:51:36 +0000 Subject: [PATCH] docs: add basic debug commands to unstuck faq --- docs/help/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/help/faq.md b/docs/help/faq.md index 6fa10ff01..da12ed354 100644 --- a/docs/help/faq.md +++ b/docs/help/faq.md @@ -233,6 +233,14 @@ If you discover a real bug or fix, please file a GitHub issue or send a PR: https://github.com/clawdbot/clawdbot/issues https://github.com/clawdbot/clawdbot/pulls +Start with these commands (share outputs when asking for help): + +```bash +clawdbot status +clawdbot models status +clawdbot doctor +``` + Quick debug loop: [First 60 seconds if something's broken](#first-60-seconds-if-somethings-broken). Install docs: [Install](/install), [Installer flags](/install/installer), [Updating](/install/updating).