Commit 951c16a
refactor: remove legacy code code_task_v1 (#14)
* refactor: remove legacy file-based storage code_task_v1.py
Removes the deprecated file-based task storage system as it has been
replaced by the v2 Supabase-based system. This includes:
- Legacy in-memory task storage
- File persistence to tasks_backup.json
- Deprecated run_ai_code_task() function
- Legacy Docker container execution code
Co-authored-by: Elwynn Chen <[email protected]>
* refactor: clean up legacy code_task_v1 references in __init__.py
Removes commented imports and function references to the deleted
code_task_v1 module:
- Removed commented import of run_ai_code_task and _run_ai_code_task_internal
- Removed commented legacy function calls in sequential processor
- Simplified conditional logic to only handle v2 tasks
Co-authored-by: Elwynn Chen <[email protected]>
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Elwynn Chen <[email protected]>1 parent 363daa5 commit 951c16a
2 files changed
+0
-570
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | | - | |
52 | 49 | | |
53 | 50 | | |
54 | 51 | | |
| |||
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 85 | | |
93 | 86 | | |
94 | 87 | | |
| |||
0 commit comments