taskgenius_taskgenius-plugin/src/executors/completion
Quorafind 59a2d42f9f refactor(workflow): improve code quality and type safety
- Remove debug console.log statements from workflow handlers
- Add proper TypeScript type definitions (WorkflowInfo, ResolvedWorkflowInfo)
- Extract regex patterns and magic strings as constants
- Create helper functions for cleaner code (getIndentation, getEditorFromView)
- Improve error handling with bounds checking
- Enhance time parsing service with better fallback logic
- Add fallback property names for date fields in file task manager
- Fix test import paths for relocated modules
- Consolidate duplicate code in workflow stage transitions
- Improve indentation handling in parent task updater

Breaking changes: None
2025-10-12 14:25:20 +08:00
..
archive-executor.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
base-executor.ts refactor(workflow): improve code quality and type safety 2025-10-12 14:25:20 +08:00
canvas-operation-utils.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
complete-executor.ts refactor(dataflow): complete TaskManager to Dataflow migration with enhanced APIs 2025-08-22 13:25:12 +08:00
delete-executor.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
duplicate-executor.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
keep-executor.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
move-executor.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00