mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 11:16:35 +00:00
Update configuration and test structure for improved clarity and functionality
- Modified `.gitignore` to include test fixture data while excluding test results. - Updated `config.yaml` to change the model from 'yolo11m.yaml' to 'yolo26m.pt'. - Enhanced `.cursor/rules/coderule.mdc` with additional guidelines for test environment consistency and infrastructure handling. - Revised autopilot state management in `_docs/_autopilot_state.md` to reflect current progress and tasks. - Removed outdated augmentation tests and adjusted dataset formation tests to align with the new structure. These changes streamline the configuration and testing processes, ensuring better organization and clarity in the project.
This commit is contained in:
@@ -38,8 +38,36 @@ AZ-151 (Epic: Blackbox Tests)
|
||||
└── AZ-163 test_annotation_queue
|
||||
```
|
||||
|
||||
## Implementation Strategy
|
||||
---
|
||||
|
||||
- **Batch 1**: AZ-152 (test infrastructure) — must be implemented first
|
||||
- **Batch 2**: AZ-153 to AZ-163 (all test tasks) — can be implemented in parallel after infrastructure is ready
|
||||
- **Estimated batches**: 2
|
||||
## Refactoring Tasks (Epic: AZ-164)
|
||||
|
||||
**Date**: 2026-03-28
|
||||
**Total Tasks**: 5
|
||||
**Total Complexity Points**: 13
|
||||
|
||||
| Task | Name | Complexity | Dependencies | Epic |
|
||||
|------|------|-----------|-------------|------|
|
||||
| AZ-165 | refactor_unify_config | 3 | None | AZ-164 |
|
||||
| AZ-166 | refactor_yolo_model | 2 | None | AZ-164 |
|
||||
| AZ-167 | refactor_builtin_augmentation | 3 | AZ-166 | AZ-164 |
|
||||
| AZ-168 | refactor_remove_processed_dir | 3 | AZ-167 | AZ-164 |
|
||||
| AZ-169 | refactor_hard_symlinks | 2 | AZ-168 | AZ-164 |
|
||||
|
||||
### Dependency Graph
|
||||
|
||||
```
|
||||
AZ-164 (Epic: Code Improvements Refactoring)
|
||||
├── AZ-165 refactor_unify_config (independent)
|
||||
└── AZ-166 refactor_yolo_model
|
||||
└── AZ-167 refactor_builtin_augmentation
|
||||
└── AZ-168 refactor_remove_processed_dir
|
||||
└── AZ-169 refactor_hard_symlinks
|
||||
```
|
||||
|
||||
### Implementation Strategy
|
||||
|
||||
- **Batch 1**: AZ-165 (unify config) + AZ-166 (YOLO model) — independent, can be parallel
|
||||
- **Batch 2**: AZ-167 (built-in aug) + AZ-168 (remove processed dir) — sequential chain
|
||||
- **Batch 3**: AZ-169 (hard symlinks) — depends on batch 2
|
||||
- **Estimated batches**: 3
|
||||
|
||||
Reference in New Issue
Block a user