Feature: Schedule slot execution As a system administrator I want scheduled cron slots to run and generate blog posts So that content is published automatically at configured times Scenario: Active morning slot creates a blog post when run Given the Anthropic API key is configured in Settings And the blog "ITSulu Insights" exists in Odoo When the generation completes Then a blog.post record is created with a non-empty title And a generation log entry exists with state "success" Scenario Outline: Schedule slot generates from different topic sources Given the Anthropic API key is configured in Settings And the blog "ITSulu Insights" exists in Odoo When the generation completes Then a blog.post record is created with a non-empty title And the generation log trigger_source is "scheduled"