1.4 KiB
1.4 KiB
You will now perform a mandatory cleanup of this repository. Your sole focus is to implement the exact instructions outlined in the "Final Actionable Mandate" section of GEMINI/AUDIT-SNAPSHOT2.md
.
Your task is to:
- Execute every command listed in "Step 1: Clean the Repository" to remove the incorrect files.
- Execute the command in "Step 1" to move
requirements.txt
to the correct location. - Execute the command in "Step 2" to fix the
docker/devtools/Dockerfile
. - Create the
run/
directory and the two shell scripts (run/dev.sh
,run/packager.sh
) using the exact code provided in "Step 3: Create the Correct Orchestration Scripts". - Fix the manifest template (
templates/cloudron-app/CloudronManifest.json.j2
) by adding thememoryLimit
placeholder exactly as shown in "Step 4: Fix the Manifest Template". - Rewrite the
README.md
as described in "Step 5: Rewrite All Documentation", replacing the "Quick start" section with instructions that exclusively use the newrun/dev.sh
andrun/packager.sh
scripts for all development tasks.
DO NOT deviate from this plan.
DO NOT introduce any new files or scripts other than those specified.
DO NOT leave any of the old, incorrect files (Makefile
, etc.) in the repository.
Your goal is not to be creative; your goal is to follow the provided recovery plan precisely.