| name | blog-schedule |
| description | /blog-schedule - Manage Post Schedule |
/blog-schedule - Manage Post Schedule
View and change post publication dates.
Working Directory
Run from the workspace root.
Commands
List (default): /blog-schedule
uv run scripts/schedule.py
Shows upcoming, recent, and older posts with series tags.
Move: /schedule move [slug] [YYYY-MM-DD]
- Update frontmatter
date field
- Rename file to match new date
- Warn if date conflicts with another post
Swap: /schedule swap [slug1] [slug2]
Exchange dates between two posts.
Notes
- Dates use YYYY-MM-DD format
- Files follow
YYYY-MM-DD-slug.md naming convention
- Posts with
access: members are extras (subscriber-only). They appear in /extras instead of /writing
- Run
just sync after changes to update S3