- Linha 2: from __future__ import annotations
+ Linha 2: 
- Linha 3: 
+ Linha 3: import json
- Linha 4: import json
+ Linha 4: import sys
- Linha 5: import sys
+ Linha 5: import traceback
- Linha 6: import traceback
+ Linha 6: from datetime import datetime
- Linha 7: from datetime import datetime
+ Linha 7: from pathlib import Path
- Linha 8: from pathlib import Path
+ Linha 8: from typing import Any, Dict, List, Optional
- Linha 9: from typing import Any, Dict, List, Optional
+ Linha 9: 
- Linha 10: 
+ Linha 10: from code_analyzer.analyzer import prune_criteria
- Linha 11: from code_analyzer.analyzer import prune_criteria
+ Linha 11: from code_analyzer.artifact_manager import ArtifactRegistry
... (mais alteracoes omitidas)