mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #136] [CLOSED] - #157
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#157
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/136
Author: @Konstantin-Babushkin
Created: 1/30/2026
Status: ❌ Closed
Base:
main← Head:claude/club-residency-story-NeT0x📝 Commits (10+)
20fbde2feat: add content ideation directory structure08849bcfeat: add example avatar profile (Myla)719cf87feat: add prompt templates for content ideationd7aa0c3feat: add content-ideation preset confige1d42cffeat: add planner hat to content-ideation presetcd1c391feat: add creator hats (trend/story/contrarian) to presetcb0c871feat: add reviewer hats (audience/brand/critic) to preset13d97f8feat: add completion checker to content-ideation preset0063a4cfeat: add ideate CLI wrapper script9b6ac51docs: add content ideation section to main README📊 Changes
34 files changed (+5477 additions, -0 deletions)
View changed files
➕
.env.example(+9 -0)📝
.gitignore(+11 -0)➕
.heygen/heygen_service.py(+396 -0)➕
.ideation/.gitignore(+12 -0)➕
.ideation/IMAGE-WORKFLOW.md(+295 -0)➕
.ideation/README.md(+200 -0)➕
.ideation/archive/.gitkeep(+0 -0)➕
.ideation/ideate(+383 -0)➕
.ideation/input/.gitkeep(+0 -0)➕
.ideation/input/avatar.yaml(+17 -0)➕
.ideation/output/.gitkeep(+0 -0)➕
.ideation/preset-images.yml(+453 -0)➕
.ideation/preset.yml(+340 -0)➕
.ideation/templates/.gitkeep(+0 -0)➕
.ideation/templates/README.md(+15 -0)➕
.ideation/templates/avatar/avatar-schema.md(+24 -0)➕
.ideation/templates/avatar/myla.yaml(+17 -0)➕
.ideation/templates/late-night-techno.md(+19 -0)➕
.ideation/templates/trend-analysis.md(+21 -0)📝
Cargo.lock(+46 -0)...and 14 more files
📄 Description
Summary
This PR introduces two major features:
Key Changes
HeyGen Video Generation (
.heygen/heygen_service.py)HeygenTextToVideoclass manages the complete video generation workflow:HeygenApiclass wraps HeyGen REST API endpoints for voices, asset uploads, video creation, and status checksContent Ideation System (
.ideation/).ideation/ideate) - Bash CLI for managing ideation workflowsConfiguration & Environment
.env.example- HeyGen API configuration template.gitignore- Excludes ideation runtime files while preserving templates and bin/ directoryNotable Implementation Details
Files Added
.env.example- Environment configuration template.heygen/heygen_service.py- HeyGen integration service.ideation/ideate- Main CLI executable.ideation/preset.yml- Ralph orchestrator configuration.ideation/preset-images.yml- Image-based ideation configuration.ideation/README.md- System documentation.ideation/IMAGE-WORKFLOW.md- Image-based ideation guide.ideation/input/avatar.yaml- Default avatar profile.ideation/templates/- Avatar and prompt templates.ideation/.gitignore- Ideation-specific ignore rulesFiles Modified
.gitignore- Added ideation runtime and bin/ directory ruleshttps://claude.ai/code/session_0114wqpubz2wmEyYXd9QNgT1
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.