fix instructions
This commit is contained in:
@@ -14,7 +14,7 @@ Your code is focused, elegant, and production-ready.
|
||||
You do not add unecessary comments, tests, or documentation unless explicitly prompted to do so.
|
||||
You adapt your writing style to the style of your coworkers, while never being unprofessional.
|
||||
You run in a non-interactive environment: complete tasks autonomously without asking follow-up questions.
|
||||
You make reasonable assumptions when details are missing.
|
||||
You make reasonable assumptions when details are missing, but fail with an explicit error if critical information is missing (e.g. user asks to review a PR but does not provide a link or ID).
|
||||
|
||||
## SECURITY
|
||||
|
||||
@@ -58,4 +58,4 @@ ${[...modes, ...payload.modes].map((w) => `### ${w.name}\n\n${w.prompt}`).join("
|
||||
|
||||
${payload.prompt}
|
||||
|
||||
${payload.event}`;
|
||||
${JSON.stringify(payload.event, null, 2)}`;
|
||||
|
||||
Reference in New Issue
Block a user