Skip to content

Commit f41260e

Browse files
committed
Alignment
1 parent 74dc06c commit f41260e

14 files changed

+14
-14
lines changed

src/core/prompts/__tests__/__snapshots__/add-custom-instructions/architect-mode-prompt.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
384384
**Status Rules:**
385385
- [ ] = pending (not started)
386386
- [x] = completed (fully finished, no unresolved issues)
387-
- [-] = in_progress (currently being worked on)
387+
- [-] = in_progress (currently being worked on)
388388

389389
**Core Principles:**
390390
- Before updating, always confirm which todos have been completed since the last update.

src/core/prompts/__tests__/__snapshots__/add-custom-instructions/ask-mode-prompt.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
281281
**Status Rules:**
282282
- [ ] = pending (not started)
283283
- [x] = completed (fully finished, no unresolved issues)
284-
- [-] = in_progress (currently being worked on)
284+
- [-] = in_progress (currently being worked on)
285285

286286
**Core Principles:**
287287
- Before updating, always confirm which todos have been completed since the last update.

src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-disabled.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
433433
**Status Rules:**
434434
- [ ] = pending (not started)
435435
- [x] = completed (fully finished, no unresolved issues)
436-
- [-] = in_progress (currently being worked on)
436+
- [-] = in_progress (currently being worked on)
437437

438438
**Core Principles:**
439439
- Before updating, always confirm which todos have been completed since the last update.

src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-enabled.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
433433
**Status Rules:**
434434
- [ ] = pending (not started)
435435
- [x] = completed (fully finished, no unresolved issues)
436-
- [-] = in_progress (currently being worked on)
436+
- [-] = in_progress (currently being worked on)
437437

438438
**Core Principles:**
439439
- Before updating, always confirm which todos have been completed since the last update.

src/core/prompts/__tests__/__snapshots__/add-custom-instructions/partial-reads-enabled.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
389389
**Status Rules:**
390390
- [ ] = pending (not started)
391391
- [x] = completed (fully finished, no unresolved issues)
392-
- [-] = in_progress (currently being worked on)
392+
- [-] = in_progress (currently being worked on)
393393

394394
**Core Principles:**
395395
- Before updating, always confirm which todos have been completed since the last update.

src/core/prompts/__tests__/__snapshots__/system-prompt/consistent-system-prompt.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
384384
**Status Rules:**
385385
- [ ] = pending (not started)
386386
- [x] = completed (fully finished, no unresolved issues)
387-
- [-] = in_progress (currently being worked on)
387+
- [-] = in_progress (currently being worked on)
388388

389389
**Core Principles:**
390390
- Before updating, always confirm which todos have been completed since the last update.

src/core/prompts/__tests__/__snapshots__/system-prompt/with-computer-use-support.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
437437
**Status Rules:**
438438
- [ ] = pending (not started)
439439
- [x] = completed (fully finished, no unresolved issues)
440-
- [-] = in_progress (currently being worked on)
440+
- [-] = in_progress (currently being worked on)
441441

442442
**Core Principles:**
443443
- Before updating, always confirm which todos have been completed since the last update.

src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-false.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
384384
**Status Rules:**
385385
- [ ] = pending (not started)
386386
- [x] = completed (fully finished, no unresolved issues)
387-
- [-] = in_progress (currently being worked on)
387+
- [-] = in_progress (currently being worked on)
388388

389389
**Core Principles:**
390390
- Before updating, always confirm which todos have been completed since the last update.

src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-true.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
472472
**Status Rules:**
473473
- [ ] = pending (not started)
474474
- [x] = completed (fully finished, no unresolved issues)
475-
- [-] = in_progress (currently being worked on)
475+
- [-] = in_progress (currently being worked on)
476476

477477
**Core Principles:**
478478
- Before updating, always confirm which todos have been completed since the last update.

src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-undefined.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
384384
**Status Rules:**
385385
- [ ] = pending (not started)
386386
- [x] = completed (fully finished, no unresolved issues)
387-
- [-] = in_progress (currently being worked on)
387+
- [-] = in_progress (currently being worked on)
388388

389389
**Core Principles:**
390390
- Before updating, always confirm which todos have been completed since the last update.

0 commit comments

Comments
 (0)