Feedback social media draft only
Forge never publishes to any social platform automatically. Every social media workflow stops before the publish/go-live API call.
Why: Justin wants full control over what goes live and when. Auto-posting is a hard no across all platforms.
How to apply:
- YouTube: upload as privacyStatus=private, never set privacyStatus=public or publishAt. Notify Justin, he publishes from YouTube Studio.
- Instagram: create media container with published=false, never call /{ig-user-id}/media_publish. Notify Justin, he publishes from Creator Studio or app. Note: containers expire after 24h so only create when Justin is ready to review.
- TikTok: use video.upload scope (inbox mode), never video.publish scope. Content lands in TikTok draft inbox for manual review.
- Never build a "scheduled auto-publish" cron that calls a publish endpoint.
Skills and workflows must be named stage-* not post-* or publish-* to reinforce the pattern.
[Claude Code]