chore: remove duplicate tools superseded by deepagents#543
Merged
Conversation
- Remove tool_queue.test.js and tool_todos.test.js (imported from non-existent todo_queue.js and todo.js) - Update tool_index.test.js: remove 'todo', 'readFile', 'searchFiles' references, add missing tools (compactContext, createSkill, memory, skillView, skillsList) - Update tool_registration.test.js: replace 'todo' with 'memory' - Fix tool count assertions to match actual buildToolConfig output
…nd CODING.md - SYSTEM_PROMPT.md RULES: 1-35 (was 1,2,5-35, missing 3,4) - SYSTEM_PROMPT.md WHAT NOT TO DO: 1-33 (was 1,2,5-33, missing 3,4) - CODING.md RULES: 1-22 (was 1,2,5-24, missing 3,4) - CODING.md WHAT NOT TO DO: 1-13 (was 1,2,5-15, missing 3,4) No rules added or removed, only renumbered.
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.
Description
Remove duplicate and redundant tool implementations that are now provided by the deepagents middleware. This spans 6 commits cleaning up filesystem tools, todo tools, and prompt rules across 10 files (2,148 lines removed).
Type of Change
Testing
Lint passes clean (0 warnings, 0 errors across 141 files). No new code introduced — purely removal of duplicate implementations.
Coverage
Checklist
npm run lintpassesChanges
src/tools/filesystem.jssrc/tools/todo.jssrc/tools/todo_logic.jssrc/tools/todo_queue.jssrc/tools/index.jssrc/agent/deepAgents.jssrc/tui/app.jsprompts/CODING.mdprompts/SYSTEM_PROMPT.mdtests/unit/filesystem.test.jsCommits
feat: remove duplicate todo tool implementationsdocs: remove duplicate tool usage rules from promptschore: remove TOOL SCHEMAS section from system promptschore: remove filesystem.js tools (provided by deepagents)refactor: rename TOOL_FACTORIES to TOOLS