What Happened
- Replaces the old recursive `run_tasks_base` task execution path with a new worker-pipeline model that runs each stage through bounded queues, adds `Task(workers=...)` and `Task(timeout=...)` controls, and introduces fixed/adaptive worker strategies to tune throughput per task.
- Replaces the old recursive `run_tasks_base` task execution path with a new worker-pipeline model that runs each stage through bounded queues, adds `Task(workers=...)` and `Task(timeout=...)` controls, and introduces fixed/adaptive worker strategies to tune throughput per task.
- 1 evidence item attached for review.