mark_poster_processed
Move a processed poster from the pending folder and log the event to CSV. Use for manual corrections or when a poster requires human review.
Instructions
Move one poster image out of 00_待處理 after processing and append the CSV log. Normally create_event/update_event do this automatically when image_path is inside 00_待處理. Use this for manual corrections or posters that need review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Optional end time/date for the log. | |
| root | No | Optional poster workspace root. Defaults to TIMETREE_POSTER_WORKSPACE_ROOT or ~/Desktop/timetree海報更新. | |
| start | No | Optional start time/date for the log. | |
| title | No | Optional event title for the log. | |
| status | Yes | created -> 10_已新增, updated -> 20_已更新既有事件, needs_review -> 90_需人工確認. | |
| event_id | No | Optional TimeTree event id. | |
| event_url | No | Optional TimeTree public URL. | |
| event_date | No | Optional event date for the log, e.g. 2026-07-08. | |
| image_path | Yes | Absolute path to the poster image. |