diff --git a/entry b/entry index 14d7688..6aa7b5f 100755 --- a/entry +++ b/entry @@ -144696,7 +144696,7 @@ var import_semver = __toESM(require_semver2(), 1); // package.json var package_default = { name: "@pullfrog/pullfrog", - version: "0.0.185", + version: "0.0.186", type: "module", files: [ "index.js", @@ -150710,7 +150710,7 @@ function buildCommonInputs(ctx) { }; } function assembleFullPrompt(ctx) { - const learningsSection = ctx.learnings ? `************* REPO INTELLIGENCE ************* + const learningsSection = ctx.learnings ? `************* LEARNINGS ************* ${ctx.learnings}` : ""; const rawFull = `************* RUNTIME CONTEXT ************* diff --git a/package.json b/package.json index ef85c74..bed050d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/pullfrog", - "version": "0.0.185", + "version": "0.0.186", "type": "module", "files": [ "index.js", diff --git a/post b/post index cd39fb3..8120a88 100755 --- a/post +++ b/post @@ -41557,7 +41557,7 @@ var core3 = __toESM(require_core(), 1); // package.json var package_default = { name: "@pullfrog/pullfrog", - version: "0.0.185", + version: "0.0.186", type: "module", files: [ "index.js", diff --git a/utils/instructions.ts b/utils/instructions.ts index 53b9c6a..f264501 100644 --- a/utils/instructions.ts +++ b/utils/instructions.ts @@ -340,7 +340,7 @@ interface AssembleFullPromptInput { function assembleFullPrompt(ctx: AssembleFullPromptInput): string { const learningsSection = ctx.learnings - ? `************* REPO INTELLIGENCE *************\n\n${ctx.learnings}` + ? `************* LEARNINGS *************\n\n${ctx.learnings}` : ""; const rawFull = `************* RUNTIME CONTEXT *************