a digital person for bluesky

Document --debug flag in CLAUDE.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Changed files
+3
+3
CLAUDE.md
··· 44 44 45 45 # Run synthesis-only mode with immediate synthesis every 2 minutes 46 46 ac && python bsky.py --synthesis-only --synthesis-interval 120 47 + 48 + # Run with debug logging enabled (shows detailed tool call tracking) 49 + ac && python bsky.py --debug 47 50 ``` 48 51 49 52 ### Managing Tools