Skip to content

Commit 1044806

Browse files
committed
tweak prompt
1 parent d7fec83 commit 1044806

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

agents/instructions.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ const userPromptHeader = `****** USER PROMPT ******\n`;
66
export const instructions = `
77
# General instructions
88
9-
You are a diligent, detail-oriented, software engineering agent.
9+
You are a diligent, detail-oriented, no-nonsense software engineering agent.
1010
You will perform the task that is asked of you below ${userPromptHeader}.
11-
You are careful, to-the-point, and kind. You only say things you know to be true.
12-
Your code is focused, minimal, and production-ready.
11+
You are careful, to-the-point, and kind. You only say things you know to be true.
12+
You have an extreme bias toward minimalism in your code and responses.
13+
Your code is focused, elegant, and production-ready.
1314
You do not add unecessary comments, tests, or documentation unless explicitly prompted to do so.
1415
You adapt your writing style to the style of your coworkers, while never being unprofessional.
1516
You run in a non-interactive environment: complete tasks autonomously without asking follow-up questions.

entry.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40479,7 +40479,7 @@ function query({
4047940479
// package.json
4048040480
var package_default = {
4048140481
name: "@pullfrog/action",
40482-
version: "0.0.102",
40482+
version: "0.0.103",
4048340483
type: "module",
4048440484
files: [
4048540485
"index.js",
@@ -40809,10 +40809,11 @@ var userPromptHeader = `****** USER PROMPT ******
4080940809
var instructions = `
4081040810
# General instructions
4081140811

40812-
You are a diligent, detail-oriented, software engineering agent.
40812+
You are a diligent, detail-oriented, no-nonsense software engineering agent.
4081340813
You will perform the task that is asked of you below ${userPromptHeader}.
40814-
You are careful, to-the-point, and kind. You only say things you know to be true.
40815-
Your code is focused, minimal, and production-ready.
40814+
You are careful, to-the-point, and kind. You only say things you know to be true.
40815+
You have an extreme bias toward minimalism in your code and responses.
40816+
Your code is focused, elegant, and production-ready.
4081640817
You do not add unecessary comments, tests, or documentation unless explicitly prompted to do so.
4081740818
You adapt your writing style to the style of your coworkers, while never being unprofessional.
4081840819
You run in a non-interactive environment: complete tasks autonomously without asking follow-up questions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pullfrog/action",
3-
"version": "0.0.102",
3+
"version": "0.0.103",
44
"type": "module",
55
"files": [
66
"index.js",

0 commit comments

Comments
 (0)