Skip to content

Commit 17e7fe3

Browse files
committed
manually exclude prompt-update.md and update it
1 parent fc915ad commit 17e7fe3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CI-CD.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# CI-CD.ps1
12
# --------------------------- Configuration --------------------------- #
23

34
# Define exclusions
45
$excludedDirs = @('Promo') # Additional directories to exclude
5-
$excludedFiles = @('.gitignore', 'CI-CD.ps1', '.aider.chat.history.md', '.aider.input.history', 'notes.txt', 'instructions.txt', 'Full_logo.png') # Files to exclude
6+
$excludedFiles = @('.gitignore', 'CI-CD.ps1', '.aider.chat.history.md', '.aider.input.history', 'notes.txt', 'instructions.txt', 'Full_logo.png', 'prompt-update.md') # Files to exclude
67

78
# Define the source directory as the current working directory
89
$source = Get-Location

prompt-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ I will provide you with HTML code from a website. You need to:
2323
- The **send button** element
2424
- The **editor/input** element (textarea or contenteditable)
2525
- The **container** that wraps the input area
26-
- The **thread/conversation** root element (if visible)
26+
- The **thread/conversation** root element (ONLY BY SPECIAL USER REQUEST)
2727

2828
3. **Create CSS selectors** following these rules:
2929
- **Prioritize stable attributes**: `aria-label`, `data-testid`, `id`, `role`

0 commit comments

Comments
 (0)