Commit c54a786
committed
feat: Introduce task management interfaces and validation framework
- Added ITaskFixer interface for automatic task validation fixes.
- Introduced ITaskHydrationUseCase and ITaskRenderUseCase for task hydration and rendering operations.
- Created ITaskRepository and ITaskStore interfaces for task data management.
- Implemented ITaskValidator interface for task validation against business rules.
- Added IUIdSupersedeUseCase and IUidRepository interfaces for UID management.
- Defined IValidationResult and IValidationResultBuilder for structured validation results.
- Introduced OutputFormat, TaskPriority, TaskProviderType, and TaskStatus enums for task categorization.
- Created command options types for various task-related commands.
- Established a new validation framework using AJV for JSON schema validation.
- Refactored validation context and factory to utilize new types and validation logic.
- Removed legacy hydrate and renderer utilities in favor of a more modular approach.1 parent 5152a59 commit c54a786
File tree
100 files changed
+2007
-1148
lines changed- src
- __tests__
- cli
- commands
- audit
- rendering
- task-management
- validation
- constants
- core
- helpers
- parsers
- processing
- rendering
- storage
- system
- errors
- interfaces
- services
- types
- utils
- validators
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
100 files changed
+2007
-1148
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
This file was deleted.
This file was deleted.
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | | - | |
| 25 | + | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
0 commit comments