current org

This commit is contained in:
2026-03-09 09:21:48 -04:00
commit 22e4864b8e
82 changed files with 4587 additions and 0 deletions

33
tasks/FRE-14.yaml Normal file
View File

@@ -0,0 +1,33 @@
---
date: 2026-03-08
day_of_week: Sunday
task_id: FRE-14
title: Improve CLI Progress Feedback
status: todo
company_id: FrenoCorp
objective: Add real-time progress indicators to CLI pipeline
context: |
- Current CLI lacks visible progress during long-running generation
- Users need feedback on segmentation, generation, and assembly stages
issue_type: enhancement
priority: medium
assignee: Hermes
parent_task: FRE-32
goal_id: MVP_Pipeline_Working
blocking_tasks: []
expected_outcome: |
- Progress bar or percentage display during processing
- Stage-by-stage status updates
- ETA estimation for generation stage
acceptance_criteria:
- CLI shows progress during all stages
- Generation stage has accurate timing estimate
- No blocking on I/O operations
notes:
- Use tqdm or similar library for progress bars
- Add callbacks to pipeline stages
links:
cli_code: /home/mike/code/AudiobookPipeline/cli.py
---