Add LIMITATIONS.md and gwt doctor command

- 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>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-27 03:25:19 +00:00
parent 2d125192f0
commit a2ddedb744
6 changed files with 669 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ private:
int handleList(const QStringList& args);
int handleRun(const QStringList& args);
int handleWorkflows(const QStringList& args);
int handleDoctor(const QStringList& args);
};
} // namespace cli