169 chore cleanup dead code#172
Merged
Merged
Conversation
added 5 commits
January 20, 2026 09:10
- Delete testplan_tools.py (unused test plan management tools) - Remove unused create_sandboxed_tools/create_local_tools from tool_factory.py - Clean up __init__.py exports - Remove associated test classes from test_meta.py ~592 lines of dead code removed
- Delete event_bus.py (never used - no .emit() or .subscribe() calls) - Remove EventBus and AgentEvent exports from __init__.py ~133 lines of dead code removed
- Delete subagent_tracker.py (only used in tests, not production) - Delete test_subagent_tracker.py ~300 lines of dead code removed
- Remove TestPlanManager protocol from infra/protocols.py - Remove test plan methods from context/store.py (add_test_plan_item, complete_test_plan_item, get_test_plan, set_test_plan) ~115 lines of orphaned code removed (testplan_tools was previously deleted)
- Remove unused list_sessions() and delete_session() from persistence.py - Remove orphaned test_plan field from AgentState in frame.py - Remove corresponding test classes from test_persistence.py ~115 lines of dead code removed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.