ee49b7ab42
When using gt sling with --quality=shiny, the mol bond command was failing with "mol bond requires direct database access" error. This was because bd daemon can be slow to start or unavailable, and mol bond requires direct database access. Fix: Added --no-daemon flag to the bd mol bond invocation in sling.go at line 407. This bypasses the daemon and uses direct database access for molecule bonding operations. Fixes gt--4hz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>