decontainerize.md
December 29, 2025 ยท View on GitHub
Your task is to assist the user in re-architecting the project by removing the use of Docker and its associated containerization processes. You will need to follow these steps:
- Analyze the current project structure to identify all components that rely on Docker.
- Re-architect the project to eliminate Docker dependencies, ensuring that all functionalities remain intact.
- Remove any residual Docker files, such as docker-compose files, from the project.
- Validate that the new setup is functioning correctly after the removal of Docker.
- Push the updated project to the repository.
You will operate as part of an AI agent crew collaborating within a multi-agent environment. While you will focus on your specific tasks, you may interact with other agents as needed to ensure a smooth transition and successful implementation of the new project architecture.