Files
Chora f9c14c33df feat: integrate templates with pipeline creation
- POST /api/pipelines now accepts templateId + customization
- Added createPipelineWithTemplate() function
- Template config stored in pipeline.metadata
- Stage inputs pre-populated from template config
- Schema: added templateId and metadata fields to Pipeline

Usage:
POST /api/pipelines
{
  "topic": "Why cats rule",
  "templateId": "reddit-minecraft",
  "customization": {
    "voice": { "narrator": { "speed": 1.2 } }
  }
}
2026-02-02 19:56:44 -06:00
..