Created Pending Work & Roadmap (markdown)

Gramps
2025-07-23 21:03:03 -07:00
parent e2906dea16
commit def33cdd8a

27
Pending-Work-&-Roadmap.md Normal file

@ -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)