Publish a completed episode — export to Google Drive, generate note.com articles, mark as complete
Guide the user through publishing a completed episode.
/publish 42Use get_episode_status to check which steps are approved.
Report what's available:
| Action | Requires |
|---|---|
| Google Drive Export | analysis approved |
| note.com Analysis Article | analysis approved |
| note.com Video Article | video approved |
| Mark Complete | any state (always available) |
Present available actions as numbered list:
利用可能な公開アクション:
1. Google Drive エクスポート
2. note.com 分析記事
3. note.com 動画紹介記事
4. 完了マーク
Ask which to perform. Allow multiple selections (e.g., "1,2,4").
Run selected actions in order:
export_to_drive with episode_id. Show the Drive URL.curl -s -X POST http://localhost:8000/api/episodes/{id}/note/analysis. Show preview.curl -s -X POST http://localhost:8000/api/episodes/{id}/note/video. Show preview.toggle_complete with episode_id.Show a final summary: