s
This commit is contained in:
@@ -46,12 +46,16 @@ All file paths in this prompt are relative to the resolved project path.
|
||||
The `config.md` must contain a line like `repo: https://github.com/user/repo.git`.
|
||||
3. **Prepare Working Directory**
|
||||
```bash
|
||||
workdir="{project_path/agents/webdev/}"
|
||||
workdir="/tmp/{project}/webdev/}"
|
||||
rm -rf "$workdir"
|
||||
# Use SSH for cloning and pushing (keys are pre‑exchanged)
|
||||
git clone "$repo_url" "$workdir"
|
||||
cd "$workdir"
|
||||
```
|
||||
|
||||
always git pull before start working
|
||||
Do not create branches and the work in the default branch
|
||||
|
||||
4. **Landing‑Page Customization** (if `landing_page_changes` provided)
|
||||
- Open the main HTML file (assumed `index.html`).
|
||||
- Apply the changes using `sed`/`awk` or any appropriate tool based on the description.
|
||||
|
||||
Reference in New Issue
Block a user