Skip to content

Commit 7edb6da

Browse files
committed
chore: remove dead code and temporary files
- Delete unused thought_processor_refactored.py (200 lines of dead code) - Delete AGNO_2.2.12_MIGRATION.md (migration complete, info in CLAUDE.md) - Delete CONTINUATION_SUMMARY.md (temporary session notes) - Simplify run_command() in run_tests.py (10 lines → 3 lines) - Run ruff autofix and format (100+ style issues resolved) - Clean Python cache directories Removes approximately 740 lines of unused/temporary code and improves code quality across the codebase.
1 parent 636ccbc commit 7edb6da

15 files changed

+137
-944
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ wheels/
1212

1313
# Testing
1414
.hypothesis/
15+
.pytest_cache/
16+
.coverage
17+
htmlcov/
18+
.coverage.*
19+
test-results.xml

0 commit comments

Comments
 (0)