Skip to content

Commit 058f779

Browse files
committed
fix: correct wording for seed file reuse instructions in prompts
1 parent 347d19a commit 058f779

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

agents/o2p-dbmigration-expert/prompts/createIntegrationTests.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ INSTRUCTIONS FOR SEED DATA:
4444
- Do not commit seed data because tests are isolated within transactions and rolled back after each test.
4545
- Ensure that changes to seed data do not conflict with other tests.
4646
- Ensure seed data is loaded and verified before running tests.
47-
- Priority should be given to re-using existing seed files.
47+
- Priority should be given to reusing existing seed files.
4848
- Avoid truncate table statements because we want to keep existing database data intact.

agents/o2p-dbmigration-expert/prompts/scaffoldTestProject.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SEED DATA MANAGEMENT:
3535
- Do not commit seed data because tests are isolated within transactions and rolled back after each test.
3636
- Ensure seed data is loaded and verified before running tests.
3737
- Avoid truncate table statements because we want to keep existing database data intact.
38-
- Priority should be given to re-using existing seed files if any exist.
38+
- Priority should be given to reusing existing seed files if any exist.
3939
- Establish a convention for seed file location and naming that downstream test creation will follow.
4040

4141
OUTPUT:

0 commit comments

Comments
 (0)