From 18314b673a92a67dbbdbada652609187c7fb64a3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 3 May 2026 19:54:08 +0000 Subject: [PATCH] s --- .pi/agents/webdev.md | 6 +++++- Projects/NGO/agents/webdev | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.pi/agents/webdev.md b/.pi/agents/webdev.md index e5fb8d0..51f402c 100644 --- a/.pi/agents/webdev.md +++ b/.pi/agents/webdev.md @@ -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. diff --git a/Projects/NGO/agents/webdev b/Projects/NGO/agents/webdev index df20b2f..a86684f 160000 --- a/Projects/NGO/agents/webdev +++ b/Projects/NGO/agents/webdev @@ -1 +1 @@ -Subproject commit df20b2fb51d11e79b87a0887be3ee1e466690980 +Subproject commit a86684f6d1b14609f68c1f8bf37818c9ff63ed05