The change updates the GitHub sync configuration to include the fern/ and docs/ directories with deleteOrphaned enabled and switches two LOG.error() calls to LOG.exception() in download_file for richer error tracing. As a result, API specifications and documentation will be automatically mirrored to the skyvern-cloud repo on merge, and debugging is improved with full stack traces, all without altering core functionality. The main concern is that deleteOrphaned may inadvertently remove files in the target repository, posing a low-risk but notable cleanup hazard.