refactor: reorganize task management imports and update task handling tools
- Updated import paths for task management providers in task-comment, task-create, and task-update tools. - Removed deprecated task-complete and task-pickup tools, replacing them with work-finish and work-start tools for improved task handling. - Enhanced work-finish and work-start tools to streamline task completion and pickup processes, including context-aware detection and auto-scheduling features. - Updated package.json to include build scripts and main entry point. - Modified tsconfig.json to enable output directory, declaration files, and source maps for better TypeScript support.
This commit is contained in:
1
NEXT.md
Normal file
1
NEXT.md
Normal file
@@ -0,0 +1 @@
|
||||
I want to do a coding style and clean code refactor. We prefer to have helper methods such that the main logic consists of a couple of clear steps. We prefer readability over compactnes, but at the same time, when files get large, this means there is a need for a separate service with a specific topic/goal/subject. Also think of logical file structures and file names. We highly appreciate all guidelines from Clean Code by Robert C Marin Uncle Bob.
|
||||
Reference in New Issue
Block a user