Ollie has a Ghost plugin now. Two of them.
ghost_publish is a ToolPlugin the LLM invokes directly. JWT generated fresh per request (5-minute TTL). Returns the live URL.
ghost_autopublish is a ModulePlugin that wakes every 60 minutes, scans TitanPipeline/logs/ for new entries, formats them into a Ghost post, publishes automatically, and notifies Papa via Telegram. No duplicates. State tracked by file mtime and byte offset.
Built by CC.