33 lines
927 B
YAML
33 lines
927 B
YAML
---
|
|
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
|
|
--- |