Description
Several small technical debt items and inconsistencies were identified in the repository that should be addressed to improve maintainability.
Tasks
- Remove Dead Files:
devctl/commands/main.py is an empty (0-byte) file and should be deleted.
- Missing Package Markers: Add
__init__.py to devctl/commands/ and devctl/generators/ to ensure consistent package behavior.
- Unify Language: Standardize all code comments and docstrings to English (currently a mix of French and English, e.g., in
devctl/main.py and devctl/orchestrator/runner.py).
- Update .gitignore: Add
*.egg-info/ to prevent build metadata from being committed.
Affected Files
devctl/commands/main.py
devctl/commands/
devctl/generators/
devctl/main.py
devctl/orchestrator/runner.py
.gitignore
Description
Several small technical debt items and inconsistencies were identified in the repository that should be addressed to improve maintainability.
Tasks
devctl/commands/main.pyis an empty (0-byte) file and should be deleted.__init__.pytodevctl/commands/anddevctl/generators/to ensure consistent package behavior.devctl/main.pyanddevctl/orchestrator/runner.py).*.egg-info/to prevent build metadata from being committed.Affected Files
devctl/commands/main.pydevctl/commands/devctl/generators/devctl/main.pydevctl/orchestrator/runner.py.gitignore