Description:
Automate the migration of existing diagnostics to the newly defined format. To ensure efficiency, leverage an LLM to perform the initial transformation of the codebase.
Tasks:
- Define the prompt template for the LLM to ensure accurate conversion.
- Run the conversion script across the old diagnostic files.
- Perform a manual sanity check on converted diagnostics.
- Fix the tests to cope with the new output
In order to give a good estimate for this task, we'll need to trial an LLM on some subset of diagnostics to see if it has any issues in effecting this task. For now this has an optimistic estimate assuming that LLMs can be effectively leveraged for ths task,
Description:
Automate the migration of existing diagnostics to the newly defined format. To ensure efficiency, leverage an LLM to perform the initial transformation of the codebase.
Tasks:
In order to give a good estimate for this task, we'll need to trial an LLM on some subset of diagnostics to see if it has any issues in effecting this task. For now this has an optimistic estimate assuming that LLMs can be effectively leveraged for ths task,