diff --git a/Pending-Work-&-Roadmap.md b/Pending-Work-&-Roadmap.md new file mode 100644 index 0000000..5e7df48 --- /dev/null +++ b/Pending-Work-&-Roadmap.md @@ -0,0 +1,27 @@ +# Pending Work & Roadmap + +This page outlines the current and future development roadmap for the Llama Chile Shop automation pipeline. + +| Version | Feature / Task | Status | Notes | +|-----------|----------------------------------------------|---------------|-----------------------------------------------------------------------| +| `v0.0.1` | โœ… Initial montage rendering pipeline | โœ… Complete | Finalized and tagged as the first working end-to-end render version. | +| `v0.1.1` | ๐ŸŽฅ YouTube upload + AI description generation | ๐Ÿ”„ In Progress | Uploads montage videos with dynamic titles/descriptions via OpenAI. | +| `v0.1.2` | ๐Ÿ“ค PeerTube upload + AI description | โณ Not Started | Same flow as YouTube; skips verticals. | +| `v0.2.0` | ๐Ÿ˜ Mastodon auto-toot when video is posted | โณ Not Started | Post URLs with hashtags and light humor. | +| `v0.2.1` | ๐Ÿงต Bluesky post when video is published | โณ Not Started | Similar to Mastodon, using AT Protocol. | +| Future | ๐Ÿง  Dynamic description for hits/misses/etc. | โณ Not Started | Uses `notes.*` for text seed per clip. | +| Future | ๐Ÿ“š Git-tracked local wiki repo (`.wiki.git`) | โณ Not Started | Enables markdown editing + optional doc tooling + CI integration. | + +--- + +## Priorities + +- ๐Ÿ” Finish `v0.1.1` and validate full YT flow +- โ›๏ธ Refactor for modular uploads (YT/PT) +- ๐Ÿ”„ Expand to process other clip types +- ๐Ÿชง Add support for social platform posting + +> โœ… Completed    ๐Ÿ”„ In Progress    โณ Not Started + +--- +Next: [Directory Layout](wiki_directory_layout.md)