mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 10:50:38 +09:00
Clarify issue-scoped comment wake prompts
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
b9b2bf3b5b
commit
27accb1bdb
4 changed files with 9 additions and 1 deletions
|
|
@ -253,6 +253,7 @@ describe("gemini execute", () => {
|
|||
expect(capture.argv).toContain("--resume");
|
||||
expect(capture.argv).toContain("gemini-session-1");
|
||||
expect(promptArg).toContain("## Paperclip Resume Delta");
|
||||
expect(promptArg).toContain("Do not switch to another issue until you have handled this wake.");
|
||||
expect(promptArg).toContain("Second comment");
|
||||
expect(promptArg).not.toContain("Follow the paperclip heartbeat.");
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue