See llms.txt for all machine-readable content.
This manual workflow audits a Google Drive “scheduled post” queue by validating folder names, scheduled times, and required files (tweet.txt and images). It reads each folder’s contents, flags invalid or duplicate schedules, and outputs a human-readable report plus structured results.
yyyy-MM-dd_HHmm__label format to verify it contains a real date/time, converts it to UTC using your offset, checks that it is in the future, and warns on duplicate scheduled times.tweet.txt, enforcing the configured image count and extensions, and failing folders that contain nested folders or “already processed” marker files.utcOffsetMinutes to match the timezone used in folder names and adjust minImages, maxImages, and supportedExtensions as needed.yyyy-MM-dd_HHmm__label and contains exactly one tweet.txt plus the required number of supported image files before running the workflow.