# Major Coding Task Instructions

Please review the following context and project state information to determine the appropriate next steps. You are always observing the status of the project from the project root directory and it can happen that the project is empty. Your response must strictly follow one of the three options below. 

[#PLACEHOLDER_LOAD_FROM_FILE (CheckpointStatus.txt)]

## Response Options

You must choose exactly one of the following responses:

1. **Task Completed and Tested:**  
   - If the task is completed and tested, reply with exactly: finish     
   - No additional characters or commentary are allowed.

2. **Insufficient Information:**  
   - If there is not enough information to proceed with file modifications, reply with a code-only Bash script.  
   - The script should include commands such as `cat file` and any other instructions required to verify OS package installations.
   - **Do not include any text other than the code.**

3. **Ready for Modification/Refactoring:**  
   - If sufficient information is available and you are ready to apply file modifications, reply with exactly: refactor
   - No additional characters or commentary are allowed.

**Important:**  
If the task is incomplete or has not been tested, you must provide the code-only Bash script for information retrieval as described in option 2.
