Cause: Config changes can affect tasks already in progress.
Analysis: Outputs can be inconsistent or non-repeatable.
Acceptance Criteria:
- Tasks record the config/version used at execution time.
- Config changes do not alter in-flight task behavior.
Solution Approach:
- Snapshot config per task or lock config during execution.