Commit Graph

6 Commits

Author SHA1 Message Date
Oleksandr Bezdieniezhnykh aeb7f8ca8c Update autopilot workflow and documentation for project cycle completion
- Modified the existing-code workflow to automatically loop back to New Task after project completion without user confirmation.
- Updated the autopilot state to reflect the current step as `done` and status as `completed`.
- Clarified the deployment status report by specifying non-deployed services and their purposes.

These changes enhance the automation of task management and improve documentation clarity.
2026-03-29 05:02:22 +03:00
Oleksandr Bezdieniezhnykh 222f552a10 [AZ-171] Add TensorRT tests, AC coverage gate in implement skill, optimize test infrastructure
- Add TensorRT export tests with graceful skip when no GPU available
- Add AC test coverage verification step (Step 8) to implement skill
- Add test coverage gap analysis to new-task skill
- Move exported_models fixture to conftest.py as session-scoped (shared across modules)
- Reorder tests: e2e training runs first so images/labels are available for all tests
- Consolidate teardown into single session-level cleanup in conftest.py
- Fix infrastructure tests to count files dynamically instead of hardcoded 20

Made-with: Cursor
2026-03-28 21:32:28 +02:00
Oleksandr Bezdieniezhnykh 4121f56ce1 [AZ-171] Remove unused onnx_batch config, add macOS skip for CoreML tests
Made-with: Cursor
2026-03-28 17:39:53 +02:00
Oleksandr Bezdieniezhnykh 4be6c26de2 [AZ-171] Add CoreML inference test
Made-with: Cursor
2026-03-28 17:36:18 +02:00
Oleksandr Bezdieniezhnykh 593ab7bce7 [AZ-171] Update export tests: restore full coverage for ONNX and CoreML
Made-with: Cursor
2026-03-28 17:33:40 +02:00
Oleksandr Bezdieniezhnykh 1321c38b06 [AZ-171] Add export tests for dynamic batch ONNX and CoreML
Made-with: Cursor
2026-03-28 17:32:39 +02:00