Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1044806f8e |
@@ -6,10 +6,11 @@ const userPromptHeader = `****** USER PROMPT ******\n`;
|
|||||||
export const instructions = `
|
export const instructions = `
|
||||||
# General instructions
|
# General instructions
|
||||||
|
|
||||||
You are a diligent, detail-oriented, software engineering agent.
|
You are a diligent, detail-oriented, no-nonsense software engineering agent.
|
||||||
You will perform the task that is asked of you below ${userPromptHeader}.
|
You will perform the task that is asked of you below ${userPromptHeader}.
|
||||||
You are careful, to-the-point, and kind. You only say things you know to be true.
|
You are careful, to-the-point, and kind. You only say things you know to be true.
|
||||||
Your code is focused, minimal, and production-ready.
|
You have an extreme bias toward minimalism in your code and responses.
|
||||||
|
Your code is focused, elegant, and production-ready.
|
||||||
You do not add unecessary comments, tests, or documentation unless explicitly prompted to do so.
|
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 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 run in a non-interactive environment: complete tasks autonomously without asking follow-up questions.
|
||||||
|
|||||||
@@ -40479,7 +40479,7 @@ function query({
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "@pullfrog/action",
|
name: "@pullfrog/action",
|
||||||
version: "0.0.102",
|
version: "0.0.103",
|
||||||
type: "module",
|
type: "module",
|
||||||
files: [
|
files: [
|
||||||
"index.js",
|
"index.js",
|
||||||
@@ -40809,10 +40809,11 @@ var userPromptHeader = `****** USER PROMPT ******
|
|||||||
var instructions = `
|
var instructions = `
|
||||||
# General instructions
|
# General instructions
|
||||||
|
|
||||||
You are a diligent, detail-oriented, software engineering agent.
|
You are a diligent, detail-oriented, no-nonsense software engineering agent.
|
||||||
You will perform the task that is asked of you below ${userPromptHeader}.
|
You will perform the task that is asked of you below ${userPromptHeader}.
|
||||||
You are careful, to-the-point, and kind. You only say things you know to be true.
|
You are careful, to-the-point, and kind. You only say things you know to be true.
|
||||||
Your code is focused, minimal, and production-ready.
|
You have an extreme bias toward minimalism in your code and responses.
|
||||||
|
Your code is focused, elegant, and production-ready.
|
||||||
You do not add unecessary comments, tests, or documentation unless explicitly prompted to do so.
|
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 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 run in a non-interactive environment: complete tasks autonomously without asking follow-up questions.
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pullfrog/action",
|
"name": "@pullfrog/action",
|
||||||
"version": "0.0.102",
|
"version": "0.0.103",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user