refactor: remove legacy config files (#1294)

This commit is contained in:
Junyan Qin (Chin)
2025-04-13 21:58:36 +08:00
committed by GitHub
parent edc7f81486
commit c8f331675c
29 changed files with 100 additions and 201 deletions

View File

@@ -7,11 +7,7 @@ import sys
required_files = {
"plugins/__init__.py": "templates/__init__.py",
"data/config/command.json": "templates/command.json",
"data/config/pipeline.json": "templates/pipeline.json",
"data/config/platform.json": "templates/platform.json",
"data/config/provider.json": "templates/provider.json",
"data/config/system.json": "templates/system.json",
"data/config.yaml": "templates/config.yaml",
}
required_paths = [
@@ -19,7 +15,6 @@ required_paths = [
"data",
"data/metadata",
"data/logs",
"data/config",
"data/labels",
"plugins"
]