feat(taxonomy): Redirect logs and artifacts to dedicated sub-folders

This commit is contained in:
2026-03-01 09:03:02 -05:00
parent 09bedbf4f0
commit 6326546005
10 changed files with 36 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ import tree_sitter_python
import ast
import datetime
LOG_FILE: str = 'logs/mma_delegation.log'
LOG_FILE: str = 'logs/errors/mma_delegation.log'
def generate_skeleton(code: str) -> str: