We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d3cff commit 5d51ce7Copy full SHA for 5d51ce7
src/core/prompts/sections/__tests__/objective.test.ts
@@ -47,8 +47,9 @@ describe("getObjectiveSection", () => {
47
expect(objective).toContain("1. Analyze the user's task")
48
expect(objective).toContain("2. Work through these goals sequentially")
49
expect(objective).toContain("3. Remember, you have extensive capabilities")
50
- expect(objective).toContain("4. Once you've completed the user's task")
51
- expect(objective).toContain("5. The user may provide feedback")
+ expect(objective).toContain("4. **GIT WORKFLOW REQUIREMENTS**")
+ expect(objective).toContain("5. Once you've completed the user's task")
52
+ expect(objective).toContain("6. The user may provide feedback")
53
}
54
})
55
0 commit comments