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`.
|
The `config.md` must contain a line like `repo: https://github.com/user/repo.git`.
|
||||||
3. **Prepare Working Directory**
|
3. **Prepare Working Directory**
|
||||||
```bash
|
```bash
|
||||||
workdir="{project_path/agents/webdev/}"
|
workdir="/tmp/{project}/webdev/}"
|
||||||
rm -rf "$workdir"
|
rm -rf "$workdir"
|
||||||
# Use SSH for cloning and pushing (keys are pre‑exchanged)
|
# Use SSH for cloning and pushing (keys are pre‑exchanged)
|
||||||
git clone "$repo_url" "$workdir"
|
git clone "$repo_url" "$workdir"
|
||||||
cd "$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)
|
4. **Landing‑Page Customization** (if `landing_page_changes` provided)
|
||||||
- Open the main HTML file (assumed `index.html`).
|
- Open the main HTML file (assumed `index.html`).
|
||||||
- Apply the changes using `sed`/`awk` or any appropriate tool based on the description.
|
- Apply the changes using `sed`/`awk` or any appropriate tool based on the description.
|
||||||
|
|||||||
Submodule Projects/NGO/agents/webdev updated: df20b2fb51...a86684f6d1
Reference in New Issue
Block a user