Publisher Pipeline
The "Daily Publisher Pipeline" (tools/publisher_pipeline.py) is an autonomous script that takes an approved markdown draft and performs the following actions:
- Git Commit & Push: Commits the draft to the public GitHub repository.
- X/Twitter Threading: Uses the
x-clitool to logically split the markdown into chunks (<280 chars) and posts them as a continuous thread. - Substack Emailing: Uses the
himalayaemail CLI to send the full markdown body to the configuredSUBSTACK_EMAILaddress.
This infrastructure is a core component of the geo-tactics strategy for "Build in Public" content syndication, ensuring that daily logs (like daily-blog-day-1) are distributed across all platforms for maximum indexing by AI search engines.