Rename tasks.py to legacy_tasks.py to avoid conflict with tasks/ package

The tasks/ directory for 3-phase execution was shadowing the old tasks.py.
Renamed to legacy_tasks.py and updated all imports.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gilesb
2026-01-10 12:05:27 +00:00
parent f7890dd1ad
commit eaff758395
4 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import argparse
import json
import sys
from tasks import render_effect
from legacy_tasks import render_effect
# Known asset hashes
ASSETS = {