- Document 8 test cases covering all major scenarios
- Include expected outputs and exit codes
- Provide implementation notes and integration guidance
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
- Use asKeyValueRange() for cleaner QMap iteration
- Use jobId from map key instead of job.id field
- Improve code readability and consistency
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
- Add QFileInfo include
- Fix job iteration to use QMap::contains() for dependency checking
- Use proper QMap iterator for job traversal
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
- Created comprehensive LIMITATIONS.md documenting all v1 limitations with categories, resolution paths, and workarounds
- Implemented 'gwt doctor' CLI command to check system and workflow compatibility
- Updated README.md to reference LIMITATIONS.md
- Updated USAGE.md with doctor command documentation and examples
- Added example workflow demonstrating known limitations
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>